Home
last modified time | relevance | path

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

/external/skia/src/gpu/d3d/
DGrD3DOpsRenderPass.cpp281 fGpu->currentCommandList()->executeIndirect(cmdSig, drawCount, in onDrawIndirect()
291 fGpu->currentCommandList()->executeIndirect(cmdSig, drawCount, in onDrawIndexedIndirect()
DGrD3DCommandList.h183 void executeIndirect(const sk_sp<GrD3DCommandSignature> commandSig, unsigned int maxCommandCnt,
DGrD3DCommandList.cpp453 void GrD3DDirectCommandList::executeIndirect(const sk_sp<GrD3DCommandSignature> commandSignature, in executeIndirect() function in GrD3DDirectCommandList