Searched defs:commandList (Results 1 – 9 of 9) sorted by relevance
23 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCommandList()276 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local287 gr_cp<ID3D12GraphicsCommandList> commandList, in GrD3DDirectCommandList()604 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local612 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCopyCommandList()
156 GrD3DDirectCommandList* commandList) { in bindBuffers()
47 std::unique_ptr<GrD3DDirectCommandList> commandList) { in recycleDirectCommandList()
15 DrawWriter::DrawWriter(DrawPassCommands::List* commandList, DrawBufferManager* bufferManager) in DrawWriter()
150 void bindTextures(DrawPassCommands::List* commandList) { in bindTextures()270 void bindUniforms(UniformSlot slot, DrawPassCommands::List* commandList) { in bindUniforms()
142 TPML_CC *commandList // OUT: list of TPM_CC in PhysicalPresenceCapGetCCList()
192 TPML_CC *commandList // OUT: list of TPM_CC in CommandAuditCapGetCCList()
506 TPML_CCA *commandList // OUT: list of TPMA_CC in CommandCapGetCCList()
262 def __init__ (self, comment, enumList, typeList, commandList): argument