Home
last modified time | relevance | path

Searched defs:WriteBuffer (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCommandEncoderTests.cpp21 TEST_P(CommandEncoderTests, WriteBuffer) { in TEST_P() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DQueue.cpp54 void Queue::WriteBuffer(WGPUBuffer cBuffer, in WriteBuffer() function in dawn_wire::client::Queue
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DBufferUploadPerf.cpp24 WriteBuffer, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp151 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local
250 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local
/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc349 bool CopyingOutputStreamAdaptor::WriteBuffer() { in WriteBuffer() function in google::protobuf::io::CopyingOutputStreamAdaptor
/third_party/openmax/api/1.1.2/
DOMX_ContentPipe.h187 CPresult (*WriteBuffer)( CPhandle hContent, CPbyte *pBuffer, CPuint nFilledSize); member
/third_party/node/src/
Dstream_base.cc178 int StreamBase::WriteBuffer(const FunctionCallbackInfo<Value>& args) { in WriteBuffer() function in node::StreamBase
Dnode_file.cc1815 static void WriteBuffer(const FunctionCallbackInfo<Value>& args) { in WriteBuffer() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DQueue.cpp260 MaybeError QueueBase::WriteBuffer(BufferBase* buffer, in WriteBuffer() function in dawn_native::QueueBase
DCommands.h67 WriteBuffer, enumerator