HomeSort by relevance Sort by last modified time
    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 3475 milliseconds