Home
last modified time | relevance | path

Searched defs:cmdQueue (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.h133 mtl::CommandQueue &cmdQueue() { return mCmdQueue; } in cmdQueue() function
Dmtl_command_buffer.h128 CommandQueue &cmdQueue() { return mCmdQueue; } in cmdQueue() function
198 CommandQueue &cmdQueue() { return mCmdBuffer.cmdQueue(); } in cmdQueue() function
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx12.cpp382 ID3D12CommandQueue* cmdQueue = NULL; in ImGui_ImplDX12_CreateFontsTexture() local