Home
last modified time | relevance | path

Searched refs:kConics (Results 1 – 12 of 12) sorted by relevance

/external/skia/samplecode/
DSampleCCPRGeometry.cpp216 } else if (PrimitiveType::kConics == fPrimitiveType) { in onDrawContent()
291 SkASSERT(PrimitiveType::kConics == fPrimitiveType); in updateGpuData()
311 } else if (PrimitiveType::kConics == fPrimitiveType && in updateGpuData()
347 PrimitiveType::kConics == fView->fPrimitiveType) { in onExecute()
369 } else if (PrimitiveType::kConics != fView->fPrimitiveType) { // No conic stroke support yet. in onExecute()
456 } else if (PrimitiveType::kConics == fPrimitiveType) { in onQuery()
/external/skqp/samplecode/
DSampleCCPRGeometry.cpp213 } else if (PrimitiveType::kConics == fPrimitiveType) { in onDrawContent()
288 SkASSERT(PrimitiveType::kConics == fPrimitiveType); in updateGpuData()
308 } else if (PrimitiveType::kConics == fPrimitiveType && in updateGpuData()
344 PrimitiveType::kConics == fView->fPrimitiveType) { in onExecute()
367 } else if (PrimitiveType::kConics != fView->fPrimitiveType) { // No conic stroke support yet. in onExecute()
454 } else if (PrimitiveType::kConics == fPrimitiveType) { in onQuery()
/external/skia/src/gpu/ccpr/
DGrCCCoverageProcessor.h43 kConics enumerator
226 PrimitiveType::kConics == fPrimitiveType; in hasInputWeight()
286 case PrimitiveType::kConics: return "kConics"; in PrimitiveTypeName()
DGrCCCoverageProcessor_VSImpl.cpp476 case PrimitiveType::kConics: { in initVS()
548 case PrimitiveType::kConics: in createVSImpl()
DGrCCCoverageProcessor.cpp217 case PrimitiveType::kConics: in createGLSLInstance()
DGrCCFiller.cpp493 this->drawPrimitives(flushState, pipeline, batchID, PrimitiveType::kConics, in drawFills()
DGrCCStroker.cpp716 GrCCCoverageProcessor conicProc(flushState->resourceProvider(), PrimitiveType::kConics); in drawStrokes()
/external/skqp/src/gpu/ccpr/
DGrCCCoverageProcessor.h43 kConics enumerator
226 PrimitiveType::kConics == fPrimitiveType; in hasInputWeight()
286 case PrimitiveType::kConics: return "kConics"; in PrimitiveTypeName()
DGrCCCoverageProcessor_VSImpl.cpp475 case PrimitiveType::kConics: { in initVS()
547 case PrimitiveType::kConics: in createVSImpl()
DGrCCCoverageProcessor.cpp214 case PrimitiveType::kConics: in createGLSLInstance()
DGrCCFiller.cpp493 this->drawPrimitives(flushState, pipeline, batchID, PrimitiveType::kConics, in drawFills()
DGrCCStroker.cpp716 GrCCCoverageProcessor conicProc(flushState->resourceProvider(), PrimitiveType::kConics); in drawStrokes()