Searched refs:glIsFramebufferOES (Results 1 - 13 of 13) 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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto238 glIsFramebufferOES = 212;
/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/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1044 const GLMessage_Function GLMessage::glIsFramebufferOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1392 static const Function glIsFramebufferOES = GLMessage_Function_glIsFramebufferOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2424 /* GLboolean glIsFramebufferOES ( GLuint framebuffer ) */
2429 _returnValue = glIsFramebufferOES(
3541 {"glIsFramebufferOES", "(I)Z", (void *) android_glIsFramebufferOES__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp8156 /* GLboolean glIsFramebufferOES ( GLint framebuffer ) */
8162 "glIsFramebufferOES");
8166 _returnValue = glIsFramebufferOES(
8728 {"glIsFramebufferOES", "(I)Z", (void *) android_glIsFramebufferOES__I },

Completed in 186 milliseconds