/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | LabelMaker.java | 82 int[] textures = new int[1]; in initialize() local 83 gl.glGenTextures(1, textures, 0); in initialize() 84 mTextureID = textures[0]; in initialize() 108 int[] textures = new int[1]; in shutdown() local 109 textures[0] = mTextureID; in shutdown() 110 gl.glDeleteTextures(1, textures, 0); in shutdown()
|
D | SpriteTextRenderer.java | 78 int[] textures = new int[1]; in onSurfaceCreated() local 79 gl.glGenTextures(1, textures, 0); in onSurfaceCreated() 81 mTextureID = textures[0]; in onSurfaceCreated()
|
D | MatrixTrackingGL.java | 176 public void glDeleteTextures(int n, int[] textures, int offset) { in glDeleteTextures() argument 177 mgl.glDeleteTextures(n, textures, offset); in glDeleteTextures() 180 public void glDeleteTextures(int n, IntBuffer textures) { in glDeleteTextures() argument 181 mgl.glDeleteTextures(n, textures); in glDeleteTextures() 274 public void glGenTextures(int n, int[] textures, int offset) { in glGenTextures() argument 275 mgl.glGenTextures(n, textures, offset); in glGenTextures() 278 public void glGenTextures(int n, IntBuffer textures) { in glGenTextures() argument 279 mgl.glGenTextures(n, textures); in glGenTextures()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | StaticTriangleRenderer.java | 99 int[] textures = new int[1]; in onSurfaceCreated() local 100 glGenTextures(1, textures, 0); in onSurfaceCreated() 102 mTextureID = textures[0]; in onSurfaceCreated()
|
D | TriangleRenderer.java | 71 int[] textures = new int[1]; in onSurfaceCreated() local 72 gl.glGenTextures(1, textures, 0); in onSurfaceCreated() 74 mTextureID = textures[0]; in onSurfaceCreated()
|
D | GLES20TriangleRenderer.java | 121 int[] textures = new int[1]; in onSurfaceCreated() local 122 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated() 124 mTextureID = textures[0]; in onSurfaceCreated()
|
D | FrameBufferObjectActivity.java | 176 int[] textures = new int[1]; in createTargetTexture() local 177 gl.glGenTextures(1, textures, 0); in createTargetTexture() 178 texture = textures[0]; in createTargetTexture()
|
D | MatrixPaletteRenderer.java | 259 int[] textures = new int[1]; in onSurfaceCreated() local 260 gl.glGenTextures(1, textures, 0); in onSurfaceCreated() 262 mTextureID = textures[0]; in onSurfaceCreated()
|
/development/samples/browseable/MediaEffects/ |
D | _index.jd | 9 These APIs let you apply effects to image frames represented as OpenGL ES 2.0 textures.
|
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/ |
D | GLES20TriangleRenderer.java | 119 int[] textures = new int[1]; in onSurfaceCreated() local 120 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated() 122 mTextureID = textures[0]; in onSurfaceCreated()
|
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/ |
D | MyGLSurfaceView.java | 181 int[] textures = new int[1]; in onSurfaceCreated() local 182 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated() 184 mTextureID = textures[0]; in onSurfaceCreated()
|
/development/ndk/platforms/android-21/samples/native-codec/src/com/example/nativecodec/ |
D | MyGLSurfaceView.java | 196 int[] textures = new int[1]; in onSurfaceCreated() local 197 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated() 199 mTextureID = textures[0]; in onSurfaceCreated()
|
/development/ndk/platforms/android-24/include/GLES2/ |
D | gl2.h | 418 typedef void (GL_APIENTRYP PFNGLDELETETEXTURESPROC) (GLsizei n, const GLuint *textures); 438 typedef void (GL_APIENTRYP PFNGLGENTEXTURESPROC) (GLsizei n, GLuint *textures); 561 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures); 581 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
|
/development/ndk/platforms/android-5/include/GLES2/ |
D | gl2ext.h | 759 GL_APICALL void GL_APIENTRY glExtGetTexturesQCOM (GLuint *textures, GLint maxTextures, GLint *numTe… 768 typedef void (GL_APIENTRYP PFNGLEXTGETTEXTURESQCOMPROC) (GLuint *textures, GLint maxTextures, GLint…
|
D | gl2.h | 507 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint* textures); 527 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures);
|
/development/ndk/platforms/android-4/include/GLES/ |
D | gl.h | 656 GL_API void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures); 676 GL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
|
D | glext.h | 956 GL_API void GL_APIENTRY glExtGetTexturesQCOM (GLuint *textures, GLint maxTextures, GLint *numTextur… 965 typedef void (GL_APIENTRYP PFNGLEXTGETTEXTURESQCOMPROC) (GLuint *textures, GLint maxTextures, GLint…
|
/development/ndk/platforms/android-21/include/GLES2/ |
D | gl2.h | 410 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures); 430 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
|
D | gl2ext.h | 1839 typedef void (GL_APIENTRYP PFNGLEXTGETTEXTURESQCOMPROC) (GLuint *textures, GLint maxTextures, GLint… 1848 GL_APICALL void GL_APIENTRY glExtGetTexturesQCOM (GLuint *textures, GLint maxTextures, GLint *numTe…
|
/development/ndk/platforms/android-24/include/GLES3/ |
D | gl3.h | 418 typedef void (GL_APIENTRYP PFNGLDELETETEXTURESPROC) (GLsizei n, const GLuint *textures); 438 typedef void (GL_APIENTRYP PFNGLGENTEXTURESPROC) (GLsizei n, GLuint *textures); 561 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures); 581 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
|
D | gl31.h | 418 typedef void (GL_APIENTRYP PFNGLDELETETEXTURESPROC) (GLsizei n, const GLuint *textures); 438 typedef void (GL_APIENTRYP PFNGLGENTEXTURESPROC) (GLsizei n, GLuint *textures); 561 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures); 581 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
|
D | gl32.h | 418 typedef void (GL_APIENTRYP PFNGLDELETETEXTURESPROC) (GLsizei n, const GLuint *textures); 438 typedef void (GL_APIENTRYP PFNGLGENTEXTURESPROC) (GLsizei n, GLuint *textures); 561 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures); 581 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
|
/development/ndk/platforms/android-21/include/GLES3/ |
D | gl3.h | 410 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures); 430 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
|
D | gl31.h | 410 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures); 430 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
|
/development/ndk/platforms/android-18/include/GLES3/ |
D | gl3.h | 840 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint* textures); 860 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures);
|