Home
last modified time | relevance | path

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

/external/skia/src/gpu/d3d/
DGrD3DCommandList.h172 void setGraphicsRootSignature(const sk_sp<GrD3DRootSignature>& rootSignature);
DGrD3DOpsRenderPass.cpp185 fGpu->currentCommandList()->setGraphicsRootSignature(fCurrentPipelineState->rootSignature()); in onBindPipeline()
DGrD3DCommandList.cpp363 void GrD3DDirectCommandList::setGraphicsRootSignature(const sk_sp<GrD3DRootSignature>& rootSig) { in setGraphicsRootSignature() function in GrD3DDirectCommandList