Home
last modified time | relevance | path

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

/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/
Dgltrace.proto310 glReadPixels = 284; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1116 const GLMessage_Function GLMessage::glReadPixels; member in android::gltrace::GLMessage
Dgltrace.pb.h1464 static const Function glReadPixels = GLMessage_Function_glReadPixels; variable
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java866 public native void glReadPixels( in glReadPixels() method in GLImpl