Searched defs:glReadPixels (Results 1 - 9 of 9) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLErrorWrapper.java | 663 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 D | GLES10.java | 1039 // 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 D | GLLogWrapper.java | 2251 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 D | GLES20.java | 1314 // 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 D | GLES30.java | 1817 // 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 D | GLImpl.java | 864 // 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 D | GL10.java | 792 void glReadPixels( method in interface:GL10
|
/frameworks/base/libs/hwui/debug/ |
H A D | gles_redefine.h | 712 #define glReadPixels wrap_glReadPixels macro
|
H A D | gles_undefine.h | 711 #undef glReadPixels macro
|
Completed in 49 milliseconds