Home
last modified time | relevance | path

Searched refs:glBindRenderbufferOES (Results 1 – 20 of 20) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/
H A Dglspec-1.1extpack2 void glBindRenderbufferOES ( GLint target, GLint renderbuffer )
H A Dglspec-checks33 glBindRenderbufferOES requires OES_framebuffer_object
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java115 void glBindRenderbufferOES( in glBindRenderbufferOES() method
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc26 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindRenderbufferOES);
306 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBindRenderbufferOES); in init_stub_library()
H A Dstubs_arm.cc26 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBindRenderbufferOES);
306 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glBindRenderbufferOES); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv1_CM.map.txt9 glBindRenderbufferOES;
H A Dentries_gles1.in7 GL_ENTRY(void, glBindRenderbufferOES, GLenum target, GLuint renderbuffer)
H A Dentries.in28 GL_ENTRY(void, glBindRenderbufferOES, GLenum target, GLuint renderbuffer)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec54 void glBindRenderbufferOES ( GLenum target, GLuint renderbuffer )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java714 public static native void glBindRenderbufferOES( in glBindRenderbufferOES() method in GLES11Ext
H A DGLErrorWrapper.java1388 public void glBindRenderbufferOES(int target, int renderbuffer) { in glBindRenderbufferOES() method in GLErrorWrapper
1390 mgl11ExtensionPack.glBindRenderbufferOES(target, renderbuffer); in glBindRenderbufferOES()
H A DGLLogWrapper.java3461 public void glBindRenderbufferOES(int target, int renderbuffer) { in glBindRenderbufferOES() method in GLLogWrapper
3466 mgl11ExtensionPack.glBindRenderbufferOES(target, renderbuffer); in glBindRenderbufferOES()
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dglext_api.in169 void API_ENTRY(glBindRenderbufferOES)(GLenum target, GLuint renderbuffer) {
170 CALL_GL_API(glBindRenderbufferOES, target, renderbuffer);
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1915 public native void glBindRenderbufferOES( in glBindRenderbufferOES() method in GLImpl
/aosp12/frameworks/native/opengl/include/GLES/
H A Dglext.h307 GL_API void GL_APIENTRY glBindRenderbufferOES (GLenum target, GLuint renderbuffer);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2512 glBindRenderbufferOES( in android_glBindRenderbufferOES__II()
H A Dcom_google_android_gles_jni_GLImpl.cpp7676 glBindRenderbufferOES( in android_glBindRenderbufferOES__II()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt28502 method public static void glBindRenderbufferOES(int, int);
57660 method public void glBindRenderbufferOES(int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt19450 method public static void glBindRenderbufferOES(int, int);
52407 method public abstract void glBindRenderbufferOES(int, int);