Home
last modified time | relevance | path

Searched defs:textures (Results 1 – 19 of 19) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DTriangleRenderer.java71 int[] textures = new int[1]; in onSurfaceCreated() local
DStaticTriangleRenderer.java99 int[] textures = new int[1]; in onSurfaceCreated() local
DGLES20TriangleRenderer.java121 int[] textures = new int[1]; in onSurfaceCreated() local
DFrameBufferObjectActivity.java176 int[] textures = new int[1]; in createTargetTexture() local
DMatrixPaletteRenderer.java259 int[] textures = new int[1]; in onSurfaceCreated() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java82 int[] textures = new int[1]; in initialize() local
108 int[] textures = new int[1]; in shutdown() local
DSpriteTextRenderer.java78 int[] textures = new int[1]; in onSurfaceCreated() local
DMatrixTrackingGL.java176 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/
DGLES20TriangleRenderer.java119 int[] textures = new int[1]; in onSurfaceCreated() local
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
DMyGLSurfaceView.java181 int[] textures = new int[1]; in onSurfaceCreated() local
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
DGLClientState.cpp388 void GLClientState::deleteTextures(GLsizei n, const GLuint* textures) in deleteTextures()
DGLClientState.h205 TextureRec* textures; member
/development/tools/emulator/opengl/system/GLESv2_enc/
Dgl2_entry.cpp427 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()
DGL2Encoder.cpp1044 void GL2Encoder::s_glDeleteTextures(void* self, GLsizei n, const GLuint* textures) in s_glDeleteTextures()
Dgl2_enc.cpp603 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/
DGLEncoder.cpp656 void GLEncoder::s_glDeleteTextures(void* self, GLsizei n, const GLuint* textures) in s_glDeleteTextures()
Dgl_entry.cpp670 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()
Dgl_enc.cpp1061 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/
Dgles.cpp361 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()