Home
last modified time | relevance | path

Searched refs:CubicInstance (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCPathParser.cpp21 using CubicInstance = GrCCCoverageProcessor::CubicInstance; typedef
267 GR_CT_DIV_ROUND_UP(triEndIdx * sizeof(TriangleInstance), sizeof(CubicInstance)); in finalize()
273 cubicEndIdx * sizeof(CubicInstance)); in finalize()
279 CubicInstance* cubicInstanceData = reinterpret_cast<CubicInstance*>(triangleInstanceData); in finalize()
DGrCCCoverageProcessor_VSImpl.cpp432 SkASSERT(offsetof(CubicInstance, fX) == this->getAttrib(kAttribIdx_X).fOffsetInRecord); in initVS()
433 SkASSERT(offsetof(CubicInstance, fY) == this->getAttrib(kAttribIdx_Y).fOffsetInRecord); in initVS()
434 SkASSERT(sizeof(CubicInstance) == this->getInstanceStride()); in initVS()
DGrCCCoverageProcessor.h46 struct CubicInstance { struct
265 inline void GrCCCoverageProcessor::CubicInstance::set(const SkPoint p[4], float dx, float dy) { in set()
DGrCCCoverageProcessor_GSImpl.cpp327 SkASSERT(sizeof(CubicInstance) == this->getVertexStride() * 2); in initGS()
/external/skqp/samplecode/
DSampleCCPRGeometry.cpp30 using CubicInstance = GrCCCoverageProcessor::CubicInstance; typedef
70 SkTArray<CubicInstance> fCubicInstances;
262 fView->fCubicInstances.count() * sizeof(CubicInstance), kVertex_GrBufferType, in onExecute()