Searched refs:GetTotalGpuMemory (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/content/common/gpu/
H A Dgpu_memory_manager_client.h42 virtual bool GetTotalGpuMemory(uint64* bytes) = 0;
H A Dgpu_command_buffer_stub.h97 virtual bool GetTotalGpuMemory(uint64* bytes) OVERRIDE;
H A Dgpu_memory_manager.cc94 if (client_state->client_->GetTotalGpuMemory(&bytes)) {
H A Dgpu_memory_manager_unittest.cc128 virtual bool GetTotalGpuMemory(uint64* bytes) OVERRIDE {
H A Dgpu_command_buffer_stub.cc556 if (!context->GetTotalGpuMemory(&total_gpu_memory_))
1042 bool GpuCommandBufferStub::GetTotalGpuMemory(uint64* bytes) { function in class:content::GpuCommandBufferStub
/external/chromium_org/ui/gl/
H A Dgl_context_cgl.h30 virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;
H A Dgl_context_egl.h37 virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;
H A Dgl_context_glx.h36 virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;
H A Dgl_context_android.cc99 bool GLContextEGL::GetTotalGpuMemory(size_t* bytes) { function in class:gfx::GLContextEGL
H A Dgl_context.h87 virtual bool GetTotalGpuMemory(size_t* bytes);
H A Dgl_context_egl.cc201 bool GLContextEGL::GetTotalGpuMemory(size_t* bytes) { function in class:gfx::GLContextEGL
H A Dgl_context.cc76 bool GLContext::GetTotalGpuMemory(size_t* bytes) { function in class:gfx::GLContext
H A Dgl_context_glx.cc195 bool GLContextGLX::GetTotalGpuMemory(size_t* bytes) { function in class:gfx::GLContextGLX
H A Dgl_context_cgl.cc239 bool GLContextCGL::GetTotalGpuMemory(size_t* bytes) { function in class:gfx::GLContextCGL
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_context_virtual.cc93 bool GLContextVirtual::GetTotalGpuMemory(size_t* bytes) { function in class:gpu::GLContextVirtual
94 return shared_context_->GetTotalGpuMemory(bytes);
H A Dgl_context_virtual.h47 virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;

Completed in 175 milliseconds