HomeSort by relevance Sort by last modified time
    Searched refs:fContextIsDirty (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrGpu.h 74 void markContextDirty() { fContextIsDirty = true; }
527 if (fContextIsDirty) {
529 fContextIsDirty = false;
548 bool fContextIsDirty;
GrGpu.cpp 38 , fContextIsDirty(true) {

Completed in 24 milliseconds