/frameworks/base/services/surfaceflinger/ |
D | TextureManager.cpp | 61 glGenTextures(1, &textureName); in initTexture() 82 glGenTextures(1, &textureName); in initTexture()
|
D | LayerBlur.cpp | 136 glGenTextures(1, &mTextureName); in onDraw()
|
D | SurfaceFlinger.cpp | 251 glGenTextures(1, &mWormholeTexName); in readyToRun() 1625 glGenTextures(1, &tname); in renderScreenToTextureLocked()
|
/frameworks/base/opengl/java/android/opengl/ |
D | Texture.java | 94 gl.glGenTextures(1, texture, 0); in loadTexture()
|
D | GLES10.java | 639 public static native void glGenTextures( in glGenTextures() method in GLES10 647 public static native void glGenTextures( in glGenTextures() method in GLES10
|
D | GLErrorWrapper.java | 347 public void glGenTextures(int n, int[] textures, int offset) { in glGenTextures() method in GLErrorWrapper 349 mgl.glGenTextures(n, textures, offset); in glGenTextures() 353 public void glGenTextures(int n, IntBuffer textures) { in glGenTextures() method in GLErrorWrapper 355 mgl.glGenTextures(n, textures); in glGenTextures()
|
D | GLES20.java | 791 public static native void glGenTextures( in glGenTextures() method in GLES20 799 public static native void glGenTextures( in glGenTextures() method in GLES20
|
D | GLLogWrapper.java | 1696 public void glGenTextures(int n, int[] textures, int offset) { in glGenTextures() method in GLLogWrapper 1702 mgl.glGenTextures(n, textures, offset); in glGenTextures() 1709 public void glGenTextures(int n, IntBuffer textures) { in glGenTextures() method in GLLogWrapper 1714 mgl.glGenTextures(n, textures); in glGenTextures()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 514 void glGenTextures( in glGenTextures() method 520 void glGenTextures( in glGenTextures() method
|
/frameworks/base/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 129 glGenTextures(1, &texture); in create_texture()
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 10 glGenTextures check textures n
|
D | GLES10.spec | 42 void glGenTextures ( GLsizei n, GLuint *textures )
|
D | GLES20.spec | 55 void glGenTextures ( GLsizei n, GLuint *textures )
|
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
D | glspec-checks | 8 glGenTextures check textures n
|
D | glspec-1.0 | 42 void glGenTextures ( GLsizei n, GLuint *textures )
|
/frameworks/base/opengl/tests/tritex/ |
D | tritex.cpp | 220 glGenTextures(1, &texture); in create_texture()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 111 glGenTextures(1, &texture->name); in initTexture() 457 glGenTextures(1, &frame.tid); in movie()
|
/frameworks/base/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 328 glGenTextures(1, &texture); in create_texture()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 452 public native void glGenTextures( in glGenTextures() method in GLImpl 460 public native void glGenTextures( in glGenTextures() method in GLImpl
|
/frameworks/base/opengl/libs/GLES2/ |
D | gl2_api.in | 160 void API_ENTRY(glGenTextures)(GLsizei n, GLuint* textures) { 161 CALL_GL_API(glGenTextures, n, textures);
|
/frameworks/base/opengl/libs/GLES_CM/ |
D | gl_api.in | 244 void API_ENTRY(glGenTextures)(GLsizei n, GLuint *textures) { 245 CALL_GL_API(glGenTextures, n, textures);
|
/frameworks/base/libs/rs/ |
D | rsAllocation.cpp | 145 glGenTextures(1, &mTextureID); in uploadToTexture()
|
/frameworks/base/opengl/tests/angeles/include/GLES/ |
D | gl.h | 514 GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures);
|
/frameworks/base/opengl/include/GLES/ |
D | gl.h | 676 GL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
|
/frameworks/base/opengl/include/GLES2/ |
D | gl2.h | 527 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures);
|