Searched defs:glReadPixels (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp207 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) {} function
/frameworks/base/opengl/java/android/opengl/
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 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 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);
H A DGLES20.java1314 // C function void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
1316 public static native void glReadPixels( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java864 // C function void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
866 public native void glReadPixels( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java792 void glReadPixels( method in interface:GL10

Completed in 143 milliseconds