HomeSort by relevance Sort by last modified time
    Searched refs:ReadPixels (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/skia/tests/
ReadPixelsTest.cpp 152 // checks the bitmap contains correct pixels after the readPixels
154 // overwritten in the area outside the readPixels.
245 DEF_GPUTEST(ReadPixels, reporter, factory) {
350 // if the bitmap has pixels allocated before the readPixels,
357 bool success = canvas.readPixels(&bmp, srcRect.fLeft, srcRect.fTop);
372 // if we had no pixels beforehand and the readPixels
377 // check the old webkit version of readPixels that clips the
380 bool success = canvas.readPixels(srcRect, &wkbmp);
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc     [all...]
gles2_interface_stub_impl_autogen.h 346 void GLES2InterfaceStub::ReadPixels(GLint /* x */,
    [all...]
gles2_cmd_helper_autogen.h 860 void ReadPixels(GLint x,
871 gles2::cmds::ReadPixels* c = GetCmdSpace<gles2::cmds::ReadPixels>();
    [all...]
gles2_trace_implementation_impl_autogen.h 607 void GLES2TraceImplementation::ReadPixels(GLint x,
614 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ReadPixels");
615 gl_->ReadPixels(x, y, width, height, format, type, pixels);
    [all...]
gles2_implementation.cc     [all...]
gles2_implementation_autogen.h 296 virtual void ReadPixels(GLint x,
gles2_interface_autogen.h 205 virtual void ReadPixels(GLint x,
gles2_interface_stub_autogen.h 215 virtual void ReadPixels(GLint x,
gles2_trace_implementation_autogen.h 215 virtual void ReadPixels(GLint x,
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 882 void ReadPixels(PP_Resource context_id,
892 ToGles2Impl(&enter)->ReadPixels(x, y, width, height, format, type, pixels);
    [all...]
  /external/chromium_org/media/filters/
gpu_video_decoder.cc 400 factories->ReadPixels(texture_id, visible_rect, pixels);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
debug.c 337 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height,
readpix.c 637 * Software fallback routine for ctx->Driver.ReadPixels().
800 ctx->Driver.ReadPixels(ctx, x, y, width, height,
  /external/mesa3d/src/mesa/main/
debug.c 337 ctx->Driver.ReadPixels(ctx, 0, 0, rb->Width, rb->Height,
readpix.c 637 * Software fallback routine for ctx->Driver.ReadPixels().
800 ctx->Driver.ReadPixels(ctx, x, y, width, height,
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp     [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper.cc 455 gl_->ReadPixels(0,
545 gl_->ReadPixels(src_rect.x(),
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 870 void ReadPixels(PP_Resource context_id,
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 319 VISIT_GL_CALL(ReadPixels,
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.cc 402 factories->ReadPixels(texture_id, visible_rect, pixels);
  /external/chromium_org/ppapi/c/
ppb_opengles2.h 303 void (*ReadPixels)(PP_Resource context,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_icd.h 306 void (GLAPIENTRY * ReadPixels)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 306 void (GLAPIENTRY * ReadPixels)(GLint, GLint, GLsizei, GLsizei, GLenum, GLenum, GLvoid *);

Completed in 268 milliseconds

12 3 4