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

  /external/chromium_org/third_party/skia/src/gpu/
GrPathRenderer.h 174 drawState->enableState(GrDrawState::kNoColorWrites_StateBit);
GrDefaultPathRenderer.cpp 461 drawState->disableState(GrDrawState::kNoColorWrites_StateBit);
484 drawState->enableState(GrDrawState::kNoColorWrites_StateBit);
GrDrawState.h 769 kNoColorWrites_StateBit = 0x08,
835 return 0 != (fCommon.fFlagBits & kNoColorWrites_StateBit);
    [all...]
GrClipMaskManager.cpp 611 drawState->enableState(GrDrawState::kNoColorWrites_StateBit);
    [all...]
  /external/skia/src/gpu/
GrPathRenderer.h 174 drawState->enableState(GrDrawState::kNoColorWrites_StateBit);
GrDefaultPathRenderer.cpp 461 drawState->disableState(GrDrawState::kNoColorWrites_StateBit);
484 drawState->enableState(GrDrawState::kNoColorWrites_StateBit);
GrDrawState.h 769 kNoColorWrites_StateBit = 0x08,
835 return 0 != (fCommon.fFlagBits & kNoColorWrites_StateBit);
    [all...]
GrClipMaskManager.cpp 611 drawState->enableState(GrDrawState::kNoColorWrites_StateBit);
    [all...]

Completed in 2380 milliseconds