Home
last modified time | relevance | path

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

/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/skia/tests/
DFlattenDrawableTest.cpp215 SkBinaryWriteBuffer writeBuffer; in DEF_TEST() local
274 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/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/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.c3499 _mesa_NamedCopyBufferSubDataEXT(GLuint readBuffer, GLuint writeBuffer, in _mesa_NamedCopyBufferSubDataEXT()
3523 _mesa_CopyNamedBufferSubData_no_error(GLuint readBuffer, GLuint writeBuffer, in _mesa_CopyNamedBufferSubData_no_error()
3537 _mesa_CopyNamedBufferSubData(GLuint readBuffer, GLuint writeBuffer, in _mesa_CopyNamedBufferSubData()
/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/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.cpp3371 Buffer *writeBuffer = context->getState().getTargetBuffer(writeTarget); in ValidateCopyBufferSubData() local
DvalidationGL4.cpp1147 GLuint writeBuffer, in ValidateCopyNamedBufferSubData()
DvalidationES2.cpp41 const FramebufferAttachment *writeBuffer, in IsPartialBlit()
DContext_gl.cpp2956 GLuint writeBuffer, in copyNamedBufferSubData()
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl768 void CallLogWrapper::glCopyNamedBufferSubData (glw::GLuint readBuffer, glw::GLuint writeBuffer, glw…
3735 …t readGpu, glw::GLbitfield writeGpuMask, glw::GLuint readBuffer, glw::GLuint writeBuffer, glw::GLi…
3833 void CallLogWrapper::glNamedCopyBufferSubDataEXT (glw::GLuint readBuffer, glw::GLuint writeBuffer, …
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl1069 GLW_APICALL void GLW_APIENTRY glCopyNamedBufferSubData (GLuint readBuffer, GLuint writeBuffer, GLin…
4289 …ataNV (GLuint readGpu, GLbitfield writeGpuMask, GLuint readBuffer, GLuint writeBuffer, GLintptr re…
4430 GLW_APICALL void GLW_APIENTRY glNamedCopyBufferSubDataEXT (GLuint readBuffer, GLuint writeBuffer, G…
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwImpl.inl863 void glwCopyNamedBufferSubData (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintpt…
3999 …ataNV (GLuint readGpu, GLbitfield writeGpuMask, GLuint readBuffer, GLuint writeBuffer, GLintptr re…
4111 void glwNamedCopyBufferSubDataEXT (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLin…
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_4_autogen.cpp6435 GLuint writeBuffer, in GL_CopyNamedBufferSubData()
DlibGL_autogen.cpp5548 GLuint writeBuffer, in glCopyNamedBufferSubData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dnull_functions.cpp466 GLuint writeBuffer, in glCopyNamedBufferSubDataNULL()