Home
last modified time | relevance | path

Searched defs:emptyBuffer (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/parallel/
Dtest-zlib-empty-buffer.js6 const emptyBuffer = Buffer.alloc(0); constant
Dtest-zlib-zero-byte.js29 const emptyBuffer = Buffer.alloc(0); constant
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTransformFeedbackVk.cpp178 const vk::BufferHelper &emptyBuffer = contextVk->getEmptyBuffer(); in pause() local
253 vk::BufferHelper *emptyBuffer = &contextVk->getEmptyBuffer(); in initDescriptorSet() local
DVertexArrayVk.cpp142 vk::BufferHelper &emptyBuffer = contextVk->getEmptyBuffer(); local
678 vk::BufferHelper &emptyBuffer = contextVk->getEmptyBuffer(); in syncDirtyAttrib() local
708 vk::BufferHelper &emptyBuffer = contextVk->getEmptyBuffer(); in syncDirtyAttrib() local
736 vk::BufferHelper &emptyBuffer = contextVk->getEmptyBuffer(); in syncDirtyAttrib() local
DProgramExecutableVk.cpp1393 vk::BufferHelper &emptyBuffer = contextVk->getEmptyBuffer(); in updateAtomicCounterBuffersDescriptorSet() local
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersInternals.kt202 internal val emptyBuffer = ArrayReadWriteBuffer(1) constant
/third_party/icu/icu4c/source/test/intltest/
Dustrtest.cpp2119 const UChar *emptyBuffer=s.getBuffer(); in TestSizeofUnicodeString() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVertexAttributeTest.cpp3840 GLBuffer emptyBuffer; in TEST_P() local