Home
last modified time | relevance | path

Searched refs:setGraphicsRootSignature (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.h168 void setGraphicsRootSignature(const sk_sp<GrD3DRootSignature>& rootSignature);
DGrD3DOpsRenderPass.cpp186 fGpu->currentCommandList()->setGraphicsRootSignature(fCurrentPipelineState->rootSignature()); in onBindPipeline()
DGrD3DCommandList.cpp347 void GrD3DDirectCommandList::setGraphicsRootSignature(const sk_sp<GrD3DRootSignature>& rootSig) { in setGraphicsRootSignature() function in GrD3DDirectCommandList