Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt105 glGetFramebufferAttachmentParameteriv;
DlibGLESv3.map.txt166 glGetFramebufferAttachmentParameteriv;
Dentries.in355 GL_ENTRY(void, glGetFramebufferAttachmentParameteriv, GLenum target, GLenum attachment, GLenum pnam…
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGLToolbox.java84 GLES20.glGetFramebufferAttachmentParameteriv( in attachedTexture()
/frameworks/base/opengl/java/android/opengl/
DGLES20.java988 public static native void glGetFramebufferAttachmentParameteriv( in glGetFramebufferAttachmentParameteriv() method in GLES20
998 public static native void glGetFramebufferAttachmentParameteriv( in glGetFramebufferAttachmentParameteriv() method in GLES20
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec64 void glGetFramebufferAttachmentParameteriv ( GLenum target, GLenum attachment, GLenum pname, GLint …
/frameworks/libs/native_bridge_support/android_api/libGLESv3/
Dstubs_arm.cc311 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameteriv);
1159 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetFramebufferAttachmentParameteriv); in init_stub_library()
Dstubs_riscv64.cc311 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameteriv);
1159 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetFramebufferAttachmentParameteriv); in init_stub_library()
Dstubs_arm64.cc311 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameteriv);
1159 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetFramebufferAttachmentParameteriv); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libGLESv2/
Dstubs_arm.cc311 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameteriv);
1159 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetFramebufferAttachmentParameteriv); in init_stub_library()
Dstubs_arm64.cc311 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameteriv);
1159 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetFramebufferAttachmentParameteriv); in init_stub_library()
Dstubs_riscv64.cc311 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameteriv);
1159 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetFramebufferAttachmentParameteriv); in init_stub_library()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in187 void API_ENTRY(glGetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pnam…
188 CALL_GL_API(glGetFramebufferAttachmentParameteriv, target, attachment, pname, params);
/frameworks/native/opengl/include/GLES2/
Dgl2.h588 GL_APICALL void GL_APIENTRY glGetFramebufferAttachmentParameteriv (GLenum target, GLenum attachment…
/frameworks/native/opengl/include/GLES3/
Dgl3.h588 GL_APICALL void GL_APIENTRY glGetFramebufferAttachmentParameteriv (GLenum target, GLenum attachment…
Dgl31.h590 GL_APICALL void GL_APIENTRY glGetFramebufferAttachmentParameteriv (GLenum target, GLenum attachment…
Dgl32.h590 GL_APICALL void GL_APIENTRY glGetFramebufferAttachmentParameteriv (GLenum target, GLenum attachment…
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp2820 glGetFramebufferAttachmentParameteriv( in android_glGetFramebufferAttachmentParameteriv__III_3II()
2860 glGetFramebufferAttachmentParameteriv( in android_glGetFramebufferAttachmentParameteriv__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.txt19758 method public static void glGetFramebufferAttachmentParameteriv(int, int, int, int[], int);
19759 …method public static void glGetFramebufferAttachmentParameteriv(int, int, int, java.nio.IntBuffer);
/frameworks/base/core/api/
Dcurrent.txt30689 method public static void glGetFramebufferAttachmentParameteriv(int, int, int, int[], int);
30690 …method public static void glGetFramebufferAttachmentParameteriv(int, int, int, java.nio.IntBuffer);