Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/webkit/
DHTML5VideoInline.java80 GLES20.glGenTextures(1, mTextureNames, 0); in getSurfaceTexture()
/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
DGLES20.java791 public static native void glGenTextures( in glGenTextures() method in GLES20
799 public static native void glGenTextures( in glGenTextures() method in GLES20
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()
/frameworks/base/libs/hwui/
DTextDropShadowCache.cpp131 glGenTextures(1, &texture->id); in get()
DGradientCache.cpp165 glGenTextures(1, &texture->id); in generateTexture()
DLayer.h187 glGenTextures(1, &texture.id); in generateTexture()
DTextureCache.cpp183 glGenTextures(1, &texture->id); in generateTexture()
DShapeCache.h577 glGenTextures(1, &texture->id); in generateTexture()
/frameworks/base/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp188 glGenTextures(1, &gTexture); in setupGraphics()
196 glGenTextures(1, &gBufferTexture); in setupGraphics()
/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 )
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp116 glGenTextures(1, &texture->name); in initTexture()
477 glGenTextures(1, &frame.tid); in movie()
/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/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp138 glGenTextures(1, &yuvTex); in setupYuvTexSurface()
/frameworks/base/opengl/tests/gl_basic/
Dgl_basic.cpp328 glGenTextures(1, &texture); in create_texture()
/frameworks/base/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp243 glGenTextures(1, &yuvTex); in setupYuvTexSurface()
/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/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLTextureViewActivity.java253 glGenTextures(1, textures, 0); in loadTexture()
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
DGL2CameraEye.java289 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated()

123