/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/libs/native_bridge_support/android_api/libGLESv1_CM/ |
D | stubs_arm.cc | 25 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindFramebufferOES); 305 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBindFramebufferOES); in init_stub_library()
|
D | stubs_arm64.cc | 25 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindFramebufferOES); 305 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBindFramebufferOES); in init_stub_library()
|
D | stubs_riscv64.cc | 25 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindFramebufferOES); 305 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBindFramebufferOES); in init_stub_library()
|
/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 | 1908 public native void glBindFramebufferOES( in glBindFramebufferOES() method in GLImpl
|
/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 | 2824 glBindFramebufferOES( in android_glBindFramebufferOES__II()
|
D | com_google_android_gles_jni_GLImpl.cpp | 7662 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/core/api/ |
D | current.txt | 30380 method public static void glBindFramebufferOES(int, int); 62262 method public void glBindFramebufferOES(int, int);
|