/frameworks/base/libs/hwui/ |
D | Image.cpp | 39 glGenTextures(1, &mTexture); in Image()
|
D | GlLayer.cpp | 71 glGenTextures(1, &texture.mId); in generateTexture()
|
D | OpenGLReadback.cpp | 180 glGenTextures(1, &texture); in copyTextureInto() 254 glGenTextures(1, &sourceTexId); in copyImageInto()
|
D | Texture.cpp | 126 glGenTextures(1, &mId); in upload() 287 glGenTextures(1, &mId); in upload()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLES20IdImpl.java | 13 GLES20.glGenTextures(1, mTempIntArray, 0); in generateTexture()
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureFBO.h | 34 glGenTextures(1, &mFboTex); in SetUp()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaOpenGLReadback.cpp | 40 glGenTextures(1, &sourceTexId); in copyImageInto()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
D | ImageFlipRenderThread.java | 68 import static android.opengl.GLES20.glGenTextures; 210 glGenTextures(1, textures, 0); in loadTexture()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 188 glGenTextures(1, &gTexture); in setupGraphics() 196 glGenTextures(1, &gBufferTexture); in setupGraphics()
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 159 glGenTextures(1, name); in createSurfaceTexture() 432 glGenTextures(1, &mDitherTexture); in getDitherTexture()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES20RenderEngine.cpp | 126 glGenTextures(1, &mProtectedTexName); in GLES20RenderEngine() 286 glGenTextures(1, &tname); in bindImageAsFramebuffer()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 514 void glGenTextures( in glGenTextures() method 520 void glGenTextures( in glGenTextures() method
|
/frameworks/av/cmds/screenrecord/ |
D | FrameOutput.cpp | 64 glGenTextures(1, &mExtTextureName); in createInputSurface()
|
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 90 glGenTextures;
|
D | libGLESv1_CM.map.txt | 113 glGenTextures;
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | GLToolbox.java | 58 GLES20.glGenTextures(1, textures, 0); in generateTexture()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 49 glGenTextures check textures n
|
/frameworks/base/opengl/java/android/opengl/ |
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
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 134 glGenTextures(1, &texture); in create_texture()
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-checks | 8 glGenTextures check textures n
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 217 glGenTextures(1, &texture); in create_texture()
|
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/ |
D | Texture2dProgram.java | 172 GLES20.glGenTextures(1, textures, 0); in createTextureObject()
|
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/ |
D | GenImage.java | 223 GLES20.glGenTextures(1, mTextureIDs, 0); in Triangle()
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
D | MyGLSurfaceView.java | 194 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 138 glGenTextures(1, &yuvTex); in setupYuvTexSurface()
|