Home
last modified time | relevance | path

Searched defs:allocatedBuffer (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/client/
DApiProcs.cpp41 char* allocatedBuffer = in SerializeBufferMapAsync() local
127 char* allocatedBuffer = static_cast<char*>(wireClient->GetCmdSpace(requiredSize)); in ClientDeviceCreateBuffer() local
185 char* allocatedBuffer = static_cast<char*>(wireClient->GetCmdSpace(requiredSize)); in ClientDeviceCreateBufferMapped() local
261 char* allocatedBuffer = static_cast<char*>(wireClient->GetCmdSpace(requiredSize)); in ClientDeviceCreateBufferMappedAsync() local
308 char* allocatedBuffer = static_cast<char*>(wireClient->GetCmdSpace(requiredSize)); in ClientBufferSetSubData() local
338 char* allocatedBuffer = in ClientBufferUnmap() local
354 char* allocatedBuffer = in ClientBufferUnmap() local
370 char* allocatedBuffer = static_cast<char*>(device->GetClient()->GetCmdSpace(requiredSize)); in ClientQueueCreateFence() local
402 char* allocatedBuffer = in ClientQueueSignal() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/server/
DServerBuffer.cpp165 char* allocatedBuffer = static_cast<char*>(GetCmdSpace(requiredSize)); in DoDeviceCreateBufferMappedAsync() local
271 char* allocatedBuffer = static_cast<char*>(GetCmdSpace(requiredSize)); in OnBufferMapReadAsyncCallback() local
302 char* allocatedBuffer = static_cast<char*>(GetCmdSpace(requiredSize)); in OnBufferMapWriteAsyncCallback() local
DServerDevice.cpp29 char* allocatedBuffer = static_cast<char*>(GetCmdSpace(requiredSize)); in OnDeviceError() local
DServerFence.cpp39 char* allocatedBuffer = static_cast<char*>(GetCmdSpace(requiredSize)); in OnFenceCompletedValueUpdated() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DChunkedCommandSerializer.cpp23 void ChunkedCommandSerializer::SerializeChunkedCommand(const char* allocatedBuffer, in SerializeChunkedCommand()
DChunkedCommandSerializer.h80 char* allocatedBuffer = static_cast<char*>(mSerializer->GetCmdSpace(requiredSize)); in SerializeCommandImpl() local
/third_party/lz4/programs/
Dutil.h632 char** allocatedBuffer, unsigned* allocatedNamesNb) in UTIL_createFileList()
686 UTIL_freeFileList(const char** filenameTable, char* allocatedBuffer) in UTIL_freeFileList()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DBinaryWriter.java919 private AllocatedBuffer allocatedBuffer; field in BinaryWriter.SafeHeapWriter
951 private void nextBuffer(AllocatedBuffer allocatedBuffer) { in nextBuffer()
1448 private AllocatedBuffer allocatedBuffer; field in BinaryWriter.UnsafeHeapWriter
1489 private void nextBuffer(AllocatedBuffer allocatedBuffer) { in nextBuffer()
2004 private void nextBuffer(AllocatedBuffer allocatedBuffer) { in nextBuffer()
2558 private void nextBuffer(AllocatedBuffer allocatedBuffer) { in nextBuffer()
/third_party/ffmpeg/libavdevice/
Ddecklink_dec.cpp115 … virtual HRESULT STDMETHODCALLTYPE AllocateBuffer(unsigned int bufferSize, void* *allocatedBuffer) in AllocateBuffer()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.cpp1215 AllocateBuffer (uint32_t bufferSize, void **allocatedBuffer) in AllocateBuffer()
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h5351 #define IDeckLinkMemoryAllocator_AllocateBuffer(This,bufferSize,allocatedBuffer) \ argument