Searched refs:glGenTextures (Results 26 - 50 of 61) sorted by relevance

123

/frameworks/base/libs/hwui/
H A DTextureCache.cpp276 glGenTextures(1, &texture->id);
H A DLayerRenderer.cpp409 glGenTextures(1, &texture);
H A DPathCache.cpp290 glGenTextures(1, &texture->id);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java225 GLES20.glGenTextures(1, textures, 0);
H A DGLTextureViewActivity.java257 glGenTextures(1, textures, 0);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp329 glGenTextures(1, &texture);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp138 glGenTextures(1, &yuvTex);
139 checkGlError("glGenTextures");
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java194 GLES20.glGenTextures(1, textures, 0);
/frameworks/base/opengl/java/android/opengl/
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.java793 // C function void glGenTextures ( GLsizei n, GLuint *textures )
795 public static native void glGenTextures( method in class:GLES20
801 // C function void glGenTextures ( GLsizei n, GLuint *textures )
803 public static native void glGenTextures( method in class:GLES20
H A DGLLogWrapper.java1696 public void glGenTextures(int n, int[] textures, int offset) { method in class:GLLogWrapper
1697 begin("glGenTextures");
1702 mgl.glGenTextures(n, textures, offset);
1709 public void glGenTextures(int n, IntBuffer textures) { method in class:GLLogWrapper
1710 begin("glGenTextures");
1714 mgl.glGenTextures(n, textures);
/frameworks/native/libs/gui/tests/
H A DSRGB_test.cpp197 glGenTextures(1, &textureHandle);
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java289 GLES20.glGenTextures(1, textures, 0);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp243 glGenTextures(1, &yuvTex);
244 checkGlError("glGenTextures");
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp242 glGenTextures(count, names);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java451 // C function void glGenTextures ( GLsizei n, GLuint *textures )
453 public native void glGenTextures( method in class:GLImpl
459 // C function void glGenTextures ( GLsizei n, GLuint *textures )
461 public native void glGenTextures( method in class:GLImpl
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto172 glGenTextures = 144;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec42 void glGenTextures ( GLsizei n, GLuint *textures )
H A DGLES20.spec55 void glGenTextures ( GLsizei n, GLuint *textures )
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java381 GLES20.glGenTextures(/*n*/ 1, textures, /*offset*/ 0);
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp47 void glGenTextures(GLsizei n, GLuint *textures) { function
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java553 GLES20.glGenTextures(1, textures, 0);
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java452 GLES20.glGenTextures(1, mTexNames, 0);
453 if (checkGlErrors("glGenTextures")) {
/frameworks/rs/driver/
H A DrsdAllocation.cpp170 RSD_CALL_GL(glGenTextures, 1, &drv->textureID);
186 RSD_CALL_GL(glGenTextures, 1, &drv->textureID);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java592 glGenTextures(1, textures, 0);

Completed in 820 milliseconds

123