Home
last modified time | relevance | path

Searched refs:glIsTexture (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp67 texture_state_ = glIsTexture(texture_id) ? kStateComplete : kStateGenerated; in InitWithTexture()
286 if (glIsTexture(texture_id_)) { in GenerateTextureName()
325 return texture_state_ == kStateComplete && !glIsTexture(texture_id_); in TextureWasDeleted()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGLToolbox.java39 return GLES20.glIsTexture(texId); in isTexture()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java424 boolean glIsTexture( in glIsTexture() method
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java542 public static native boolean glIsTexture( in glIsTexture() method in GLES11
H A DGLES20.java1288 public static native boolean glIsTexture( in glIsTexture() method in GLES20
H A DGLErrorWrapper.java1225 public boolean glIsTexture(int texture) { in glIsTexture() method in GLErrorWrapper
1227 boolean valid = mgl11.glIsTexture(texture); in glIsTexture()
H A DGLLogWrapper.java3173 public boolean glIsTexture(int texture) { in glIsTexture() method in GLLogWrapper
3177 boolean result = mgl11.glIsTexture(texture); in glIsTexture()
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1540 public native boolean glIsTexture( in glIsTexture() method in GLImpl
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp2518 _returnValue = glIsTexture( in android_glIsTexture__I()
H A Dandroid_opengl_GLES20.cpp4197 _returnValue = glIsTexture( in android_glIsTexture__I()
H A Dcom_google_android_gles_jni_GLImpl.cpp6424 _returnValue = glIsTexture( in android_glIsTexture__I()
/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.txt30140 method public static boolean glIsTexture(int);
30634 method public static boolean glIsTexture(int);
61405 method public boolean glIsTexture(int);