Searched defs:glReadPixels (Results 1 - 9 of 9) 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.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
H A DGLES30.java1817 // C function void glReadPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint offset )
1819 public static native void glReadPixels( method in class:GLES30
/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
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h711 #define glReadPixels wrap_glReadPixels macro
H A Dgles_undefine.h711 #undef glReadPixels macro

Completed in 982 milliseconds