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

123

/frameworks/base/libs/hwui/
H A DImage.cpp41 glGenTextures(1, &mTexture);
H A DDither.cpp34 glGenTextures(1, &mDitherTexture);
H A DLayer.cpp213 glGenTextures(1, &texture.id);
H A DTextDropShadowCache.cpp206 glGenTextures(1, &texture->id);
H A DGradientCache.cpp287 glGenTextures(1, &texture->id);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20IdImpl.java13 GLES20.glGenTextures(1, mTempIntArray, 0);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureFBO.h34 glGenTextures(1, &mFboTex);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES20RenderEngine.cpp58 glGenTextures(1, &mProtectedTexName);
191 glGenTextures(1, &tname);
250 glGenTextures(1, &tname);
H A DGLES11RenderEngine.cpp53 glGenTextures(1, &mProtectedTexName);
222 glGenTextures(1, &tname);
/frameworks/av/cmds/screenrecord/
H A DFrameOutput.cpp64 glGenTextures(1, &mExtTextureName);
66 ALOGE("glGenTextures failed: %#x", glGetError());
H A DOverlay.cpp167 glGenTextures(1, &mExtTextureName);
169 ALOGE("glGenTextures failed: %#x", glGetError());
H A DTextRenderer.cpp85 glGenTextures(1, &mTextureName);
87 ALOGE("glGenTextures failed: %#x", glGetError());
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGLToolbox.java58 GLES20.glGenTextures(1, textures, 0);
59 checkGlError("glGenTextures");
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec45 glGenTextures check textures n
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp160 glGenTextures(1, name);
162 fprintf(stderr, "glGenTextures error: %#x\n", glGetError());
446 glGenTextures(1, &mDitherTexture);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp188 glGenTextures(1, &gTexture);
196 glGenTextures(1, &gBufferTexture);
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp189 glGenTextures(1, &mTextureId);
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp292 glGenTextures (1, &texture_id_);
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp176 glGenTextures(1, &texture);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp129 glGenTextures(1, &texture);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp221 glGenTextures(1, &texture);
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
H A DGenImage.java223 GLES20.glGenTextures(1, mTextureIDs, 0);
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp131 glGenTextures(1, &texture->name);
613 glGenTextures(1, &frame.tid);
/frameworks/base/opengl/java/android/opengl/
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
/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

Completed in 2699 milliseconds

123