Searched defs:glReadPixels (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1482 void glReadPixels( in glReadPixels() function
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 792 void glReadPixels( in glReadPixels() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 1041 public static native void glReadPixels( in glReadPixels() method in GLES10
|
D | GLErrorWrapper.java | 663 public void glReadPixels(int x, int y, int width, int height, int format, in glReadPixels() method in GLErrorWrapper
|
D | GLES20.java | 1316 public static native void glReadPixels( in glReadPixels() method in GLES20
|
D | GLLogWrapper.java | 2251 public void glReadPixels(int x, int y, int width, int height, int format, in glReadPixels() method in GLLogWrapper
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 310 glReadPixels = 284; enumerator
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 1116 const GLMessage_Function GLMessage::glReadPixels; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1464 static const Function glReadPixels = GLMessage_Function_glReadPixels; variable
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 866 public native void glReadPixels( in glReadPixels() method in GLImpl
|