HomeSort by relevance Sort by last modified time
    Searched defs:glReadPixels (Results 1 - 20 of 20) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 374 void ContextWrapper::glReadPixels (int x, int y, int width, int height, deUint32 format, deUint32 type, void* data)
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 500 GLW_APICALL void GLW_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels)
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayTest.java 481 GLES20.glReadPixels(x, y, 1, 1, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, mPixelBuf);
DecodeEditEncodeTest.java     [all...]
EncodeDecodeTest.java     [all...]
EncodeVirtualDisplayWithCompositionTest.java 380 GLES20.glReadPixels(x, y, 1, 1, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, mPixelBuf);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 536 public void glReadPixels(int x, int y, int width, int height, int format,
538 mgl.glReadPixels(x, y, width, height, format, type, pixels);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 103 glReadPixels_client_proc_t glReadPixels;
gl2_entry.cpp 101 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels);
786 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels)
789 ctx->glReadPixels(ctx, x, y, width, height, format, type, pixels);
    [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 109 #define glReadPixels GLES2_GET_FUN(ReadPixels)
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 130 glReadPixels_client_proc_t glReadPixels;
gl_entry.cpp 128 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels);
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles.cpp 656 void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
658 getDispatch()->glReadPixels(x, y, width, height, format, type, pixels);
    [all...]
gles_dispatch.h 143 glReadPixels_t glReadPixels;
415 glReadPixels_t set_glReadPixels(glReadPixels_t f) { glReadPixels_t retval = glReadPixels; glReadPixels = f; return retval;}
    [all...]
  /external/chromium_org/ppapi/lib/gl/gles2/
gles2.c 574 void GL_APIENTRY glReadPixels(GLint x,
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp     [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 582 #define glReadPixels GLES2_GET_FUN(ReadPixels)
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h     [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 444 milliseconds