Searched refs:glGenTextures (Results 1 - 25 of 44) sorted by relevance

12

/frameworks/base/core/java/android/webkit/
H A DHTML5VideoInline.java83 GLES20.glGenTextures(1, mTextureNames, 0);
/frameworks/base/libs/hwui/
H A DTextDropShadowCache.cpp131 glGenTextures(1, &texture->id);
H A DGradientCache.cpp165 glGenTextures(1, &texture->id);
H A DLayer.h187 glGenTextures(1, &texture.id);
H A DTextureCache.cpp212 glGenTextures(1, &texture->id);
H A DLayerRenderer.cpp385 glGenTextures(1, &texture);
H A DShapeCache.h577 glGenTextures(1, &texture->id);
/frameworks/base/opengl/java/android/opengl/
H A DTexture.java94 gl.glGenTextures(1, texture, 0);
H A DGLES10.java637 // C function void glGenTextures ( GLsizei n, GLuint *textures )
639 public static native void glGenTextures( method in class:GLES10
645 // C function void glGenTextures ( GLsizei n, GLuint *textures )
647 public static native void glGenTextures( method in class:GLES10
H A DGLErrorWrapper.java347 public void glGenTextures(int n, int[] textures, int offset) { method in class:GLErrorWrapper
349 mgl.glGenTextures(n, textures, offset);
353 public void glGenTextures(int n, IntBuffer textures) { method in class:GLErrorWrapper
355 mgl.glGenTextures(n, textures);
H A DGLES20.java789 // C function void glGenTextures ( GLsizei n, GLuint *textures )
791 public static native void glGenTextures( method in class:GLES20
797 // C function void glGenTextures ( GLsizei n, GLuint *textures )
799 public static native void glGenTextures( method in class:GLES20
/frameworks/base/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp188 glGenTextures(1, &gTexture);
196 glGenTextures(1, &gBufferTexture);
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec10 glGenTextures check textures n
H A DGLES10.spec42 void glGenTextures ( GLsizei n, GLuint *textures )
/frameworks/base/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp129 glGenTextures(1, &texture);
/frameworks/base/opengl/tests/tritex/
H A Dtritex.cpp220 glGenTextures(1, &texture);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp117 glGenTextures(1, &texture->name);
484 glGenTextures(1, &frame.tid);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java514 void glGenTextures( method in interface:GL10
520 void glGenTextures( method in interface:GL10
/frameworks/base/opengl/tests/gl_basic/
H A Dgl_basic.cpp328 glGenTextures(1, &texture);
/frameworks/base/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp138 glGenTextures(1, &yuvTex);
139 checkGlError("glGenTextures");
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java289 GLES20.glGenTextures(1, textures, 0);
/frameworks/base/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp243 glGenTextures(1, &yuvTex);
244 checkGlError("glGenTextures");
/frameworks/base/services/surfaceflinger/
H A DLayer.cpp65 glGenTextures(1, &mTextureName);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java255 glGenTextures(1, textures, 0);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java450 // C function void glGenTextures ( GLsizei n, GLuint *textures )
452 public native void glGenTextures( method in class:GLImpl
458 // C function void glGenTextures ( GLsizei n, GLuint *textures )
460 public native void glGenTextures( method in class:GLImpl

Completed in 376 milliseconds

12