OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonzero_allocation
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/webkit/common/gpu/
grcontext_for_webgraphicscontext3d.cc
45
bool
nonzero_allocation
= true;
46
SetMemoryLimit(
nonzero_allocation
);
54
void GrContextForWebGraphicsContext3D::SetMemoryLimit(bool
nonzero_allocation
) {
58
if (
nonzero_allocation
) {
grcontext_for_webgraphicscontext3d.h
29
void SetMemoryLimit(bool
nonzero_allocation
);
/external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc
184
bool
nonzero_allocation
= !!allocation.bytes_limit_when_visible;
local
185
gr_context_->SetMemoryLimit(
nonzero_allocation
);
Completed in 307 milliseconds