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

  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 369 GrAssert(GrDrawState::kBoth_DrawFace == drawState->getDrawFace());
385 drawFace[0] = GrDrawState::kBoth_DrawFace;
394 drawFace[0] = GrDrawState::kBoth_DrawFace;
415 drawFace[0] = drawFace[1] = GrDrawState::kBoth_DrawFace;
429 drawFace[0] = GrDrawState::kBoth_DrawFace;
448 drawFace[passCount-1] = GrDrawState::kBoth_DrawFace;
GrDrawState.h 72 GR_STATIC_ASSERT(0 == kBoth_DrawFace);
716 kBoth_DrawFace,
GrTesselatedPathRenderer.cpp 360 GrAssert(GrDrawState::kBoth_DrawFace == drawState->getDrawFace());
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 412 fHWDrawState.setDrawFace(GrDrawState::kBoth_DrawFace);
    [all...]

Completed in 63 milliseconds