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

  /external/chromium_org/ppapi/proxy/
graphics_2d_resource.cc 131 bool Graphics2DResource::ReadImageData(PP_Resource image,
ppb_testing_proxy.cc 31 PP_Bool ReadImageData(PP_Resource graphics_2d,
49 return enter.object()->ReadImageData(host_image.host_resource(), top_left) ?
131 &ReadImageData,
197 *result = ppb_testing_impl_->ReadImageData(
  /external/chromium_org/ppapi/c/dev/
ppb_testing_dev.h 66 * the backing store (and hence ReadImageData) until after a Flush()
69 PP_Bool (*ReadImageData)(PP_Resource device_context_2d,
152 PP_Bool (*ReadImageData)(PP_Resource device_context_2d,
162 PP_Bool (*ReadImageData)(PP_Resource device_context_2d,
173 PP_Bool (*ReadImageData)(PP_Resource device_context_2d,
186 PP_Bool (*ReadImageData)(PP_Resource device_context_2d,
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 219 PP_Bool ReadImageData(PP_Resource device_context_2d,
225 return BoolToPPBool(enter.object()->ReadImageData(image, top_left));
285 &ReadImageData,
pepper_graphics_2d_host.cc 244 bool PepperGraphics2DHost::ReadImageData(PP_Resource image,
551 return ReadImageData(image, &top_left) ? PP_OK : PP_ERROR_FAILED;
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 91 bool TestGraphics2D::ReadImageData(const pp::Graphics2D& dc,
94 return PP_ToBool(testing_interface_->ReadImageData(
106 if (!ReadImageData(dc, &readback, pp::Point(0, 0)))
192 if (!ReadImageData(dc, &readback, pp::Point(0, 0)))
263 // ReadImageData.
264 ASSERT_FALSE(testing_interface_->ReadImageData(image.pp_resource(),
267 ASSERT_FALSE(testing_interface_->ReadImageData(null_context.pp_resource(),
320 // actually read versus ReadImageData being a NOP).
328 ASSERT_TRUE(ReadImageData(dc, &image, pp::Point(0, 0)));
489 ReadImageData(dc, &readback_scroll, pp::Point(scroll_x, scroll_y)))
    [all...]

Completed in 194 milliseconds