OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CopyOutputResult
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/cc/output/
copy_output_result.cc
14
CopyOutputResult
::
CopyOutputResult
() {}
16
CopyOutputResult
::
CopyOutputResult
(scoped_ptr<SkBitmap> bitmap)
22
CopyOutputResult
::
CopyOutputResult
(
32
CopyOutputResult
::~
CopyOutputResult
() {
37
scoped_ptr<SkBitmap>
CopyOutputResult
::TakeBitmap() {
41
void
CopyOutputResult
::TakeTexture
[
all
...]
copy_output_result.h
19
class CC_EXPORT
CopyOutputResult
{
21
static scoped_ptr<
CopyOutputResult
> CreateEmptyResult() {
22
return make_scoped_ptr(new
CopyOutputResult
);
24
static scoped_ptr<
CopyOutputResult
> CreateBitmapResult(
26
return make_scoped_ptr(new
CopyOutputResult
(bitmap.Pass()));
28
static scoped_ptr<
CopyOutputResult
> CreateTextureResult(
33
new
CopyOutputResult
(size, texture_mailbox, release_callback.Pass()));
36
~
CopyOutputResult
();
48
CopyOutputResult
();
49
explicit
CopyOutputResult
(scoped_ptr<SkBitmap> bitmap)
[
all
...]
copy_output_request.cc
42
SendResult(
CopyOutputResult
::CreateEmptyResult().Pass());
45
void CopyOutputRequest::SendResult(scoped_ptr<
CopyOutputResult
> result) {
50
SendResult(
CopyOutputResult
::CreateEmptyResult().Pass());
54
SendResult(
CopyOutputResult
::CreateBitmapResult(bitmap.Pass()).Pass());
62
SendResult(
CopyOutputResult
::CreateTextureResult(
copy_output_request.h
17
class
CopyOutputResult
;
22
typedef base::Callback<void(scoped_ptr<
CopyOutputResult
> result)>
69
void SendResult(scoped_ptr<
CopyOutputResult
> result);
/external/chromium_org/cc/test/
layer_tree_pixel_test.h
20
class
CopyOutputResult
;
38
void ReadbackResult(scoped_ptr<
CopyOutputResult
> result);
pixel_test.h
17
class
CopyOutputResult
;
72
scoped_ptr<
CopyOutputResult
> result);
pixel_test.cc
98
scoped_ptr<
CopyOutputResult
> result) {
layer_tree_pixel_test.cc
95
void LayerTreePixelTest::ReadbackResult(scoped_ptr<
CopyOutputResult
> result) {
/external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.h
24
class
CopyOutputResult
;
111
scoped_ptr<cc::
CopyOutputResult
> result);
browser_plugin_compositing_helper.cc
475
scoped_ptr<cc::
CopyOutputResult
> result) {
/external/chromium_org/cc/trees/
layer_tree_host_unittest_copyrequest.cc
95
void CopyOutputCallback(scoped_ptr<
CopyOutputResult
> result) {
225
void CopyOutputCallback(scoped_ptr<
CopyOutputResult
> result) {
281
void CopyOutputCallback(scoped_ptr<
CopyOutputResult
> result) {
378
void CopyOutputCallback(scoped_ptr<
CopyOutputResult
> result) {
448
void CopyOutputCallback(scoped_ptr<
CopyOutputResult
> result) {
517
void CopyOutputCallback(scoped_ptr<
CopyOutputResult
> result) {
569
void CopyOutputCallback(scoped_ptr<
CopyOutputResult
> result) {
598
// Now destroy the
CopyOutputResult
, releasing the texture inside back
664
scoped_ptr<
CopyOutputResult
> result_;
756
void CopyOutputCallback(scoped_ptr<
CopyOutputResult
> result)
[
all
...]
layer_tree_host_pixeltest_readback.cc
50
void ReadbackResultAsBitmap(scoped_ptr<
CopyOutputResult
> result) {
57
void ReadbackResultAsTexture(scoped_ptr<
CopyOutputResult
> result) {
71
ReadbackResultAsBitmap(
CopyOutputResult
::CreateBitmapResult(bitmap.Pass()));
[
all
...]
layer_tree_host_unittest_occlusion.cc
506
static void CopyOutputCallback(scoped_ptr<
CopyOutputResult
> result) {}
occlusion_tracker_unittest.cc
301
void CopyOutputCallback(scoped_ptr<
CopyOutputResult
> result) {}
[
all
...]
layer_tree_host_impl_unittest.cc
[
all
...]
layer_tree_host_common_unittest.cc
[
all
...]
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.h
37
class
CopyOutputResult
;
267
scoped_ptr<cc::
CopyOutputResult
> result);
271
scoped_ptr<cc::
CopyOutputResult
> result);
render_widget_host_view_aura.h
48
class
CopyOutputResult
;
481
scoped_ptr<cc::
CopyOutputResult
> result);
485
scoped_ptr<cc::
CopyOutputResult
> result);
489
scoped_ptr<cc::
CopyOutputResult
> result);
495
scoped_ptr<cc::
CopyOutputResult
> result);
[
all
...]
render_widget_host_view_android.cc
[
all
...]
render_widget_host_view_aura.cc
[
all
...]
/external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device_aura.cc
133
scoped_ptr<cc::
CopyOutputResult
> result);
292
scoped_ptr<cc::
CopyOutputResult
> result) {
/external/chromium_org/cc/layers/
layer.cc
846
scoped_ptr<
CopyOutputResult
> result) {
853
scoped_ptr<
CopyOutputResult
> result) {
[
all
...]
Completed in 193 milliseconds