Home
last modified time | relevance | path

Searched refs:glTexImage2D (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp307 glTexImage2D(GL_TEXTURE_2D, in AllocateTexture()
453 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, width_, height_, in UploadTexturePixels()
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp312 glTexImage2D(GL_TEXTURE_2D, 0, GL_ALPHA, w, h, 0, GL_ALPHA, in initTexture()
316 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, w, h, 0, GL_RGBA, in initTexture()
320 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, w, h, 0, GL_RGBA, in initTexture()
324 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, w, h, 0, GL_RGB, in initTexture()
366 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tw, th, 0, GL_RGBA, in initTexture()
371 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, w, h, 0, GL_RGBA, in initTexture()
378 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB, in initTexture()
383 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, w, h, 0, GL_RGB, in initTexture()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGLToolbox.java122 GLES20.glTexImage2D(target, 0, GLES20.GL_RGBA, width, height, 0, in setTexturePixels()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DETC1Util.java88 GLES10.glTexImage2D(target, level, fallbackFormat, width, height, border, in loadTexture()
H A DGLES10.java1223 public static native void glTexImage2D( in glTexImage2D() method in GLES10
H A DGLES20.java1436 public static native void glTexImage2D( in glTexImage2D() method in GLES20
H A DGLErrorWrapper.java779 public void glTexImage2D(int target, int level, int internalformat, in glTexImage2D() method in GLErrorWrapper
783 mgl.glTexImage2D(target, level, internalformat, width, height, border, in glTexImage2D()
H A DGLLogWrapper.java2463 public void glTexImage2D(int target, int level, int internalformat, in glTexImage2D() method in GLLogWrapper
2478 mgl.glTexImage2D(target, level, internalformat, width, height, border, in glTexImage2D()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java910 void glTexImage2D( in glTexImage2D() method
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1051 public native void glTexImage2D( in glTexImage2D() method in GLImpl
/aosp14/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp653 glTexImage2D(target, level, internalformat, bitmapInfo.width, bitmapInfo.height, border, in util_texImage2D()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java921 GLES20.glTexImage2D(target, 0, format, width, height, 0, format, type, null); in initializeTextureSize()
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp3233 glTexImage2D( in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
H A Dandroid_opengl_GLES20.cpp4561 glTexImage2D( in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
H A Dcom_google_android_gles_jni_GLImpl.cpp3964 glTexImage2D( in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_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.txt29837 method public static void glTexImage2D(int, int, int, int, int, int, int, int, java.nio.Buffer);
30653 method public static void glTexImage2D(int, int, int, int, int, int, int, int, java.nio.Buffer);
61105 method public void glTexImage2D(int, int, int, int, int, int, int, int, java.nio.Buffer);