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

  /external/skia/src/gpu/
GrInOrderDrawBuffer.cpp 173 if (!this->getDrawState().isClipState()) {
276 if (drawState->isClipState()) {
290 if (this->getDrawState().isClipState() &&
722 if (this->getDrawState().isClipState()) {
GrClipMaskManager.cpp 122 bool ignoreClip = !drawState->isClipState() || clipDataIn->fClipStack->isWideOpen();
566 GrAssert(drawState->isClipState());
    [all...]
GrDrawState.h     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 319 if (drawState.isClipState()) {

Completed in 71 milliseconds