Home
last modified time | relevance | path

Searched refs:getDrawFace (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrDefaultPathRenderer.cpp355 GrAssert(GrDrawState::kBoth_DrawFace == drawState->getDrawFace()); in internalDrawPath()
DGrDrawState.h1116 DrawFace getDrawFace() const { return fCommon.fDrawFace; } in getDrawFace() function
/external/skia/src/gpu/gl/
DGrGpuGL.cpp2100 if (fHWDrawFace != drawState.getDrawFace()) { in flushMiscFixedFunctionState()
2101 switch (this->getDrawState().getDrawFace()) { in flushMiscFixedFunctionState()
2116 fHWDrawFace = drawState.getDrawFace(); in flushMiscFixedFunctionState()