Home
last modified time | relevance | path

Searched defs:commandList (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/ganesh/d3d/
DGrD3DCommandList.cpp23 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCommandList()
276 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local
287 gr_cp<ID3D12GraphicsCommandList> commandList, in GrD3DDirectCommandList()
604 gr_cp<ID3D12GraphicsCommandList> commandList; in Make() local
612 gr_cp<ID3D12GraphicsCommandList> commandList) in GrD3DCopyCommandList()
DGrD3DPipelineState.cpp156 GrD3DDirectCommandList* commandList) { in bindBuffers()
DGrD3DResourceProvider.cpp47 std::unique_ptr<GrD3DDirectCommandList> commandList) { in recycleDirectCommandList()
/external/skia/src/gpu/graphite/
DDrawWriter.cpp15 DrawWriter::DrawWriter(DrawPassCommands::List* commandList, DrawBufferManager* bufferManager) in DrawWriter()
DDrawPass.cpp150 void bindTextures(DrawPassCommands::List* commandList) { in bindTextures()
270 void bindUniforms(UniformSlot slot, DrawPassCommands::List* commandList) { in bindUniforms()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DPP.c142 TPML_CC *commandList // OUT: list of TPM_CC in PhysicalPresenceCapGetCCList()
DCommandAudit.c192 TPML_CC *commandList // OUT: list of TPM_CC in CommandAuditCapGetCCList()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DCommandCodeAttributes.c506 TPML_CCA *commandList // OUT: list of TPMA_CC in CommandCapGetCCList()
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py262 def __init__ (self, comment, enumList, typeList, commandList): argument