Home
last modified time | relevance | path

Searched refs:glGetFramebufferAttachmentParameterivOES (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java234 void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method
242 void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java845 public static native void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method in GLES11Ext
855 public static native void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method in GLES11Ext
H A DGLErrorWrapper.java1504 public void glGetFramebufferAttachmentParameterivOES(int target, in glGetFramebufferAttachmentParameterivOES() method in GLErrorWrapper
1507 …mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params, off… in glGetFramebufferAttachmentParameterivOES()
1512 public void glGetFramebufferAttachmentParameterivOES(int target, in glGetFramebufferAttachmentParameterivOES() method in GLErrorWrapper
1515 … mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params); in glGetFramebufferAttachmentParameterivOES()
H A DGLLogWrapper.java3633 public void glGetFramebufferAttachmentParameterivOES(int target, in glGetFramebufferAttachmentParameterivOES() method in GLLogWrapper
3642 …mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params, off… in glGetFramebufferAttachmentParameterivOES()
3647 public void glGetFramebufferAttachmentParameterivOES(int target, in glGetFramebufferAttachmentParameterivOES() method in GLLogWrapper
3655 … mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params); in glGetFramebufferAttachmentParameterivOES()
/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/
H A Dglspec-1.1extpack18 void glGetFramebufferAttachmentParameterivOES ( GLint target, GLint attachment, GLint pname, GLint …
H A Dglspec-checks46 glGetFramebufferAttachmentParameterivOES requires OES_framebuffer_object
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec60 glGetFramebufferAttachmentParameterivOES check params 1
H A DGLES11Ext.spec66 void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLi…
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc147 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameterivOES);
427 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetFramebufferAttachmentParameterivOES); in init_stub_library()
H A Dstubs_arm.cc147 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameterivOES);
427 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetFramebufferAttachmentParameterivOES); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv1_CM.map.txt130 glGetFramebufferAttachmentParameterivOES;
H A Dentries_gles1.in133 GL_ENTRY(void, glGetFramebufferAttachmentParameterivOES, GLenum target, GLenum attachment, GLenum p…
H A Dentries.in356 GL_ENTRY(void, glGetFramebufferAttachmentParameterivOES, GLenum target, GLenum attachment, GLenum p…
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java2035 public native void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method in GLImpl
2045 public native void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method in GLImpl
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dglext_api.in205 void API_ENTRY(glGetFramebufferAttachmentParameterivOES)(GLenum target, GLenum attachment, GLenum p…
206 CALL_GL_API(glGetFramebufferAttachmentParameterivOES, target, attachment, pname, params);
/aosp12/frameworks/native/opengl/include/GLES/
H A Dglext.h319 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment,…
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3083 glGetFramebufferAttachmentParameterivOES( in android_glGetFramebufferAttachmentParameterivOES__III_3II()
3129 glGetFramebufferAttachmentParameterivOES( in android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2()
H A Dcom_google_android_gles_jni_GLImpl.cpp8234 glGetFramebufferAttachmentParameterivOES( in android_glGetFramebufferAttachmentParameterivOES__III_3II()
8279 glGetFramebufferAttachmentParameterivOES( in android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2()
/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.txt28554 method public static void glGetFramebufferAttachmentParameterivOES(int, int, int, int[], int);
28555 …method public static void glGetFramebufferAttachmentParameterivOES(int, int, int, java.nio.IntBuff…
57680 method public void glGetFramebufferAttachmentParameterivOES(int, int, int, int[], int);
57681 method public void glGetFramebufferAttachmentParameterivOES(int, int, int, java.nio.IntBuffer);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt19502 method public static void glGetFramebufferAttachmentParameterivOES(int, int, int, int[], int);
19503 …method public static void glGetFramebufferAttachmentParameterivOES(int, int, int, java.nio.IntBuff…
52427 method public abstract void glGetFramebufferAttachmentParameterivOES(int, int, int, int[], int);
52428 …method public abstract void glGetFramebufferAttachmentParameterivOES(int, int, int, java.nio.IntBu…