Home
last modified time | relevance | path

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

/external/skia/tests/
DGrPipelineDynamicStateTest.cpp117 GrScissorTest scissorTest, in Make() argument
121 return pool->allocate<GrPipelineDynamicStateTestOp>(scissorTest, std::move(vbuff)); in Make()
127 GrPipelineDynamicStateTestOp(GrScissorTest scissorTest, sk_sp<const GrBuffer> vbuff) in GrPipelineDynamicStateTestOp() argument
129 , fScissorTest(scissorTest) in GrPipelineDynamicStateTestOp()
210 for (GrScissorTest scissorTest : {GrScissorTest::kEnabled, GrScissorTest::kDisabled}) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
214 GrPipelineDynamicStateTestOp::Make(context, scissorTest, vbuff)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
221 if (GrScissorTest::kEnabled == scissorTest) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
230 GrScissorTest::kEnabled == scissorTest ? "enabled" : "disabled", x, y, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tests/
DGrPipelineDynamicStateTest.cpp114 GrScissorTest scissorTest, in Make() argument
118 return pool->allocate<GrPipelineDynamicStateTestOp>(scissorTest, std::move(vbuff)); in Make()
124 GrPipelineDynamicStateTestOp(GrScissorTest scissorTest, sk_sp<const GrBuffer> vbuff) in GrPipelineDynamicStateTestOp() argument
126 , fScissorTest(scissorTest) in GrPipelineDynamicStateTestOp()
208 for (GrScissorTest scissorTest : {GrScissorTest::kEnabled, GrScissorTest::kDisabled}) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
212 GrPipelineDynamicStateTestOp::Make(context, scissorTest, vbuff)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
219 if (GrScissorTest::kEnabled == scissorTest) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
228 GrScissorTest::kEnabled == scissorTest ? "enabled" : "disabled", x, y, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp364 GrScissorTest scissorTest; in renderShapeInAtlas() local
366 if (!this->placeRenderedPathInAtlas(clipIBounds, *devIBounds, &scissorTest, &clippedPathIBounds, in renderShapeInAtlas()
374 fFiller.parseDeviceSpaceFill(path, fLocalDevPtsBuffer.begin(), scissorTest, in renderShapeInAtlas()
381 scissorTest, clippedPathIBounds, *devToAtlasOffset); in renderShapeInAtlas()
395 GrScissorTest scissorTest; in renderDeviceSpacePathInAtlas() local
397 if (!this->placeRenderedPathInAtlas(clipIBounds, devPathIBounds, &scissorTest, in renderDeviceSpacePathInAtlas()
402 fFiller.parseDeviceSpaceFill(devPath, SkPathPriv::PointData(devPath), scissorTest, in renderDeviceSpacePathInAtlas()
409 GrScissorTest* scissorTest, in placeRenderedPathInAtlas() argument
414 *scissorTest = GrScissorTest::kDisabled; in placeRenderedPathInAtlas()
416 *scissorTest = GrScissorTest::kEnabled; in placeRenderedPathInAtlas()
DGrCCFiller.h57 PathInfo(GrScissorTest scissorTest, const SkIVector& devToAtlasOffset) in PathInfo() argument
58 : fScissorTest(scissorTest), fDevToAtlasOffset(devToAtlasOffset) {} in PathInfo()
60 GrScissorTest scissorTest() const { return fScissorTest; } in scissorTest() function
DGrCCFiller.cpp36 GrScissorTest scissorTest, const SkIRect& clippedDevIBounds, in parseDeviceSpaceFill() argument
96 fPathInfos.emplace_back(scissorTest, devToAtlasOffset); in parseDeviceSpaceFill()
107 fTotalPrimitiveCounts[(int)scissorTest] += currPathPrimitiveCounts; in parseDeviceSpaceFill()
109 if (GrScissorTest::kEnabled == scissorTest) { in parseDeviceSpaceFill()
357 currIndices = &instanceIndices[(int)nextPathInfo->scissorTest()]; in prepareToDraw()
DGrCCStroker.cpp281 GrScissorTest scissorTest, in parseDeviceSpaceStroke() argument
297 if (GrScissorTest::kEnabled == scissorTest) { in parseDeviceSpaceStroke()
311 fPathInfos.push_back() = {devToAtlasOffset, strokeDevWidth/2, scissorTest}; in parseDeviceSpaceStroke()
/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.cpp361 GrScissorTest scissorTest; in renderShapeInAtlas() local
363 if (!this->placeRenderedPathInAtlas(clipIBounds, *devIBounds, &scissorTest, &clippedPathIBounds, in renderShapeInAtlas()
371 fFiller.parseDeviceSpaceFill(path, fLocalDevPtsBuffer.begin(), scissorTest, in renderShapeInAtlas()
378 scissorTest, clippedPathIBounds, *devToAtlasOffset); in renderShapeInAtlas()
392 GrScissorTest scissorTest; in renderDeviceSpacePathInAtlas() local
394 if (!this->placeRenderedPathInAtlas(clipIBounds, devPathIBounds, &scissorTest, in renderDeviceSpacePathInAtlas()
399 fFiller.parseDeviceSpaceFill(devPath, SkPathPriv::PointData(devPath), scissorTest, in renderDeviceSpacePathInAtlas()
406 GrScissorTest* scissorTest, in placeRenderedPathInAtlas() argument
411 *scissorTest = GrScissorTest::kDisabled; in placeRenderedPathInAtlas()
413 *scissorTest = GrScissorTest::kEnabled; in placeRenderedPathInAtlas()
DGrCCFiller.h57 PathInfo(GrScissorTest scissorTest, const SkIVector& devToAtlasOffset) in PathInfo() argument
58 : fScissorTest(scissorTest), fDevToAtlasOffset(devToAtlasOffset) {} in PathInfo()
60 GrScissorTest scissorTest() const { return fScissorTest; } in scissorTest() function
DGrCCFiller.cpp36 GrScissorTest scissorTest, const SkIRect& clippedDevIBounds, in parseDeviceSpaceFill() argument
96 fPathInfos.emplace_back(scissorTest, devToAtlasOffset); in parseDeviceSpaceFill()
107 fTotalPrimitiveCounts[(int)scissorTest] += currPathPrimitiveCounts; in parseDeviceSpaceFill()
109 if (GrScissorTest::kEnabled == scissorTest) { in parseDeviceSpaceFill()
357 currIndices = &instanceIndices[(int)nextPathInfo->scissorTest()]; in prepareToDraw()
DGrCCStroker.cpp281 GrScissorTest scissorTest, in parseDeviceSpaceStroke() argument
297 if (GrScissorTest::kEnabled == scissorTest) { in parseDeviceSpaceStroke()
311 fPathInfos.push_back() = {devToAtlasOffset, strokeDevWidth/2, scissorTest}; in parseDeviceSpaceStroke()
/external/skqp/src/gpu/
DGrPipeline.cpp98 GrPipeline::GrPipeline(GrScissorTest scissorTest, SkBlendMode blendmode) in GrPipeline() argument
105 if (GrScissorTest::kEnabled == scissorTest) { in GrPipeline()
/external/skia/src/gpu/
DGrPipeline.cpp98 GrPipeline::GrPipeline(GrScissorTest scissorTest, SkBlendMode blendmode, uint32_t flags, in GrPipeline() argument
106 if (GrScissorTest::kEnabled == scissorTest) { in GrPipeline()