Searched refs:glGetFramebufferAttachmentParameteriv (Results 1 – 18 of 18) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 105 glGetFramebufferAttachmentParameteriv;
|
D | libGLESv3.map.txt | 166 glGetFramebufferAttachmentParameteriv;
|
D | entries.in | 355 GL_ENTRY(void, glGetFramebufferAttachmentParameteriv, GLenum target, GLenum attachment, GLenum pnam…
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | GLToolbox.java | 84 GLES20.glGetFramebufferAttachmentParameteriv( in attachedTexture()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 988 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/ |
D | GLES20.spec | 64 void glGetFramebufferAttachmentParameteriv ( GLenum target, GLenum attachment, GLenum pname, GLint …
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 311 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameteriv); 1159 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetFramebufferAttachmentParameteriv); in init_stub_library()
|
D | stubs_arm64.cc | 311 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameteriv); 1159 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetFramebufferAttachmentParameteriv); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm.cc | 311 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameteriv); 1159 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetFramebufferAttachmentParameteriv); in init_stub_library()
|
D | stubs_arm64.cc | 311 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameteriv); 1159 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetFramebufferAttachmentParameteriv); in init_stub_library()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 187 void API_ENTRY(glGetFramebufferAttachmentParameteriv)(GLenum target, GLenum attachment, GLenum pnam… 188 CALL_GL_API(glGetFramebufferAttachmentParameteriv, target, attachment, pname, params);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 588 GL_APICALL void GL_APIENTRY glGetFramebufferAttachmentParameteriv (GLenum target, GLenum attachment…
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 588 GL_APICALL void GL_APIENTRY glGetFramebufferAttachmentParameteriv (GLenum target, GLenum attachment…
|
D | gl31.h | 590 GL_APICALL void GL_APIENTRY glGetFramebufferAttachmentParameteriv (GLenum target, GLenum attachment…
|
D | gl32.h | 590 GL_APICALL void GL_APIENTRY glGetFramebufferAttachmentParameteriv (GLenum target, GLenum attachment…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 2819 glGetFramebufferAttachmentParameteriv( in android_glGetFramebufferAttachmentParameteriv__III_3II() 2859 glGetFramebufferAttachmentParameteriv( in android_glGetFramebufferAttachmentParameteriv__IIILjava_nio_IntBuffer_2()
|
/frameworks/base/core/api/ |
D | current.txt | 28750 method public static void glGetFramebufferAttachmentParameteriv(int, int, int, int[], int); 28751 …method public static void glGetFramebufferAttachmentParameteriv(int, int, int, java.nio.IntBuffer);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19758 method public static void glGetFramebufferAttachmentParameteriv(int, int, int, int[], int); 19759 …method public static void glGetFramebufferAttachmentParameteriv(int, int, int, java.nio.IntBuffer);
|