/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
H A D | GLES20IdImpl.java | 13 GLES20.glGenTextures(1, mTempIntArray, 0); in generateTexture()
|
/aosp14/frameworks/base/libs/hwui/utils/ |
H A D | GLUtils.h | 78 glGenTextures(1, &mTexture); in AutoSkiaGlTexture()
|
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | OpenGLUtils.java | 74 GLES20.glGenTextures(1, textureHandle, 0); in createTexture()
|
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
H A D | ImageFlipRenderThread.java | 68 import static android.opengl.GLES20.glGenTextures; 210 glGenTextures(1, textures, 0); in loadTexture()
|
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 514 void glGenTextures( in glGenTextures() method 520 void glGenTextures( in glGenTextures() method
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | GLToolbox.java | 58 GLES20.glGenTextures(1, textures, 0); in generateTexture()
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A 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
|
H A D | GLES20.java | 797 public static native void glGenTextures( in glGenTextures() method in GLES20 805 public static native void glGenTextures( in glGenTextures() method in GLES20
|
H A D | GLErrorWrapper.java | 347 public void glGenTextures(int n, int[] textures, int offset) { in glGenTextures() method in GLErrorWrapper 349 mgl.glGenTextures(n, textures, offset); in glGenTextures() 353 public void glGenTextures(int n, IntBuffer textures) { in glGenTextures() method in GLErrorWrapper 355 mgl.glGenTextures(n, textures); in glGenTextures()
|
H A D | GLLogWrapper.java | 1696 public void glGenTextures(int n, int[] textures, int offset) { in glGenTextures() method in GLLogWrapper 1702 mgl.glGenTextures(n, textures, offset); in glGenTextures() 1709 public void glGenTextures(int n, IntBuffer textures) { in glGenTextures() method in GLLogWrapper 1714 mgl.glGenTextures(n, textures); in glGenTextures()
|
/aosp14/frameworks/base/media/mca/filterfw/native/core/ |
H A D | gl_frame.cpp | 292 glGenTextures (1, &texture_id_); in GenerateTextureName()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | GLDepthTestActivity.java | 225 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated()
|
H A D | GLTextureViewActivity.java | 257 glGenTextures(1, textures, 0); in loadTexture()
|
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 456 public native void glGenTextures( in glGenTextures() method in GLImpl 464 public native void glGenTextures( in glGenTextures() method in GLImpl
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 307 glGenTextures(1, &texture->name); in initTexture() 1024 glGenTextures(1, &font->texture.name); in initFont() 1602 glGenTextures(1, &frame.tid); in playAnimation()
|
/aosp14/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
H A D | VideoDumpView.java | 553 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated()
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | ColorFade.java | 510 GLES20.glGenTextures(1, mTexNames, 0);
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10.cpp | 1290 glGenTextures( in android_glGenTextures__I_3II() 1334 glGenTextures( in android_glGenTextures__ILjava_nio_IntBuffer_2()
|
H A D | android_opengl_GLES20.cpp | 1774 glGenTextures( in android_glGenTextures__I_3II() 1818 glGenTextures( in android_glGenTextures__ILjava_nio_IntBuffer_2()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 1130 glGenTextures( in android_glGenTextures__I_3II() 1174 glGenTextures( in android_glGenTextures__ILjava_nio_IntBuffer_2()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 29766 method public static void glGenTextures(int, int[], int); 29767 method public static void glGenTextures(int, java.nio.IntBuffer); 30578 method public static void glGenTextures(int, int[], int); 30579 method public static void glGenTextures(int, java.nio.IntBuffer); 61034 method public void glGenTextures(int, int[], int); 61035 method public void glGenTextures(int, java.nio.IntBuffer);
|