Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dtexture.cpp1469 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.java1320 public static native void glReadPixels( in glReadPixels() method in GLES20
DGLES30.java1819 public static native void glReadPixels( in glReadPixels() method in GLES30
DGLLogWrapper.java2251 public void glReadPixels(int x, int y, int width, int height, int format, in glReadPixels() method in GLLogWrapper
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h712 #define glReadPixels wrap_glReadPixels macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java869 public native void glReadPixels( in glReadPixels() method in GLImpl