Home
last modified time | relevance | path

Searched refs:glReadnPixels (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec95 glReadnPixels check data bufSize
DGLES32.spec28 void glReadnPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, G…
/frameworks/native/opengl/libs/
DlibGLESv3.map.txt311 glReadnPixels; # introduced=24
Dentries.in777 GL_ENTRY(void, glReadnPixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenu…
/frameworks/base/opengl/java/android/opengl/
DGLES32.java538 public static native void glReadnPixels( in glReadnPixels() method in GLES32
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc656 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadnPixels);
1504 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glReadnPixels); in init_stub_library()
Dstubs_arm64.cc656 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadnPixels);
1504 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glReadnPixels); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc656 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadnPixels);
1504 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glReadnPixels); in init_stub_library()
Dstubs_arm.cc656 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glReadnPixels);
1504 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glReadnPixels); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h713 #define glReadnPixels wrap_glReadnPixels macro
Dgles_undefine.h712 #undef glReadnPixels
Dgles_stubs.in1024 void API_ENTRY(glReadnPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenu…
1025 CALL_GL_API(glReadnPixels, x, y, width, height, format, type, bufSize, data);
Dgles_decls.in342 GL_ENTRY(void, glReadnPixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenu…
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in1024 void API_ENTRY(glReadnPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenu…
1025 CALL_GL_API(glReadnPixels, x, y, width, height, format, type, bufSize, data);
/frameworks/base/core/jni/
Dandroid_opengl_GLES32.cpp1038 glReadnPixels( in android_glReadnPixels__IIIIIIILjava_nio_Buffer_2()
/frameworks/native/opengl/include/GLES3/
Dgl32.h1805 GL_APICALL void GL_APIENTRY glReadnPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum …
/frameworks/base/non-updatable-api/
Dcurrent.txt33901 method public static void glReadnPixels(int, int, int, int, int, int, int, java.nio.Buffer);
/frameworks/base/api/
Dcurrent.txt34045 method public static void glReadnPixels(int, int, int, int, int, int, int, java.nio.Buffer);