Home
last modified time | relevance | path

Searched defs:CommandAllocator (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DCommandAllocatorTests.cpp58 TEST(CommandAllocator, DoNothingAllocator) { in TEST() argument
63 TEST(CommandAllocator, DoNothingAllocatorWithIterator) { in TEST() argument
70 TEST(CommandAllocator, Basic) { in TEST() argument
116 TEST(CommandAllocator, BasicWithData) { in TEST() argument
160 TEST(CommandAllocator, MultipleIterations) { in TEST() argument
204 TEST(CommandAllocator, LargeCommands) { in TEST() argument
237 TEST(CommandAllocator, ManySmallCommands) { in TEST() argument
277 TEST(CommandAllocator, IteratorReset) { in TEST() argument
333 TEST(CommandAllocator, EmptyIterator) { in TEST() argument
375 TEST(CommandAllocator, AllocationOverflow_1) { in TEST() argument
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.cpp128 CommandAllocator::CommandAllocator() { in CommandAllocator() function in dawn_native::CommandAllocator
136 CommandAllocator::CommandAllocator(CommandAllocator&& other) in CommandAllocator() function in dawn_native::CommandAllocator
DCommandAllocator.h68 class CommandAllocator; variable
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/
Dmain.cpp27 ID3D12CommandAllocator* CommandAllocator; member