/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
H A D | glspec-1.1extpack | 25 GLboolean glIsRenderbufferOES ( GLint renderbuffer )
|
H A D | glspec-checks | 49 glIsRenderbufferOES requires OES_framebuffer_object return JNI_FALSE
|
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11ExtensionPack.java | 316 boolean glIsRenderbufferOES( in glIsRenderbufferOES() method
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
H A D | stubs_arm64.cc | 174 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsRenderbufferOES); 454 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glIsRenderbufferOES); in init_stub_library()
|
H A D | stubs_arm.cc | 174 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glIsRenderbufferOES); 454 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glIsRenderbufferOES); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv1_CM.map.txt | 157 glIsRenderbufferOES;
|
H A D | entries_gles1.in | 166 GL_ENTRY(GLboolean, glIsRenderbufferOES, GLuint renderbuffer)
|
H A D | entries.in | 522 GL_ENTRY(GLboolean, glIsRenderbufferOES, GLuint renderbuffer)
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES11Ext.spec | 53 GLboolean glIsRenderbufferOES ( GLuint renderbuffer )
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES11Ext.java | 708 public static native boolean glIsRenderbufferOES( in glIsRenderbufferOES() method in GLES11Ext
|
H A D | GLErrorWrapper.java | 1586 public boolean glIsRenderbufferOES(int renderbuffer) { in glIsRenderbufferOES() method in GLErrorWrapper 1588 mgl11ExtensionPack.glIsRenderbufferOES(renderbuffer); in glIsRenderbufferOES()
|
H A D | GLLogWrapper.java | 3764 public boolean glIsRenderbufferOES(int renderbuffer) { in glIsRenderbufferOES() method in GLLogWrapper 3768 mgl11ExtensionPack.glIsRenderbufferOES(renderbuffer); in glIsRenderbufferOES()
|
/aosp12/frameworks/native/opengl/libs/GLES_CM/ |
H A D | glext_api.in | 166 GLboolean API_ENTRY(glIsRenderbufferOES)(GLuint renderbuffer) { 167 CALL_GL_API_RETURN(glIsRenderbufferOES, renderbuffer);
|
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 2128 public native boolean glIsRenderbufferOES( in glIsRenderbufferOES() method in GLImpl
|
/aosp12/frameworks/native/opengl/include/GLES/ |
H A D | glext.h | 306 GL_API GLboolean GL_APIENTRY glIsRenderbufferOES (GLuint renderbuffer);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES11Ext.cpp | 2502 _returnValue = glIsRenderbufferOES( in android_glIsRenderbufferOES__I()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 8689 _returnValue = glIsRenderbufferOES( in android_glIsRenderbufferOES__I()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 28573 method public static boolean glIsRenderbufferOES(int); 57693 method public boolean glIsRenderbufferOES(int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 19521 method public static boolean glIsRenderbufferOES(int); 52440 method public abstract boolean glIsRenderbufferOES(int);
|