/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
H A D | glspec-1.1extpack | 24 GLboolean glIsFramebufferOES ( GLint framebuffer )
|
H A D | glspec-checks | 48 glIsFramebufferOES requires OES_framebuffer_object return JNI_FALSE
|
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11ExtensionPack.java | 312 boolean glIsFramebufferOES( in glIsFramebufferOES() method
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
H A D | stubs_arm64.cc | 173 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsFramebufferOES); 453 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glIsFramebufferOES); in init_stub_library()
|
H A D | stubs_arm.cc | 173 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 D | libGLESv1_CM.map.txt | 156 glIsFramebufferOES;
|
H A D | entries_gles1.in | 165 GL_ENTRY(GLboolean, glIsFramebufferOES, GLuint framebuffer)
|
H A D | entries.in | 510 GL_ENTRY(GLboolean, glIsFramebufferOES, GLuint framebuffer)
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES11Ext.spec | 59 GLboolean glIsFramebufferOES ( GLuint framebuffer )
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES11Ext.java | 777 public static native boolean glIsFramebufferOES( in glIsFramebufferOES() method in GLES11Ext
|
H A D | GLErrorWrapper.java | 1578 public boolean glIsFramebufferOES(int framebuffer) { in glIsFramebufferOES() method in GLErrorWrapper 1580 boolean result = mgl11ExtensionPack.glIsFramebufferOES(framebuffer); in glIsFramebufferOES()
|
H A D | GLLogWrapper.java | 3754 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 D | glext_api.in | 184 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 D | GLImpl.java | 2122 public native boolean glIsFramebufferOES( in glIsFramebufferOES() method in GLImpl
|
/aosp12/frameworks/native/opengl/include/GLES/ |
H A D | glext.h | 312 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES11Ext.cpp | 2813 _returnValue = glIsFramebufferOES( in android_glIsFramebufferOES__I()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 8673 _returnValue = glIsFramebufferOES( in android_glIsFramebufferOES__I()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 28572 method public static boolean glIsFramebufferOES(int); 57692 method public boolean glIsFramebufferOES(int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 19520 method public static boolean glIsFramebufferOES(int); 52439 method public abstract boolean glIsFramebufferOES(int);
|