Home
last modified time | relevance | path

Searched refs:textures (Results 1 – 25 of 26) sorted by relevance

12

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java82 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()
DSpriteTextRenderer.java78 int[] textures = new int[1]; in onSurfaceCreated() local
79 gl.glGenTextures(1, textures, 0); in onSurfaceCreated()
81 mTextureID = textures[0]; in onSurfaceCreated()
DMatrixTrackingGL.java176 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/
DStaticTriangleRenderer.java99 int[] textures = new int[1]; in onSurfaceCreated() local
100 glGenTextures(1, textures, 0); in onSurfaceCreated()
102 mTextureID = textures[0]; in onSurfaceCreated()
DTriangleRenderer.java71 int[] textures = new int[1]; in onSurfaceCreated() local
72 gl.glGenTextures(1, textures, 0); in onSurfaceCreated()
74 mTextureID = textures[0]; in onSurfaceCreated()
DGLES20TriangleRenderer.java121 int[] textures = new int[1]; in onSurfaceCreated() local
122 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated()
124 mTextureID = textures[0]; in onSurfaceCreated()
DFrameBufferObjectActivity.java176 int[] textures = new int[1]; in createTargetTexture() local
177 gl.glGenTextures(1, textures, 0); in createTargetTexture()
178 texture = textures[0]; in createTargetTexture()
DMatrixPaletteRenderer.java259 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.jd9 These APIs let you apply effects to image frames represented as OpenGL ES 2.0 textures.
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
DGLES20TriangleRenderer.java119 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/
DMyGLSurfaceView.java181 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/
DMyGLSurfaceView.java196 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/
Dgl2.h418 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/
Dgl2ext.h759 GL_APICALL void GL_APIENTRY glExtGetTexturesQCOM (GLuint *textures, GLint maxTextures, GLint *numTe…
768 typedef void (GL_APIENTRYP PFNGLEXTGETTEXTURESQCOMPROC) (GLuint *textures, GLint maxTextures, GLint…
Dgl2.h507 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/
Dgl.h656 GL_API void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
676 GL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
Dglext.h956 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/
Dgl2.h410 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
430 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
Dgl2ext.h1839 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/
Dgl3.h418 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);
Dgl31.h418 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);
Dgl32.h418 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/
Dgl3.h410 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint *textures);
430 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
Dgl31.h410 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/
Dgl3.h840 GL_APICALL void GL_APIENTRY glDeleteTextures (GLsizei n, const GLuint* textures);
860 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures);

12