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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java312 boolean glIsFramebufferOES( method in interface:GL11ExtensionPack
/frameworks/base/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/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java2116 // C function GLboolean glIsFramebufferOES ( GLint framebuffer )
2118 public native boolean glIsFramebufferOES( method in class:GLImpl
/frameworks/base/opengl/include/GLES/
H A Dglext.h620 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h215 GL_ENTRY(GLboolean, glIsFramebufferOES, GLuint framebuffer)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1828 /* GLboolean glIsFramebufferOES ( GLuint framebuffer ) */
1833 _returnValue = glIsFramebufferOES(
2768 {"glIsFramebufferOES", "(I)Z", (void *) android_glIsFramebufferOES__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp6979 /* GLboolean glIsFramebufferOES ( GLint framebuffer ) */
6985 "glIsFramebufferOES");
6989 _returnValue = glIsFramebufferOES(
7518 {"glIsFramebufferOES", "(I)Z", (void *) android_glIsFramebufferOES__I },

Completed in 197 milliseconds