Searched refs:kDither_StateBit (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrDrawState.h626 kDither_StateBit = 0x01, enumerator in enum:GrDrawState::StateBits
682 return 0 != (fFlagBits & kDither_StateBit);
H A DGrContext.cpp1831 drawState->enableState(GrDrawState::kDither_StateBit);
1833 drawState->disableState(GrDrawState::kDither_StateBit);

Completed in 59 milliseconds