Searched refs:glReadnPixels (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES32.spec28 void glReadnPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data )
H A Dchecks.spec95 glReadnPixels check data bufSize
/frameworks/base/opengl/java/android/opengl/
H A DGLES32.java536 // C function void glReadnPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data )
538 public static native void glReadnPixels( method in class:GLES32
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h712 #define glReadnPixels wrap_glReadnPixels macro
H A Dgles_undefine.h712 #undef glReadnPixels macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES32.cpp1044 /* void glReadnPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data ) */
1073 glReadnPixels(
2131 {"glReadnPixels", "(IIIIIIILjava/nio/Buffer;)V", (void *) android_glReadnPixels__IIIIIIILjava_nio_Buffer_2 },
/frameworks/native/opengl/include/GLES3/
H A Dgl32.h1805 GL_APICALL void GL_APIENTRY glReadnPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);

Completed in 302 milliseconds