Home
last modified time | relevance | path

Searched refs:glGenTextures (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/services/surfaceflinger/
DTextureManager.cpp61 glGenTextures(1, &textureName); in initTexture()
82 glGenTextures(1, &textureName); in initTexture()
DLayerBlur.cpp136 glGenTextures(1, &mTextureName); in onDraw()
DSurfaceFlinger.cpp251 glGenTextures(1, &mWormholeTexName); in readyToRun()
1625 glGenTextures(1, &tname); in renderScreenToTextureLocked()
/frameworks/base/opengl/java/android/opengl/
DTexture.java94 gl.glGenTextures(1, texture, 0); in loadTexture()
DGLES10.java639 public static native void glGenTextures( in glGenTextures() method in GLES10
647 public static native void glGenTextures( in glGenTextures() method in GLES10
DGLErrorWrapper.java347 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()
DGLES20.java791 public static native void glGenTextures( in glGenTextures() method in GLES20
799 public static native void glGenTextures( in glGenTextures() method in GLES20
DGLLogWrapper.java1696 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/
DGL10.java514 void glGenTextures( in glGenTextures() method
520 void glGenTextures( in glGenTextures() method
/frameworks/base/opengl/tests/gl_jni/jni/
Dgl_code.cpp129 glGenTextures(1, &texture); in create_texture()
/frameworks/base/opengl/tools/glgen/specs/gles11/
Dchecks.spec10 glGenTextures check textures n
DGLES10.spec42 void glGenTextures ( GLsizei n, GLuint *textures )
DGLES20.spec55 void glGenTextures ( GLsizei n, GLuint *textures )
/frameworks/base/opengl/tools/glgen/specs/jsr239/
Dglspec-checks8 glGenTextures check textures n
Dglspec-1.042 void glGenTextures ( GLsizei n, GLuint *textures )
/frameworks/base/opengl/tests/tritex/
Dtritex.cpp220 glGenTextures(1, &texture); in create_texture()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp111 glGenTextures(1, &texture->name); in initTexture()
457 glGenTextures(1, &frame.tid); in movie()
/frameworks/base/opengl/tests/gl_basic/
Dgl_basic.cpp328 glGenTextures(1, &texture); in create_texture()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java452 public native void glGenTextures( in glGenTextures() method in GLImpl
460 public native void glGenTextures( in glGenTextures() method in GLImpl
/frameworks/base/opengl/libs/GLES2/
Dgl2_api.in160 void API_ENTRY(glGenTextures)(GLsizei n, GLuint* textures) {
161 CALL_GL_API(glGenTextures, n, textures);
/frameworks/base/opengl/libs/GLES_CM/
Dgl_api.in244 void API_ENTRY(glGenTextures)(GLsizei n, GLuint *textures) {
245 CALL_GL_API(glGenTextures, n, textures);
/frameworks/base/libs/rs/
DrsAllocation.cpp145 glGenTextures(1, &mTextureID); in uploadToTexture()
/frameworks/base/opengl/tests/angeles/include/GLES/
Dgl.h514 GLAPI void APIENTRY glGenTextures (GLsizei n, GLuint *textures);
/frameworks/base/opengl/include/GLES/
Dgl.h676 GL_API void GL_APIENTRY glGenTextures (GLsizei n, GLuint *textures);
/frameworks/base/opengl/include/GLES2/
Dgl2.h527 GL_APICALL void GL_APIENTRY glGenTextures (GLsizei n, GLuint* textures);

12