Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DImageGLWallpaper.java30 import static android.opengl.GLES20.glGenTextures;
143 glGenTextures(1, tids, 0); in setupTexture()
/frameworks/native/libs/renderengine/gl/
DGLShadowTexture.cpp33 glGenTextures(1, &mName); in GLShadowTexture()
DGLFramebuffer.cpp36 glGenTextures(1, &mTextureName); in GLFramebuffer()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLES20IdImpl.java13 GLES20.glGenTextures(1, mTempIntArray, 0); in generateTexture()
/frameworks/base/libs/hwui/utils/
DGLUtils.h78 glGenTextures(1, &mTexture); in AutoSkiaGlTexture()
/frameworks/native/libs/gui/tests/
DSurfaceTextureFBO.h34 glGenTextures(1, &mFboTex); in SetUp()
/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DOpenGLUtils.java74 GLES20.glGenTextures(1, textureHandle, 0); in createTexture()
/frameworks/native/cmds/flatland/
DGLHelper.cpp158 glGenTextures(1, name); in createSurfaceTexture()
431 glGenTextures(1, &mDitherTexture); in getDitherTexture()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
DImageFlipRenderThread.java68 import static android.opengl.GLES20.glGenTextures;
210 glGenTextures(1, textures, 0); in loadTexture()
/frameworks/native/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/av/cmds/screenrecord/
DFrameOutput.cpp64 glGenTextures(1, &mExtTextureName); in createInputSurface()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGLToolbox.java58 GLES20.glGenTextures(1, textures, 0); in generateTexture()
/frameworks/native/opengl/libs/
DlibGLESv2.map.txt90 glGenTextures;
DlibGLESv1_CM.map.txt113 glGenTextures;
/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec49 glGenTextures check textures n
/frameworks/base/opengl/java/android/opengl/
DGLES10.java639 public static native void glGenTextures( in glGenTextures() method in GLES10
647 public static native void glGenTextures( in glGenTextures() method in GLES10
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp134 glGenTextures(1, &texture); in create_texture()
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-checks8 glGenTextures check textures n
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp217 glGenTextures(1, &texture); in create_texture()
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
DGenImage.java223 GLES20.glGenTextures(1, mTextureIDs, 0); in Triangle()
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc130 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGenTextures);
410 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGenTextures); in init_stub_library()
Dstubs_arm.cc130 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGenTextures);
410 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGenTextures); in init_stub_library()
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DMyGLSurfaceView.java194 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp138 glGenTextures(1, &yuvTex); in setupYuvTexSurface()

123