Home
last modified time | relevance | path

Searched defs:writeBuffer (Results 1 – 25 of 39) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/wuffs/lib/raczlib/
Dwriter.go84 type writeBuffer struct { struct
85 prev []byte
86 curr []byte
87 p int
91 func (b *writeBuffer) extend(curr []byte) {
99 func (b *writeBuffer) length() uint64 {
108 func (b *writeBuffer) peek(n uint64) ([]byte, []byte) {
121 func (b *writeBuffer) advance(n uint64) {
134 func (b *writeBuffer) compact() {
/third_party/protobuf/js/experimental/runtime/kernel/conformance/
Dconformance_testee_runner_node.js24 function writeBuffer(buffer) { function
/third_party/protobuf/conformance/
Dconformance_nodejs.js141 function writeBuffer(buffer) { function
/third_party/node/deps/npm/node_modules/sshpk/lib/
Dssh-buffer.js90 SSHBuffer.prototype.writeBuffer = function (buf) { method in SSHBuffer
/third_party/skia/tests/
DFlattenDrawableTest.cpp215 SkBinaryWriteBuffer writeBuffer; in DEF_TEST() local
274 SkBinaryWriteBuffer writeBuffer; in DEF_TEST() local
/third_party/flutter/skia/tests/
DFlattenDrawableTest.cpp216 SkBinaryWriteBuffer writeBuffer; in DEF_TEST() local
275 SkBinaryWriteBuffer writeBuffer; in DEF_TEST() local
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUQueue.cpp72 void GPUQueue::writeBuffer(Napi::Env env, in writeBuffer() function in wgpu::binding::GPUQueue
/third_party/node/deps/npm/node_modules/asn1/lib/ber/
Dwriter.js149 Writer.prototype.writeBuffer = function (buf, tag) { method in Writer
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DBufferDataTest.cpp1145 GLBuffer writeBuffer; in TEST_P() local
1404 GLBuffer readBuffer, writeBuffer; in TEST_P() local
DMemoryBarrierTest.cpp1576 GLBuffer writeBuffer; in bufferUpdateBitBufferWriteThenCopy() local
1634 GLBuffer writeBuffer; in bufferUpdateBitCopyThenBufferWrite() local
2048 GLBuffer writeBuffer; in shaderStorageBitBufferWriteThenBufferRead() local
2099 GLBuffer writeBuffer; in shaderStorageBitBufferReadThenBufferWrite() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DBufferDataTest.cpp650 GLBuffer readBuffer, writeBuffer; in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp383 std::unique_ptr<MemoryBuffer> InstrProfWriter::writeBuffer() { in writeBuffer() function in InstrProfWriter
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.cpp146 std::vector<char> writeBuffer(kBufferSize); in WriteJsonFile() local
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js827 writeBuffer(value, offset) { method in SmartBuffer
/third_party/mesa3d/src/mesa/main/
Dbufferobj.c3264 _mesa_NamedCopyBufferSubDataEXT(GLuint readBuffer, GLuint writeBuffer, in _mesa_NamedCopyBufferSubDataEXT()
3288 _mesa_CopyNamedBufferSubData_no_error(GLuint readBuffer, GLuint writeBuffer, in _mesa_CopyNamedBufferSubData_no_error()
3303 _mesa_CopyNamedBufferSubData(GLuint readBuffer, GLuint writeBuffer, in _mesa_CopyNamedBufferSubData()
/third_party/curl/packages/OS400/
Dos400sys.c677 Curl_gsk_secure_soc_write(gsk_handle my_session_handle, char *writeBuffer, in Curl_gsk_secure_soc_write()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.cpp384 BufferStorage *writeBuffer = nullptr; in setSubData() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DBuffer11.cpp417 BufferStorage *writeBuffer = nullptr; in setSubData() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp226 std::vector<char> writeBuffer(kBufferSize); in WriteJsonFile() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv3.cpp2434 es2::Buffer *readBuffer = nullptr, *writeBuffer = nullptr; in CopyBufferSubData() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationGL45.cpp149 GLuint writeBuffer, in ValidateCopyNamedBufferSubData()
DvalidationES3.cpp2858 Buffer *writeBuffer = context->getState().getTargetBuffer(writeTarget); in ValidateCopyBufferSubData() local
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_5_autogen.cpp413 GLuint writeBuffer, in CopyNamedBufferSubData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp4572 Renderbuffer *writeBuffer = getRenderbuffer(PackParam<RenderbufferID>(dstName)); in copyImageSubData() local
4606 Renderbuffer *writeBuffer = getRenderbuffer(PackParam<RenderbufferID>(dstName)); in copyImageSubData() local
6099 Buffer *writeBuffer = mState.getTargetBuffer(writeTarget); in copyBufferSubData() local
DvalidationES3.cpp3377 Buffer *writeBuffer = context->getState().getTargetBuffer(writeTarget); in ValidateCopyBufferSubData() local

12