OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetGpuControl
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_platform_context_3d.h
49
gpu::GpuControl*
GetGpuControl
();
ppb_graphics_3d_impl.h
57
virtual gpu::GpuControl*
GetGpuControl
() OVERRIDE;
ppb_graphics_3d_impl.cc
163
return platform_context_->
GetGpuControl
()->InsertSyncPoint();
189
gpu::GpuControl* PPB_Graphics3D_Impl::
GetGpuControl
() {
190
return platform_context_->
GetGpuControl
();
pepper_platform_context_3d.cc
142
gpu::GpuControl* PlatformContext3D::
GetGpuControl
() {
/external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.h
67
virtual gpu::GpuControl*
GetGpuControl
() = 0;
ppb_graphics_3d_shared.cc
131
GetGpuControl
()));
/external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.h
54
virtual gpu::GpuControl*
GetGpuControl
() OVERRIDE;
ppb_graphics_3d_proxy.cc
119
gpu::GpuControl* Graphics3D::
GetGpuControl
() {
Completed in 140 milliseconds