Home
last modified time | relevance | path

Searched refs:RenderPassIsCubic (Results 1 – 8 of 8) sorted by relevance

/external/skia/samplecode/
DSampleCCPRGeometry.cpp127 if (GrCCCoverageProcessor::RenderPassIsCubic(fRenderPass)) { in onDrawContent()
162 if (GrCCCoverageProcessor::RenderPassIsCubic(fRenderPass)) { in onDrawContent()
174 if (GrCCCoverageProcessor::RenderPassIsCubic(fRenderPass)) { in onDrawContent()
196 if (GrCCCoverageProcessor::RenderPassIsCubic(fRenderPass)) { in updateGpuData()
261 if (GrCCCoverageProcessor::RenderPassIsCubic(fView->fRenderPass)) { in onExecute()
325 if (!GrCCCoverageProcessor::RenderPassIsCubic(fRenderPass) && 2 == i) { in onFindClickHandler()
/external/skqp/samplecode/
DSampleCCPRGeometry.cpp127 if (GrCCCoverageProcessor::RenderPassIsCubic(fRenderPass)) { in onDrawContent()
162 if (GrCCCoverageProcessor::RenderPassIsCubic(fRenderPass)) { in onDrawContent()
174 if (GrCCCoverageProcessor::RenderPassIsCubic(fRenderPass)) { in onDrawContent()
196 if (GrCCCoverageProcessor::RenderPassIsCubic(fRenderPass)) { in updateGpuData()
260 if (GrCCCoverageProcessor::RenderPassIsCubic(fView->fRenderPass)) { in onExecute()
324 if (!GrCCCoverageProcessor::RenderPassIsCubic(fRenderPass) && 2 == i) { in onFindClickHandler()
/external/skqp/src/gpu/ccpr/
DGrCCCoverageProcessor.h88 static bool RenderPassIsCubic(RenderPass);
222 int numInputPoints() const { return RenderPassIsCubic(fRenderPass) ? 4 : 3; } in numInputPoints()
272 inline bool GrCCCoverageProcessor::RenderPassIsCubic(RenderPass pass) { in RenderPassIsCubic() function
DGrCCCoverageProcessor_VSImpl.cpp346 GrVertexAttribType inputPtsType = RenderPassIsCubic(fRenderPass) ? in initVS()
431 if (RenderPassIsCubic(fRenderPass)) { in initVS()
DGrCCCoverageProcessor_GSImpl.cpp325 if (RenderPassIsCubic(fRenderPass)) { in initGS()
/external/skia/src/gpu/ccpr/
DGrCCCoverageProcessor.h92 static bool RenderPassIsCubic(RenderPass);
231 int numInputPoints() const { return RenderPassIsCubic(fRenderPass) ? 4 : 3; } in numInputPoints()
292 inline bool GrCCCoverageProcessor::RenderPassIsCubic(RenderPass pass) { in RenderPassIsCubic() function
DGrCCCoverageProcessor_GSImpl.cpp334 if (RenderPassIsCubic(fRenderPass) || WindMethod::kInstanceData == fWindMethod) { in initGS()
DGrCCCoverageProcessor_VSImpl.cpp428 if (RenderPassIsCubic(fRenderPass) || WindMethod::kInstanceData == fWindMethod) { in initVS()