Home
last modified time | relevance | path

Searched refs:setQuadType (Results 1 – 4 of 4) sorted by relevance

/external/skia/bench/
DGrQuadBench.cpp45 fQuads[i].setQuadType(fPerspective ? GrQuad::Type::kPerspective in onDelayedSetup()
/external/skia/src/gpu/geometry/
DGrQuad.h126 void setQuadType(Type newType) { in setQuadType() function
DGrQuadBuffer.h260 quad->setQuadType(type); in unpackQuad()
DGrQuadUtils.cpp626 quad->fDevice.setQuadType(GrQuad::Type::kAxisAligned); in CropToRect()
934 deviceOut->setQuadType(deviceType); // This sets ws == 1 when device type != perspective in asGrQuads()
942 localOut->setQuadType(localType); in asGrQuads()