Home
last modified time | relevance | path

Searched defs:writeIndex (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
DHelloOboeEngine.cpp55 int64_t writeIndex = mStream->getFramesWritten(); in getCurrentOutputLatencyMillis() local
/third_party/skia/third_party/externals/oboe/src/fifo/
DFifoBuffer.cpp120 uint32_t writeIndex = mFifo->getWriteIndex(); in write() local
/third_party/flutter/skia/third_party/externals/wuffs/lib/rac/
Dwriter.go540 func (w *nodeWriter) writeIndex(n *node) error { func
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDynamicBufferOffsetTests.cpp545 uint32_t writeIndex = GetParam().mOOBWrite ? std::min(kOOBOffset + i, kArrayLength - 1) : i; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp1498 size_t writeIndex = 0; in pruneUnusedFunctions() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DOverlayWidgets.cpp549 size_t writeIndex = in fillEnabledWidgetCoordinates() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.cpp95 for (int writeIndex = arrayIndex, readIndex = 0; writeIndex < maxIndex; in UpdateDefaultUniformBlock() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duts46.cpp614 int32_t readIndex=mappingStart, writeIndex=mappingStart; in mapDevChars() local
/third_party/node/deps/icu-small/source/common/
Duts46.cpp614 int32_t readIndex=mappingStart, writeIndex=mappingStart; in mapDevChars() local
/third_party/skia/third_party/externals/icu/source/common/
Duts46.cpp614 int32_t readIndex=mappingStart, writeIndex=mappingStart; in mapDevChars() local
/third_party/icu/icu4c/source/common/
Duts46.cpp614 int32_t readIndex=mappingStart, writeIndex=mappingStart; in mapDevChars() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.cpp96 for (int writeIndex = arrayIndex, readIndex = 0; writeIndex < maxIndex; in UpdateDefaultUniformBlock() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp1584 size_t writeIndex = 0; in modifyEntryPointInterfaceList() local
4179 size_t writeIndex = 0; in transformEntryPoint() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4455 void BitcodeWriter::writeIndex( in writeIndex() function in BitcodeWriter