How to check an uploaded texture in OpenGL ES 2.0 in Android?

Attila Tanyi

I'm using OpenGL ES 2.0 in an Android application to upload a texture atlas, which can be quite big in size (let's say 4096x4096). (I'm uploading the corresponding bitmap data in smaller pieces, using the texSubImage2D() function.)

When I'm done, I'd like to check the texture that I've just finished uploading. I'd like to do this from the development environment - in a similar way that you can check a Bitmap from Android Studio while debugging, when it displays the contents of the Bitmap as an image.

Is this possible? How can I do this?

Attila Tanyi

I think (based on this screenshot) that Google's open source GAPID (Graphics API Debugger) should be able to do this. (Apparently it used to be part of Android Studio, but not any more - now it's a standalone application.) Version 1.0 was released in 2017 December.

Unfortunately, there is a yet unfixed issue that prevents me using it in my application (it exits right after startup), but it should hopefully be fixed soon.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Android OpenGL ES 2 Texture Quadrants Rotated

From Dev

How to render to a depth texture in OpenGL ES on Android

From Dev

how to load android camera frame into opengl es texture via ndk?

From Dev

how to load android camera frame into opengl es texture via ndk?

From Dev

how to assign one texture to another efficiently in OpenGL ES for Android

From Dev

Android OpenGL.ES Texture/Image Drawing

From Dev

How to add some pixels on the texture in OpenGL ES

From Dev

How to add some pixels on the texture in OpenGL ES

From Dev

Android OpenGL: How to change bitmap attached to texture?

From Dev

OpenGL ES 2 on Android: how to use VBOs

From Dev

OpenGL ES 2 on Android: how to use VBOs

From Dev

Android - How to renderer video texture on 3D cube with opengl-es?

From Dev

OpenGL ES: Texture a plane

From Dev

Android OpenGL ES 2. 0 VBO Not Rendering

From Dev

in opengl es 2 how do I free up a texture (ios hard crash)

From Dev

android opengl texture overlapping

From Dev

Android Opengl Circle Texture

From Dev

Android drawing texture with OpenGL ES 2.0 slow on some devices

From Dev

Texture compression strategy for Android OpenGL ES that caters for alphas

From Dev

Android OpenGL ES 2.0 Texture setting does not seem to work

From Dev

Android drawing texture with OpenGL ES 2.0 slow on some devices

From Dev

Texture compression strategy for Android OpenGL ES that caters for alphas

From Dev

scale texture opengl 2

From Dev

OpenGL ES 2.0 Texture2D indexing

From Dev

OpenGL ES 2.0 Texture2D indexing

From Dev

iOS SDL2 OpenGL ES Cannot Draw Texture

From Dev

How to check if a uploaded file is a pdf in Symfony 2

From Dev

How to texture of a glutSolidTorus in OpenGL?

From Dev

OpenGL ES 2.0 - How to efficiently copy a Texture into Frame Buffer

Related Related

  1. 1

    Android OpenGL ES 2 Texture Quadrants Rotated

  2. 2

    How to render to a depth texture in OpenGL ES on Android

  3. 3

    how to load android camera frame into opengl es texture via ndk?

  4. 4

    how to load android camera frame into opengl es texture via ndk?

  5. 5

    how to assign one texture to another efficiently in OpenGL ES for Android

  6. 6

    Android OpenGL.ES Texture/Image Drawing

  7. 7

    How to add some pixels on the texture in OpenGL ES

  8. 8

    How to add some pixels on the texture in OpenGL ES

  9. 9

    Android OpenGL: How to change bitmap attached to texture?

  10. 10

    OpenGL ES 2 on Android: how to use VBOs

  11. 11

    OpenGL ES 2 on Android: how to use VBOs

  12. 12

    Android - How to renderer video texture on 3D cube with opengl-es?

  13. 13

    OpenGL ES: Texture a plane

  14. 14

    Android OpenGL ES 2. 0 VBO Not Rendering

  15. 15

    in opengl es 2 how do I free up a texture (ios hard crash)

  16. 16

    android opengl texture overlapping

  17. 17

    Android Opengl Circle Texture

  18. 18

    Android drawing texture with OpenGL ES 2.0 slow on some devices

  19. 19

    Texture compression strategy for Android OpenGL ES that caters for alphas

  20. 20

    Android OpenGL ES 2.0 Texture setting does not seem to work

  21. 21

    Android drawing texture with OpenGL ES 2.0 slow on some devices

  22. 22

    Texture compression strategy for Android OpenGL ES that caters for alphas

  23. 23

    scale texture opengl 2

  24. 24

    OpenGL ES 2.0 Texture2D indexing

  25. 25

    OpenGL ES 2.0 Texture2D indexing

  26. 26

    iOS SDL2 OpenGL ES Cannot Draw Texture

  27. 27

    How to check if a uploaded file is a pdf in Symfony 2

  28. 28

    How to texture of a glutSolidTorus in OpenGL?

  29. 29

    OpenGL ES 2.0 - How to efficiently copy a Texture into Frame Buffer

HotTag

Archive