Home
last modified time | relevance | path

Searched defs:glReadPixels (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/tests/
Dnullgles.cpp207 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void… in glReadPixels() function
/frameworks/native/opengl/libagl/
Dtexture.cpp1482 void glReadPixels( in glReadPixels() function
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java792 void glReadPixels( in glReadPixels() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1041 public static native void glReadPixels( in glReadPixels() method in GLES10
DGLErrorWrapper.java663 public void glReadPixels(int x, int y, int width, int height, int format, in glReadPixels() method in GLErrorWrapper
DGLES20.java1316 public static native void glReadPixels( in glReadPixels() method in GLES20
DGLLogWrapper.java2251 public void glReadPixels(int x, int y, int width, int height, int format, in glReadPixels() method in GLLogWrapper
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto312 glReadPixels = 284; enumerator
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java866 public native void glReadPixels( in glReadPixels() method in GLImpl