OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocchanged
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.cpp
101
bool
allocChanged
;
102
desc->fKey.reset(newKeyLength, SkAutoMalloc::kAlloc_OnShrink, &
allocChanged
);
103
if (
allocChanged
|| !desc->fInitialized) {
/external/skia/src/gpu/gl/
GrGLProgramDesc.cpp
101
bool
allocChanged
;
102
desc->fKey.reset(newKeyLength, SkAutoMalloc::kAlloc_OnShrink, &
allocChanged
);
103
if (
allocChanged
|| !desc->fInitialized) {
Completed in 63 milliseconds