/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | TriangleRenderer.java | 71 int[] textures = new int[1]; in onSurfaceCreated() local
|
D | StaticTriangleRenderer.java | 99 int[] textures = new int[1]; in onSurfaceCreated() local
|
D | GLES20TriangleRenderer.java | 121 int[] textures = new int[1]; in onSurfaceCreated() local
|
D | FrameBufferObjectActivity.java | 176 int[] textures = new int[1]; in createTargetTexture() local
|
D | MatrixPaletteRenderer.java | 259 int[] textures = new int[1]; in onSurfaceCreated() local
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | LabelMaker.java | 82 int[] textures = new int[1]; in initialize() local 108 int[] textures = new int[1]; in shutdown() local
|
D | SpriteTextRenderer.java | 78 int[] textures = new int[1]; in onSurfaceCreated() local
|
D | MatrixTrackingGL.java | 176 public void glDeleteTextures(int n, int[] textures, int offset) { in glDeleteTextures() 180 public void glDeleteTextures(int n, IntBuffer textures) { in glDeleteTextures() 274 public void glGenTextures(int n, int[] textures, int offset) { in glGenTextures() 278 public void glGenTextures(int n, IntBuffer textures) { in glGenTextures()
|
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/ |
D | GLES20TriangleRenderer.java | 119 int[] textures = new int[1]; in onSurfaceCreated() local
|
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/ |
D | MyGLSurfaceView.java | 181 int[] textures = new int[1]; in onSurfaceCreated() local
|
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
D | GLClientState.cpp | 388 void GLClientState::deleteTextures(GLsizei n, const GLuint* textures) in deleteTextures()
|
D | GLClientState.h | 205 TextureRec* textures; member
|
/development/tools/emulator/opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 427 void glDeleteTextures(GLsizei n, const GLuint* textures) in glDeleteTextures() 551 void glGenTextures(GLsizei n, GLuint* textures) in glGenTextures() 1358 void glExtGetTexturesQCOM(GLuint* textures, GLint maxTextures, GLint* numTextures) in glExtGetTexturesQCOM()
|
D | GL2Encoder.cpp | 1044 void GL2Encoder::s_glDeleteTextures(void* self, GLsizei n, const GLuint* textures) in s_glDeleteTextures()
|
D | gl2_enc.cpp | 603 void glDeleteTextures_enc(void *self , GLsizei n, const GLuint* textures) in glDeleteTextures_enc() 909 void glGenTextures_enc(void *self , GLsizei n, GLuint* textures) in glGenTextures_enc()
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
D | GLEncoder.cpp | 656 void GLEncoder::s_glDeleteTextures(void* self, GLsizei n, const GLuint* textures) in s_glDeleteTextures()
|
D | gl_entry.cpp | 670 void glDeleteTextures(GLsizei n, const GLuint* textures) in glDeleteTextures() 792 void glGenTextures(GLsizei n, GLuint* textures) in glGenTextures() 1983 void glExtGetTexturesQCOM(GLuint* textures, GLint maxTextures, GLint* numTextures) in glExtGetTexturesQCOM()
|
D | gl_enc.cpp | 1061 void glDeleteTextures_enc(void *self , GLsizei n, const GLuint* textures) in glDeleteTextures_enc() 1372 void glGenTextures_enc(void *self , GLsizei n, GLuint* textures) in glGenTextures_enc() 4644 void glExtGetTexturesQCOM_enc(void *self , GLuint* textures, GLint maxTextures, GLint* numTextures) in glExtGetTexturesQCOM_enc()
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 361 void glDeleteTextures(GLsizei n, const GLuint *textures) in glDeleteTextures() 461 void glGenTextures(GLsizei n, GLuint *textures) in glGenTextures() 1341 void glExtGetTexturesQCOM(GLuint *textures, GLint maxTextures, GLint *numTextures) in glExtGetTexturesQCOM()
|