Home
last modified time | relevance | path

Searched refs:fFixedDynamicState (Results 1 – 25 of 30) sorted by relevance

12

/external/skqp/src/gpu/
DGrOpFlushState.cpp44 fCurrDraw->fFixedDynamicState, fCurrDraw->fDynamicStateArrays, in executeDrawsAndUploadsForMeshDrawOp()
122 draw.fFixedDynamicState = fixedDynamicState; in draw()
179 if (fFixedDynamicState && fFixedDynamicState->fPrimitiveProcessorTextures) { in ~Draw()
181 fFixedDynamicState->fPrimitiveProcessorTextures[i]->completedRead(); in ~Draw()
DGrOpFlushState.h133 const GrPipeline::FixedDynamicState* fFixedDynamicState; member
/external/skia/src/gpu/
DGrOpFlushState.cpp56 *fCurrDraw->fGeometryProcessor, pipeline, fCurrDraw->fFixedDynamicState, in executeDrawsAndUploadsForMeshDrawOp()
134 draw.fFixedDynamicState = fixedDynamicState; in recordDraw()
191 if (fFixedDynamicState && fFixedDynamicState->fPrimitiveProcessorTextures) { in ~Draw()
193 fFixedDynamicState->fPrimitiveProcessorTextures[i]->completedRead(); in ~Draw()
DGrOpFlushState.h132 const GrPipeline::FixedDynamicState* fFixedDynamicState; member
/external/skqp/src/gpu/ops/
DGrAtlasTextOp.cpp305 pipe.fFixedDynamicState->fPrimitiveProcessorTextures[i] = proxies[i].get(); in onPrepareDraws()
310 flushInfo.fFixedDynamicState = pipe.fFixedDynamicState; in onPrepareDraws()
409 flushInfo->fFixedDynamicState->fPrimitiveProcessorTextures[i] = proxies[i].get(); in flush()
432 target->draw(flushInfo->fGeometryProcessor, flushInfo->fPipeline, flushInfo->fFixedDynamicState, in flush()
DGrDefaultPathRenderer.cpp75 , fFixedDynamicState(fixedDynamicState) in PathGeoBuilder()
281 fTarget->draw(fGeometryProcessor, fPipeline, fFixedDynamicState, mesh); in emitMeshAndPutBackReserve()
319 const GrPipeline::FixedDynamicState* fFixedDynamicState; member in __anonf366088e0111::PathGeoBuilder
434 pipe.fFixedDynamicState); in onPrepareDraws()
DGrSmallPathRenderer.cpp311 GrPipeline::FixedDynamicState* fFixedDynamicState; member
326 pipe.fFixedDynamicState->fPrimitiveProcessorTextures[i] = proxies[i].get(); in onPrepareDraws()
331 flushInfo.fFixedDynamicState = pipe.fFixedDynamicState; in onPrepareDraws()
781 flushInfo->fFixedDynamicState->fPrimitiveProcessorTextures[i] = proxies[i].get(); in flush()
802 flushInfo->fFixedDynamicState, mesh); in flush()
DGrAtlasTextOp.h111 GrPipeline::FixedDynamicState* fFixedDynamicState; member
DGrAALinearizingConvexPathRenderer.cpp262 this->draw(target, gp, pipe.fPipeline, pipe.fFixedDynamicState, vertexCount, in onPrepareDraws()
294 this->draw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState, vertexCount, in onPrepareDraws()
DGrMeshDrawOp.h173 GrPipeline::FixedDynamicState* fFixedDynamicState; member
DGrLatticeOp.cpp288 pipe.fFixedDynamicState->fPrimitiveProcessorTextures[0] = fProxy.get(); in onPrepareDraws()
289 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
DGrRegionOp.cpp136 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
DGrAAHairLinePathRenderer.cpp997 target->draw(std::move(lineGP), pipe.fPipeline, pipe.fFixedDynamicState, mesh); in onPrepareDraws()
1052 target->draw(std::move(quadGP), pipe.fPipeline, pipe.fFixedDynamicState, mesh); in onPrepareDraws()
1061 target->draw(std::move(conicGP), pipe.fPipeline, pipe.fFixedDynamicState, mesh); in onPrepareDraws()
DGrDrawAtlasOp.cpp152 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
DGrStrokeRectOp.cpp220 target->draw(std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState, mesh); in onPrepareDraws()
503 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
DGrOvalOpFactory.cpp1290 target->draw(std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState, mesh); in onPrepareDraws()
1574 target->draw(std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState, mesh); in onPrepareDraws()
1807 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
2021 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
2449 target->draw(std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState, mesh); in onPrepareDraws()
2717 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
DGrTessellatingPathRenderer.cpp367 target->draw(std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState, mesh); in drawVertices()
/external/skia/src/gpu/ops/
DGrAtlasTextOp.cpp310 flushInfo.fFixedDynamicState = fixedDynamicState; in onPrepareDraws()
415 flushInfo->fFixedDynamicState->fPrimitiveProcessorTextures[i] = proxies[i].get(); in flush()
438 flushInfo->fGeometryProcessor, mesh, 1, flushInfo->fFixedDynamicState, nullptr); in flush()
DGrSmallPathRenderer.cpp313 GrPipeline::FixedDynamicState* fFixedDynamicState; member
325 flushInfo.fFixedDynamicState = target->makeFixedDynamicState(kMaxTextures); in onPrepareDraws()
329 flushInfo.fFixedDynamicState->fPrimitiveProcessorTextures[i] = proxies[i].get(); in onPrepareDraws()
779 flushInfo->fFixedDynamicState->fPrimitiveProcessorTextures[i] = proxies[i].get(); in flush()
800 flushInfo->fGeometryProcessor, mesh, 1, flushInfo->fFixedDynamicState, nullptr); in flush()
DGrAtlasTextOp.h111 GrPipeline::FixedDynamicState* fFixedDynamicState; member
/external/skqp/tests/
DPrimitiveProcessorTest.cpp109 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
DOnFlushCallbackTest.cpp162 target->draw(std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState, mesh); in onPrepareDraws()
/external/skqp/gm/
Dbeziereffects.cpp116 helper.recordDraw(target, this->gp(), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
334 helper.recordDraw(target, this->gp(), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
Dconvexpolyeffect.cpp97 helper.recordDraw(target, std::move(gp), pipe.fPipeline, pipe.fFixedDynamicState); in onPrepareDraws()
/external/skqp/bench/
DVertexColorSpaceBench.cpp227 target->draw(gp, pipe.fPipeline, pipe.fFixedDynamicState, mesh); in onPrepareDraws()

12