Home
last modified time | relevance | path

Searched refs:GetCmdSpace (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DTerribleCommandBuffer.cpp36 void* TerribleCommandBuffer::GetCmdSpace(size_t size) { in GetCmdSpace() function in utils::TerribleCommandBuffer
46 return GetCmdSpace(size); in GetCmdSpace()
DTerribleCommandBuffer.h31 void* GetCmdSpace(size_t size) override;
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DChunkedCommandSerializer.cpp27 void* dst = mSerializer->GetCmdSpace(chunkSize); in SerializeChunkedCommand()
DChunkedCommandSerializer.h80 char* allocatedBuffer = static_cast<char*>(mSerializer->GetCmdSpace(requiredSize)); in SerializeCommandImpl()
/third_party/skia/third_party/externals/dawn/src/include/dawn_wire/
DWire.h37 virtual void* GetCmdSpace(size_t size) = 0;
/third_party/skia/third_party/externals/dawn/src/fuzzers/
DDawnWireServerFuzzer.cpp37 void* GetCmdSpace(size_t size) override { in GetCmdSpace() function in __anone3f2cbab0111::DevNull
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DClient.cpp36 void* GetCmdSpace(size_t size) final { in GetCmdSpace() function in dawn_wire::client::__anon081c23a10111::NoopCommandSerializer