OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebGraphicsContext3DCommandBufferImpl
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/content/common/gpu/client/
context_provider_command_buffer_browsertest.cc
32
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
> CreateContext3d() {
36
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
> context(
37
WebGraphicsContext3DCommandBufferImpl
::CreateOffscreenContext(
41
WebGraphicsContext3DCommandBufferImpl
::SharedMemoryLimits()));
context_provider_command_buffer.h
25
//
WebGraphicsContext3DCommandBufferImpl
context and a GrContext.
30
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
> context3d,
34
virtual
WebGraphicsContext3DCommandBufferImpl
* Context3d() OVERRIDE;
56
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
> context3d,
69
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
> context3d_;
webgraphicscontext3d_command_buffer_impl.cc
48
typedef std::multimap<GpuChannelHost*,
WebGraphicsContext3DCommandBufferImpl
*>
88
void
WebGraphicsContext3DCommandBufferImpl
::name() { \
93
rt
WebGraphicsContext3DCommandBufferImpl
::name() { \
98
void
WebGraphicsContext3DCommandBufferImpl
::name(t1 a1) { \
103
rt
WebGraphicsContext3DCommandBufferImpl
::name(t1 a1) { \
108
rt
WebGraphicsContext3DCommandBufferImpl
::name(t1 a1) { \
113
void
WebGraphicsContext3DCommandBufferImpl
::name(t1 a1, t2 a2) { \
118
rt
WebGraphicsContext3DCommandBufferImpl
::name(t1 a1, t2 a2) { \
123
void
WebGraphicsContext3DCommandBufferImpl
::name(t1 a1, t2 a2, t3 a3) { \
128
rt
WebGraphicsContext3DCommandBufferImpl
::name(t1 a1, t2 a2, t3 a3) {
[
all
...]
context_provider_command_buffer.cc
40
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
> context3d,
49
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
> context3d,
74
WebGraphicsContext3DCommandBufferImpl
* context3d ALLOW_UNUSED =
104
WebGraphicsContext3DCommandBufferImpl
*
199
mapped_memory_limit ==
WebGraphicsContext3DCommandBufferImpl
::kNoLimit
webgraphicscontext3d_command_buffer_impl.h
59
class
WebGraphicsContext3DCommandBufferImpl
76
WebGraphicsContext3DCommandBufferImpl
(
84
virtual ~
WebGraphicsContext3DCommandBufferImpl
();
104
// Create & initialize a
WebGraphicsContext3DCommandBufferImpl
. Return NULL
106
static CONTENT_EXPORT
WebGraphicsContext3DCommandBufferImpl
*
639
//
WebGraphicsContext3DCommandBufferImpl
configuration attributes. Those in
715
base::WeakPtrFactory<
WebGraphicsContext3DCommandBufferImpl
> weak_ptr_factory_;
/external/chromium_org/content/browser/aura/
gpu_browser_compositor_output_surface.cc
31
WebGraphicsContext3DCommandBufferImpl
* command_buffer_context =
32
static_cast<
WebGraphicsContext3DCommandBufferImpl
*>(
gpu_process_transport_factory.h
24
class
WebGraphicsContext3DCommandBufferImpl
;
34
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
>
74
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
>
gpu_process_transport_factory.cc
159
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
>
305
typedef
WebGraphicsContext3DCommandBufferImpl
WGC3DCBI;
454
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
>
457
return scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
>();
469
return scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
>();
471
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
> context(
472
new
WebGraphicsContext3DCommandBufferImpl
(
478
WebGraphicsContext3DCommandBufferImpl
::SharedMemoryLimits()));
browser_compositor_output_surface.h
25
class
WebGraphicsContext3DCommandBufferImpl
;
/external/chromium_org/content/browser/gpu/
gpu_ipc_browsertests.cc
21
using content::
WebGraphicsContext3DCommandBufferImpl
;
40
WebGraphicsContext3DCommandBufferImpl
::CreateOffscreenContext(
44
WebGraphicsContext3DCommandBufferImpl
::SharedMemoryLimits()));
58
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
> context_;
127
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
> CreateContext() {
129
WebGraphicsContext3DCommandBufferImpl
::CreateOffscreenContext(
133
WebGraphicsContext3DCommandBufferImpl
::SharedMemoryLimits()));
/external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc
55
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
> context_;
76
WebGraphicsContext3DCommandBufferImpl
::SharedMemoryLimits limits;
83
WebGraphicsContext3DCommandBufferImpl
::kNoLimit;
85
new
WebGraphicsContext3DCommandBufferImpl
(0, // offscreen
compositor_impl_android.cc
82
content::
WebGraphicsContext3DCommandBufferImpl
* command_buffer_context =
83
static_cast<content::
WebGraphicsContext3DCommandBufferImpl
*>(
353
static scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
>
364
return scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
>();
373
WebGraphicsContext3DCommandBufferImpl
::SharedMemoryLimits limits;
381
new
WebGraphicsContext3DCommandBufferImpl
(surface_id,
/external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.h
28
class
WebGraphicsContext3DCommandBufferImpl
;
85
// Helper to get a pointer to the
WebGraphicsContext3DCommandBufferImpl
,
87
WebGraphicsContext3DCommandBufferImpl
* GetContext3d();
renderer_gpu_video_accelerator_factories.cc
56
WebGraphicsContext3DCommandBufferImpl
*
61
WebGraphicsContext3DCommandBufferImpl
* context =
124
WebGraphicsContext3DCommandBufferImpl
* context = GetContext3d();
141
WebGraphicsContext3DCommandBufferImpl
* context = GetContext3d();
185
WebGraphicsContext3DCommandBufferImpl
* context = GetContext3d();
197
WebGraphicsContext3DCommandBufferImpl
* context = GetContext3d();
240
WebGraphicsContext3DCommandBufferImpl
* context = GetContext3d();
/external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.h
26
class
WebGraphicsContext3DCommandBufferImpl
;
/external/chromium_org/content/renderer/gpu/
compositor_output_surface.cc
123
WebGraphicsContext3DCommandBufferImpl
* command_buffer_context =
124
static_cast<
WebGraphicsContext3DCommandBufferImpl
*>(
/external/chromium_org/content/renderer/
render_thread_impl.h
96
class
WebGraphicsContext3DCommandBufferImpl
;
404
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
> CreateOffscreenContext3d();
render_thread_impl.cc
889
WebGraphicsContext3DCommandBufferImpl
::CreateOffscreenContext(
893
WebGraphicsContext3DCommandBufferImpl
::SharedMemoryLimits())),
904
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
>
916
WebGraphicsContext3DCommandBufferImpl
::CreateOffscreenContext(
920
WebGraphicsContext3DCommandBufferImpl
::SharedMemoryLimits()))
[
all
...]
render_widget.cc
[
all
...]
render_widget.h
544
scoped_ptr<
WebGraphicsContext3DCommandBufferImpl
> CreateGraphicsContext3D(
renderer_webkitplatformsupport_impl.cc
[
all
...]
Completed in 160 milliseconds