/frameworks/base/core/java/android/webkit/ |
D | HTML5VideoInline.java | 80 GLES20.glGenTextures(1, mTextureNames, 0); in getSurfaceTexture()
|
/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 | 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 | 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()
|
/frameworks/base/libs/hwui/ |
D | TextDropShadowCache.cpp | 131 glGenTextures(1, &texture->id); in get()
|
D | GradientCache.cpp | 165 glGenTextures(1, &texture->id); in generateTexture()
|
D | Layer.h | 187 glGenTextures(1, &texture.id); in generateTexture()
|
D | TextureCache.cpp | 183 glGenTextures(1, &texture->id); in generateTexture()
|
D | ShapeCache.h | 577 glGenTextures(1, &texture->id); in generateTexture()
|
/frameworks/base/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 188 glGenTextures(1, &gTexture); in setupGraphics() 196 glGenTextures(1, &gBufferTexture); in setupGraphics()
|
/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 )
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 116 glGenTextures(1, &texture->name); in initTexture() 477 glGenTextures(1, &frame.tid); in movie()
|
/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/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 138 glGenTextures(1, &yuvTex); in setupYuvTexSurface()
|
/frameworks/base/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 328 glGenTextures(1, &texture); in create_texture()
|
/frameworks/base/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 243 glGenTextures(1, &yuvTex); in setupYuvTexSurface()
|
/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/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GLTextureViewActivity.java | 253 glGenTextures(1, textures, 0); in loadTexture()
|
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
D | GL2CameraEye.java | 289 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated()
|