Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20IdImpl.java13 GLES20.glGenTextures(1, mTempIntArray, 0); in generateTexture()
/aosp14/frameworks/base/libs/hwui/utils/
H A DGLUtils.h78 glGenTextures(1, &mTexture); in AutoSkiaGlTexture()
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DOpenGLUtils.java74 GLES20.glGenTextures(1, textureHandle, 0); in createTexture()
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java68 import static android.opengl.GLES20.glGenTextures;
210 glGenTextures(1, textures, 0); in loadTexture()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java514 void glGenTextures( in glGenTextures() method
520 void glGenTextures( in glGenTextures() method
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGLToolbox.java58 GLES20.glGenTextures(1, textures, 0); in generateTexture()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java639 public static native void glGenTextures( in glGenTextures() method in GLES10
647 public static native void glGenTextures( in glGenTextures() method in GLES10
H A DGLES20.java797 public static native void glGenTextures( in glGenTextures() method in GLES20
805 public static native void glGenTextures( in glGenTextures() method in GLES20
H A DGLErrorWrapper.java347 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 DGLLogWrapper.java1696 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 Dgl_frame.cpp292 glGenTextures (1, &texture_id_); in GenerateTextureName()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java225 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated()
H A DGLTextureViewActivity.java257 glGenTextures(1, textures, 0); in loadTexture()
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java456 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 DBootAnimation.cpp307 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 DVideoDumpView.java553 GLES20.glGenTextures(1, textures, 0); in onSurfaceCreated()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java510 GLES20.glGenTextures(1, mTexNames, 0);
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp1290 glGenTextures( in android_glGenTextures__I_3II()
1334 glGenTextures( in android_glGenTextures__ILjava_nio_IntBuffer_2()
H A Dandroid_opengl_GLES20.cpp1774 glGenTextures( in android_glGenTextures__I_3II()
1818 glGenTextures( in android_glGenTextures__ILjava_nio_IntBuffer_2()
H A Dcom_google_android_gles_jni_GLImpl.cpp1130 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt29766 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);