/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1extpack | 1 void glBindFramebufferOES ( GLint target, GLint framebuffer )
|
D | glspec-checks | 32 glBindFramebufferOES requires OES_framebuffer_object
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 110 void glBindFramebufferOES( in glBindFramebufferOES() method
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 8 glBindFramebufferOES;
|
D | entries_gles1.in | 6 GL_ENTRY(void, glBindFramebufferOES, GLenum target, GLuint framebuffer)
|
D | entries.in | 23 GL_ENTRY(void, glBindFramebufferOES, GLenum target, GLuint framebuffer)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 60 void glBindFramebufferOES ( GLenum target, GLuint framebuffer )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 783 public static native void glBindFramebufferOES( in glBindFramebufferOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 1381 public void glBindFramebufferOES(int target, int framebuffer) { in glBindFramebufferOES() method in GLErrorWrapper 1383 mgl11ExtensionPack.glBindFramebufferOES(target, framebuffer); in glBindFramebufferOES()
|
D | GLLogWrapper.java | 3451 public void glBindFramebufferOES(int target, int framebuffer) { in glBindFramebufferOES() method in GLLogWrapper 3456 mgl11ExtensionPack.glBindFramebufferOES(target, framebuffer); in glBindFramebufferOES()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 187 void API_ENTRY(glBindFramebufferOES)(GLenum target, GLuint framebuffer) { 188 CALL_GL_API(glBindFramebufferOES, target, framebuffer);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1905 public native void glBindFramebufferOES( in glBindFramebufferOES() method in GLImpl
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 39 #define glBindFramebufferOES wrap_glBindFramebufferOES macro
|
D | gles_undefine.h | 39 #undef glBindFramebufferOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 313 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 2821 glBindFramebufferOES( in android_glBindFramebufferOES__II()
|
D | com_google_android_gles_jni_GLImpl.cpp | 7660 glBindFramebufferOES( in android_glBindFramebufferOES__II()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19449 method public static void glBindFramebufferOES(int, int); 52406 method public abstract void glBindFramebufferOES(int, int);
|
/frameworks/base/api/ |
D | current.txt | 31832 method public static void glBindFramebufferOES(int, int); 75238 method public void glBindFramebufferOES(int, int);
|