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

/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.java1055 // C function void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
1057 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.java1313 // C function void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
1315 public static native void glReadPixels( method in class:GLES20
/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/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp331 const Message_Function Message::glReadPixels; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.h405 static const Function glReadPixels = Message_Function_glReadPixels; member in class:com::android::glesv2debugger::Message
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java792 void glReadPixels( method in interface:GL10

Completed in 93 milliseconds