Searched refs:fCurrentGraphicsRootSignature (Results 1 – 2 of 2) sorted by relevance
297 fCurrentGraphicsRootSignature = nullptr; in onReset()349 if (fCurrentGraphicsRootSignature != rootSig.get()) { in setGraphicsRootSignature()352 fCurrentGraphicsRootSignature = rootSig.get(); in setGraphicsRootSignature()
217 const GrD3DRootSignature* fCurrentGraphicsRootSignature = nullptr; variable