Home
last modified time | relevance | path

Searched defs:commandId (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.h84 bool NextCommandId(E* commandId) { in NextCommandId()
107 DAWN_FORCE_INLINE bool NextCommandId(uint32_t* commandId) { in NextCommandId()
164 T* Allocate(E commandId) { in Allocate()
206 DAWN_FORCE_INLINE uint8_t* Allocate(uint32_t commandId, in Allocate()
DCommandAllocator.cpp75 bool CommandIterator::NextCommandIdInNewBlock(uint32_t* commandId) { in NextCommandIdInNewBlock()
184 uint8_t* CommandAllocator::AllocateInNewBlock(uint32_t commandId, in AllocateInNewBlock()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.h74 bool NextCommandId(E* commandId) { in NextCommandId()
112 T* Allocate(E commandId) { in Allocate()
DCommandAllocator.cpp100 bool CommandIterator::NextCommandId(uint32_t* commandId) { in NextCommandId()
171 uint8_t* CommandAllocator::Allocate(uint32_t commandId, in Allocate()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DCommandBufferEncodingTests.cpp28 dawn_native::Command commandId; in ExpectCommands() local
/third_party/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp293 for (const int commandId : it->second) { in imageUseInfo() local