Searched refs:executeIndirect (Results 1 – 3 of 3) sorted by relevance
281 fGpu->currentCommandList()->executeIndirect(cmdSig, drawCount, in onDrawIndirect()291 fGpu->currentCommandList()->executeIndirect(cmdSig, drawCount, in onDrawIndexedIndirect()
183 void executeIndirect(const sk_sp<GrD3DCommandSignature> commandSig, unsigned int maxCommandCnt,
453 void GrD3DDirectCommandList::executeIndirect(const sk_sp<GrD3DCommandSignature> commandSignature, in executeIndirect() function in GrD3DDirectCommandList