Searched refs:glIsFramebufferOES (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java312 boolean glIsFramebufferOES( method in interface:GL11ExtensionPack
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec59 GLboolean glIsFramebufferOES ( GLuint framebuffer )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java775 // C function GLboolean glIsFramebufferOES ( GLuint framebuffer )
777 public static native boolean glIsFramebufferOES( method in class:GLES11Ext
H A DGLErrorWrapper.java1578 public boolean glIsFramebufferOES(int framebuffer) { method in class:GLErrorWrapper
1580 boolean result = mgl11ExtensionPack.glIsFramebufferOES(framebuffer);
H A DGLLogWrapper.java3754 public boolean glIsFramebufferOES(int framebuffer) { method in class:GLLogWrapper
3755 begin("glIsFramebufferOES");
3758 boolean result = mgl11ExtensionPack.glIsFramebufferOES(framebuffer);
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h489 #define glIsFramebufferOES wrap_glIsFramebufferOES macro
H A Dgles_undefine.h489 #undef glIsFramebufferOES macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java2117 // C function GLboolean glIsFramebufferOES ( GLint framebuffer )
2119 public native boolean glIsFramebufferOES( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dglext.h758 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2841 /* GLboolean glIsFramebufferOES ( GLuint framebuffer ) */
2846 _returnValue = glIsFramebufferOES(
4092 {"glIsFramebufferOES", "(I)Z", (void *) android_glIsFramebufferOES__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp8718 /* GLboolean glIsFramebufferOES ( GLint framebuffer ) */
8724 "glIsFramebufferOES");
8728 _returnValue = glIsFramebufferOES(
9332 {"glIsFramebufferOES", "(I)Z", (void *) android_glIsFramebufferOES__I },

Completed in 2870 milliseconds