HomeSort by relevance Sort by last modified time
    Searched refs:GetTotalGpuMemory (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ui/gl/
gl_context_glx.h 36 virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;
gl_context_cgl.h 30 virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;
gl_context_egl.h 37 virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;
gl_context.h 65 virtual bool GetTotalGpuMemory(size_t* bytes);
gl_context_android.cc 91 bool GLContextEGL::GetTotalGpuMemory(size_t* bytes) {
gl_context.cc 42 bool GLContext::GetTotalGpuMemory(size_t* bytes) {
gl_context_egl.cc 200 bool GLContextEGL::GetTotalGpuMemory(size_t* bytes) {
gl_context_glx.cc 210 bool GLContextGLX::GetTotalGpuMemory(size_t* bytes) {
gl_context_cgl.cc 238 bool GLContextCGL::GetTotalGpuMemory(size_t* bytes) {
  /external/chromium_org/content/common/gpu/
gpu_memory_manager_client.h 42 virtual bool GetTotalGpuMemory(uint64* bytes) = 0;
gpu_command_buffer_stub.h 98 virtual bool GetTotalGpuMemory(uint64* bytes) OVERRIDE;
gpu_command_buffer_stub.cc 494 if (!context->GetTotalGpuMemory(&total_gpu_memory_))
911 bool GpuCommandBufferStub::GetTotalGpuMemory(uint64* bytes) {
    [all...]
gpu_memory_manager.cc 185 if (client_state->client_->GetTotalGpuMemory(&bytes)) {
gpu_memory_manager_unittest.cc 129 virtual bool GetTotalGpuMemory(uint64* bytes) OVERRIDE {
  /external/chromium_org/gpu/command_buffer/service/
gl_context_virtual.cc 93 bool GLContextVirtual::GetTotalGpuMemory(size_t* bytes) {
94 return shared_context_->GetTotalGpuMemory(bytes);
gl_context_virtual.h 47 virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;

Completed in 80 milliseconds