Home
last modified time | relevance | path

Searched refs:fCurrentGraphicsRootSignature (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/d3d/
DGrD3DCommandList.cpp293 fCurrentGraphicsRootSignature = nullptr; in onReset()
365 if (fCurrentGraphicsRootSignature != rootSig.get()) { in setGraphicsRootSignature()
368 fCurrentGraphicsRootSignature = rootSig.get(); in setGraphicsRootSignature()
DGrD3DCommandList.h222 const GrD3DRootSignature* fCurrentGraphicsRootSignature = nullptr; variable