Home
last modified time | relevance | path

Searched refs:GpuControlService (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dgpu_control_service.cc14 GpuControlService::GpuControlService( in GpuControlService() function in gpu::GpuControlService
29 GpuControlService::~GpuControlService() { in ~GpuControlService()
32 gpu::Capabilities GpuControlService::GetCapabilities() { in GetCapabilities()
36 gfx::GpuMemoryBuffer* GpuControlService::CreateGpuMemoryBuffer( in CreateGpuMemoryBuffer()
67 void GpuControlService::DestroyGpuMemoryBuffer(int32 id) { in DestroyGpuMemoryBuffer()
75 uint32 GpuControlService::InsertSyncPoint() { in InsertSyncPoint()
80 void GpuControlService::SignalSyncPoint(uint32 sync_point, in SignalSyncPoint()
85 void GpuControlService::SignalQuery(uint32 query_id, in SignalQuery()
95 void GpuControlService::SetSurfaceVisible(bool visible) { in SetSurfaceVisible()
99 void GpuControlService::SendManagedMemoryStats( in SendManagedMemoryStats()
[all …]
Dgpu_control_service.h23 class GPU_EXPORT GpuControlService : public GpuControl {
25 GpuControlService(GpuMemoryBufferManagerInterface* gpu_memory_buffer_manager,
30 virtual ~GpuControlService();
70 DISALLOW_COPY_AND_ASSIGN(GpuControlService);
Din_process_command_buffer.cc406 new GpuControlService(decoder_->GetContextGroup()->image_manager(), in InitializeOnGpuThread()
/external/chromium_org/gpu/command_buffer/tests/
Dgl_manager.h24 class GpuControlService; variable
103 scoped_ptr<GpuControlService> gpu_control_;
Dgl_manager.cc174 new GpuControlService(decoder_->GetContextGroup()->image_manager(), in Initialize()
/external/chromium_org/content/common/gpu/
Dgpu_command_buffer_stub.h35 class GpuControlService; variable
239 scoped_ptr<gpu::GpuControlService> gpu_control_;
Dgpu_command_buffer_stub.cc515 new gpu::GpuControlService(context_group_->image_manager(), in OnInitialize()
/external/chromium_org/gpu/gles2_conform_support/egl/
Ddisplay.cc173 gpu_control_.reset(new gpu::GpuControlService( in CreateWindowSurface()