Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.h84 bool NextCommandId(E* commandId) { in NextCommandId() function
107 DAWN_FORCE_INLINE bool NextCommandId(uint32_t* commandId) { in NextCommandId() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.h74 bool NextCommandId(E* commandId) { in NextCommandId() function
DCommandAllocator.cpp100 bool CommandIterator::NextCommandId(uint32_t* commandId) { in NextCommandId() function in dawn_native::CommandIterator