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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java110 void glBindFramebufferOES( method in interface:GL11ExtensionPack
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java781 // C function void glBindFramebufferOES ( GLenum target, GLuint framebuffer )
783 public static native void glBindFramebufferOES( method in class:GLES11Ext
H A DGLErrorWrapper.java1381 public void glBindFramebufferOES(int target, int framebuffer) { method in class:GLErrorWrapper
1383 mgl11ExtensionPack.glBindFramebufferOES(target, framebuffer);
H A DGLLogWrapper.java3451 public void glBindFramebufferOES(int target, int framebuffer) { method in class:GLLogWrapper
3452 begin("glBindFramebufferOES");
3456 mgl11ExtensionPack.glBindFramebufferOES(target, framebuffer);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1903 // C function void glBindFramebufferOES ( GLint target, GLint framebuffer )
1905 public native void glBindFramebufferOES( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h39 #define glBindFramebufferOES wrap_glBindFramebufferOES macro
H A Dgles_undefine.h39 #undef glBindFramebufferOES macro

Completed in 119 milliseconds