Searched refs:fCurrentGraphicsRootSignature (Results 1 – 2 of 2) sorted by relevance
293 fCurrentGraphicsRootSignature = nullptr; in onReset()365 if (fCurrentGraphicsRootSignature != rootSig.get()) { in setGraphicsRootSignature()368 fCurrentGraphicsRootSignature = rootSig.get(); in setGraphicsRootSignature()
222 const GrD3DRootSignature* fCurrentGraphicsRootSignature = nullptr; variable