Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java234 void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method
242 void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1extpack18 void glGetFramebufferAttachmentParameterivOES ( GLint target, GLint attachment, GLint pname, GLint …
Dglspec-checks46 glGetFramebufferAttachmentParameterivOES requires OES_framebuffer_object
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java845 public static native void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method in GLES11Ext
855 public static native void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method in GLES11Ext
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()
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()
/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec60 glGetFramebufferAttachmentParameterivOES check params 1
DGLES11Ext.spec66 void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLi…
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt130 glGetFramebufferAttachmentParameterivOES;
Dentries_gles1.in133 GL_ENTRY(void, glGetFramebufferAttachmentParameterivOES, GLenum target, GLenum attachment, GLenum p…
Dentries.in356 GL_ENTRY(void, glGetFramebufferAttachmentParameterivOES, GLenum target, GLenum attachment, GLenum p…
/frameworks/libs/native_bridge_support/android_api/libGLESv1_CM/
Dstubs_riscv64.cc147 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameterivOES);
427 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetFramebufferAttachmentParameterivOES); in init_stub_library()
Dstubs_arm64.cc147 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameterivOES);
427 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetFramebufferAttachmentParameterivOES); in init_stub_library()
Dstubs_arm.cc147 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameterivOES);
427 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetFramebufferAttachmentParameterivOES); in init_stub_library()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java2035 public native void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method in GLImpl
2045 public native void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method in GLImpl
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in205 void API_ENTRY(glGetFramebufferAttachmentParameterivOES)(GLenum target, GLenum attachment, GLenum p…
206 CALL_GL_API(glGetFramebufferAttachmentParameterivOES, target, attachment, pname, params);
/frameworks/native/opengl/include/GLES/
Dglext.h319 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment,…
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3084 glGetFramebufferAttachmentParameterivOES( in android_glGetFramebufferAttachmentParameterivOES__III_3II()
3130 glGetFramebufferAttachmentParameterivOES( in android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp8235 glGetFramebufferAttachmentParameterivOES( in android_glGetFramebufferAttachmentParameterivOES__III_3II()
8280 glGetFramebufferAttachmentParameterivOES( in android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
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…
/frameworks/base/core/api/
Dcurrent.txt30433 method public static void glGetFramebufferAttachmentParameterivOES(int, int, int, int[], int);
30434 …method public static void glGetFramebufferAttachmentParameterivOES(int, int, int, java.nio.IntBuff…
62283 method public void glGetFramebufferAttachmentParameterivOES(int, int, int, int[], int);
62284 method public void glGetFramebufferAttachmentParameterivOES(int, int, int, java.nio.IntBuffer);