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

  /external/skia/src/gpu/
GrDrawState.h 269 class AutoColorRestore : public ::SkNoncopyable {
271 AutoColorRestore() : fDrawState(NULL), fOldColor(0) {}
273 AutoColorRestore(GrDrawState* drawState, GrColor color) {
292 ~AutoColorRestore() { this->reset(); }
    [all...]
GrInOrderDrawBuffer.cpp 142 GrDrawState::AutoColorRestore acr;
    [all...]

Completed in 456 milliseconds