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 99 void markContextDirty() { fContextIsDirty = true; }
516 bool fContextIsDirty;
546 if (fContextIsDirty) {
548 fContextIsDirty = false;
GrGpu.cpp 43 , fContextIsDirty(true)
    [all...]

Completed in 919 milliseconds