Home
last modified time | relevance | path

Searched refs:glIsFramebufferOES (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/
H A Dglspec-1.1extpack24 GLboolean glIsFramebufferOES ( GLint framebuffer )
H A Dglspec-checks48 glIsFramebufferOES requires OES_framebuffer_object return JNI_FALSE
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java312 boolean glIsFramebufferOES( in glIsFramebufferOES() method
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc173 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsFramebufferOES);
453 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glIsFramebufferOES); in init_stub_library()
H A Dstubs_arm.cc173 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsFramebufferOES);
453 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glIsFramebufferOES); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv1_CM.map.txt156 glIsFramebufferOES;
H A Dentries_gles1.in165 GL_ENTRY(GLboolean, glIsFramebufferOES, GLuint framebuffer)
H A Dentries.in510 GL_ENTRY(GLboolean, glIsFramebufferOES, GLuint framebuffer)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec59 GLboolean glIsFramebufferOES ( GLuint framebuffer )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java777 public static native boolean glIsFramebufferOES( in glIsFramebufferOES() method in GLES11Ext
H A DGLErrorWrapper.java1578 public boolean glIsFramebufferOES(int framebuffer) { in glIsFramebufferOES() method in GLErrorWrapper
1580 boolean result = mgl11ExtensionPack.glIsFramebufferOES(framebuffer); in glIsFramebufferOES()
H A DGLLogWrapper.java3754 public boolean glIsFramebufferOES(int framebuffer) { in glIsFramebufferOES() method in GLLogWrapper
3758 boolean result = mgl11ExtensionPack.glIsFramebufferOES(framebuffer); in glIsFramebufferOES()
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dglext_api.in184 GLboolean API_ENTRY(glIsFramebufferOES)(GLuint framebuffer) {
185 CALL_GL_API_RETURN(glIsFramebufferOES, framebuffer);
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java2122 public native boolean glIsFramebufferOES( in glIsFramebufferOES() method in GLImpl
/aosp12/frameworks/native/opengl/include/GLES/
H A Dglext.h312 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2813 _returnValue = glIsFramebufferOES( in android_glIsFramebufferOES__I()
H A Dcom_google_android_gles_jni_GLImpl.cpp8673 _returnValue = glIsFramebufferOES( in android_glIsFramebufferOES__I()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt28572 method public static boolean glIsFramebufferOES(int);
57692 method public boolean glIsFramebufferOES(int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt19520 method public static boolean glIsFramebufferOES(int);
52439 method public abstract boolean glIsFramebufferOES(int);