Searched defs:GetTotalGpuMemory (Results 1 - 7 of 7) sorted by relevance

/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);
/external/chromium_org/ui/gl/
H A Dgl_context_android.cc100 bool GLContextEGL::GetTotalGpuMemory(size_t* bytes) { function in class:gfx::GLContextEGL
H A Dgl_context_egl.cc201 bool GLContextEGL::GetTotalGpuMemory(size_t* bytes) { function in class:gfx::GLContextEGL
H A Dgl_context_glx.cc196 bool GLContextGLX::GetTotalGpuMemory(size_t* bytes) { function in class:gfx::GLContextGLX
H A Dgl_context.cc76 bool GLContext::GetTotalGpuMemory(size_t* bytes) { function in class:gfx::GLContext
H A Dgl_context_cgl.cc239 bool GLContextCGL::GetTotalGpuMemory(size_t* bytes) { function in class:gfx::GLContextCGL
/external/chromium_org/content/common/gpu/
H A Dgpu_command_buffer_stub.cc523 if (!context->GetTotalGpuMemory(&total_gpu_memory_))
980 bool GpuCommandBufferStub::GetTotalGpuMemory(uint64* bytes) { function in class:content::GpuCommandBufferStub

Completed in 308 milliseconds