OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fContextIsDirty
(Results
1 - 2
of
2
) sorted by null
/external/skia/gpu/include/
GrGpu.h
103
void markContextDirty() {
fContextIsDirty
= true; }
507
bool
fContextIsDirty
;
525
if (
fContextIsDirty
) {
527
fContextIsDirty
= false;
/external/skia/gpu/src/
GrGpu.cpp
49
,
fContextIsDirty
(true)
Completed in 18 milliseconds