Searched refs:fFixedDynamicState (Results 1 – 5 of 5) sorted by relevance
| /third_party/flutter/skia/src/gpu/ |
| D | GrOpFlushState.cpp | 60 *fCurrDraw->fGeometryProcessor, *pipeline, fCurrDraw->fFixedDynamicState, in executeDrawsAndUploadsForMeshDrawOp() 155 draw.fFixedDynamicState = fixedDynamicState; in recordDraw() 212 if (fFixedDynamicState && fFixedDynamicState->fPrimitiveProcessorTextures) { in ~Draw() 214 fFixedDynamicState->fPrimitiveProcessorTextures[i]->unref(); in ~Draw()
|
| D | GrOpFlushState.h | 134 const GrPipeline::FixedDynamicState* fFixedDynamicState; member
|
| /third_party/flutter/skia/src/gpu/ops/ |
| D | GrSmallPathRenderer.cpp | 315 GrPipeline::FixedDynamicState* fFixedDynamicState; member 327 flushInfo.fFixedDynamicState = target->makeFixedDynamicState(kMaxTextures); in onPrepareDraws() 331 flushInfo.fFixedDynamicState->fPrimitiveProcessorTextures[i] = proxies[i].get(); in onPrepareDraws() 804 flushInfo->fFixedDynamicState->fPrimitiveProcessorTextures[i] = proxies[i].get(); in flush() 825 flushInfo->fGeometryProcessor, mesh, 1, flushInfo->fFixedDynamicState, nullptr); in flush()
|
| D | GrAtlasTextOp.cpp | 327 flushInfo.fFixedDynamicState = fixedDynamicState; in onPrepareDraws() 431 flushInfo->fFixedDynamicState->fPrimitiveProcessorTextures[i] = proxies[i].get(); in flush() 454 flushInfo->fGeometryProcessor, mesh, 1, flushInfo->fFixedDynamicState, nullptr); in flush()
|
| D | GrAtlasTextOp.h | 111 GrPipeline::FixedDynamicState* fFixedDynamicState; member
|