/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1extpack | 24 GLboolean glIsFramebufferOES ( GLint framebuffer )
|
D | glspec-checks | 48 glIsFramebufferOES requires OES_framebuffer_object return JNI_FALSE
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 312 boolean glIsFramebufferOES( in glIsFramebufferOES() method
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 156 glIsFramebufferOES;
|
D | entries_gles1.in | 165 GL_ENTRY(GLboolean, glIsFramebufferOES, GLuint framebuffer)
|
D | entries.in | 510 GL_ENTRY(GLboolean, glIsFramebufferOES, GLuint framebuffer)
|
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/ |
D | stubs_arm.cc | 173 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsFramebufferOES); 453 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glIsFramebufferOES); in init_stub_library()
|
D | stubs_arm64.cc | 173 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsFramebufferOES); 453 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glIsFramebufferOES); in init_stub_library()
|
D | stubs_riscv64.cc | 173 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsFramebufferOES); 453 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glIsFramebufferOES); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 59 GLboolean glIsFramebufferOES ( GLuint framebuffer )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 777 public static native boolean glIsFramebufferOES( in glIsFramebufferOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 1578 public boolean glIsFramebufferOES(int framebuffer) { in glIsFramebufferOES() method in GLErrorWrapper 1580 boolean result = mgl11ExtensionPack.glIsFramebufferOES(framebuffer); in glIsFramebufferOES()
|
D | GLLogWrapper.java | 3754 public boolean glIsFramebufferOES(int framebuffer) { in glIsFramebufferOES() method in GLLogWrapper 3758 boolean result = mgl11ExtensionPack.glIsFramebufferOES(framebuffer); in glIsFramebufferOES()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 184 GLboolean API_ENTRY(glIsFramebufferOES)(GLuint framebuffer) { 185 CALL_GL_API_RETURN(glIsFramebufferOES, framebuffer);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 2122 public native boolean glIsFramebufferOES( in glIsFramebufferOES() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 312 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 2814 _returnValue = glIsFramebufferOES( in android_glIsFramebufferOES__I()
|
D | com_google_android_gles_jni_GLImpl.cpp | 8674 _returnValue = glIsFramebufferOES( in android_glIsFramebufferOES__I()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19520 method public static boolean glIsFramebufferOES(int); 52439 method public abstract boolean glIsFramebufferOES(int);
|
/frameworks/base/core/api/ |
D | current.txt | 30451 method public static boolean glIsFramebufferOES(int); 62295 method public boolean glIsFramebufferOES(int);
|