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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java110 void glBindFramebufferOES( method in interface:GL11ExtensionPack
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec60 void glBindFramebufferOES ( GLenum target, GLuint framebuffer )
/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/libs/hwui/debug/
H A Dgles_redefine.h39 #define glBindFramebufferOES wrap_glBindFramebufferOES macro
H A Dgles_undefine.h39 #undef glBindFramebufferOES macro
/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/native/opengl/include/GLES/
H A Dglext.h759 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2852 /* void glBindFramebufferOES ( GLenum target, GLuint framebuffer ) */
2856 glBindFramebufferOES(
4093 {"glBindFramebufferOES", "(II)V", (void *) android_glBindFramebufferOES__II },
H A Dcom_google_android_gles_jni_GLImpl.cpp7707 /* void glBindFramebufferOES ( GLint target, GLint framebuffer ) */
7713 "glBindFramebufferOES");
7716 glBindFramebufferOES(
9305 {"glBindFramebufferOES", "(II)V", (void *) android_glBindFramebufferOES__II },

Completed in 721 milliseconds