OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_gpu_memory_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/common/gpu/
gpu_memory_manager_unittest.cc
77
uint64
total_gpu_memory_
;
member in class:content::FakeClient
88
total_gpu_memory_
(0),
103
total_gpu_memory_
(0),
129
if (
total_gpu_memory_
) {
130
*bytes =
total_gpu_memory_
;
135
void SetTotalGpuMemory(uint64 bytes) {
total_gpu_memory_
= bytes; }
gpu_command_buffer_stub.cc
179
total_gpu_memory_
(0) {
556
if (!context->GetTotalGpuMemory(&
total_gpu_memory_
))
557
total_gpu_memory_
= 0;
[
all
...]
gpu_command_buffer_stub.h
277
size_t
total_gpu_memory_
;
member in class:content::GpuCommandBufferStub
Completed in 2686 milliseconds