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 80 bool GLContextEGL::GetTotalGpuMemory(size_t* bytes) {
gl_context.cc 42 bool GLContext::GetTotalGpuMemory(size_t* bytes) {
gl_context_egl.cc 201 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 96 virtual bool GetTotalGpuMemory(uint64* bytes) OVERRIDE;
gpu_command_buffer_stub.cc 489 if (!context->GetTotalGpuMemory(&total_gpu_memory_))
888 bool GpuCommandBufferStub::GetTotalGpuMemory(uint64* bytes) {
    [all...]
gpu_memory_manager.cc 182 if (client_state->client_->GetTotalGpuMemory(&bytes)) {
    [all...]
gpu_memory_manager_unittest.cc 119 virtual bool GetTotalGpuMemory(uint64* bytes) OVERRIDE {
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gl_context_virtual.cc 94 bool GLContextVirtual::GetTotalGpuMemory(size_t* bytes) {
95 return shared_context_->GetTotalGpuMemory(bytes);
gl_context_virtual.h 47 virtual bool GetTotalGpuMemory(size_t* bytes) OVERRIDE;

Completed in 871 milliseconds