Searched refs:glReadPixels (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/libs/surfaceflinger/
H A DLayerBlur.cpp172 glReadPixels(X, Y, w, h, mReadFormat, mReadType, pixels);
247 // glReadPixels() reads the fb bottom-to-top, however we'll
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec82 void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
H A DGLES20.spec93 void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1039 // C function void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
1041 public static native void glReadPixels( method in class:GLES10
H A DGLErrorWrapper.java663 public void glReadPixels(int x, int y, int width, int height, int format, method in class:GLErrorWrapper
666 mgl.glReadPixels(x, y, width, height, format, type, pixels);
H A DGLES20.java1256 // C function void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
1258 public static native void glReadPixels( method in class:GLES20
H A DGLLogWrapper.java2251 public void glReadPixels(int x, int y, int width, int height, int format, method in class:GLLogWrapper
2253 begin("glReadPixels");
2263 mgl.glReadPixels(x, y, width, height, format, type, pixels);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java792 void glReadPixels( method in interface:GL10
/frameworks/base/opengl/include/GLES/
H A Dgl.h714 GL_API void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h565 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void* pixels);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java863 // C function void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
865 public native void glReadPixels( method in class:GLImpl
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h554 GLAPI void APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels);
/frameworks/base/opengl/libagl/
H A Dtexture.cpp1501 void glReadPixels(
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2897 /* void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels ) */
2907 glReadPixels(
3531 {"glReadPixels", "(IIIIIILjava/nio/Buffer;)V", (void *) android_glReadPixels__IIIIIILjava_nio_Buffer_2 },
H A Dandroid_opengl_GLES20.cpp3420 /* void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels ) */
3430 glReadPixels(
4948 {"glReadPixels", "(IIIIIILjava/nio/Buffer;)V", (void *) android_glReadPixels__IIIIIILjava_nio_Buffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp3023 /* void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels ) */
3033 glReadPixels(
7405 {"glReadPixels", "(IIIIIILjava/nio/Buffer;)V", (void *) android_glReadPixels__IIIIIILjava_nio_Buffer_2 },

Completed in 173 milliseconds