Searched defs:glIsFramebufferOES (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java312 boolean glIsFramebufferOES( method in interface:GL11ExtensionPack
/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.java2117 // C function GLboolean glIsFramebufferOES ( GLint framebuffer )
2119 public native boolean glIsFramebufferOES( method in class:GLImpl
/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

Completed in 1038 milliseconds