Home
last modified time | relevance | path

Searched refs:getOffsets (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java387 decodeYUV(yuvImage.getPlanes(), yuvImage.getOffsets(), in decompress()
493 dstImage.getOffsets(), dstImage.getWidth(), in decompressToYUV()
706 decodeYUV(yuvImage.getPlanes(), yuvImage.getOffsets(), in decompress()
796 decodeYUV(yuvImage.getPlanes(), yuvImage.getOffsets(), in decompress()
DTJCompressor.java341 srcYUVImage.getOffsets(), in compress()
439 srcPixelFormat, dstImage.getPlanes(), dstImage.getOffsets(), in encodeYUV()
443 srcPixelFormat, dstImage.getPlanes(), dstImage.getOffsets(), in encodeYUV()
DYUVImage.java367 public int[] getOffsets() { in getOffsets() method in YUVImage
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java387 decodeYUV(yuvImage.getPlanes(), yuvImage.getOffsets(), in decompress()
493 dstImage.getOffsets(), dstImage.getWidth(), in decompressToYUV()
706 decodeYUV(yuvImage.getPlanes(), yuvImage.getOffsets(), in decompress()
796 decodeYUV(yuvImage.getPlanes(), yuvImage.getOffsets(), in decompress()
DTJCompressor.java341 srcYUVImage.getOffsets(), in compress()
446 srcPixelFormat, dstImage.getPlanes(), dstImage.getOffsets(), in encodeYUV()
450 srcPixelFormat, dstImage.getPlanes(), dstImage.getOffsets(), in encodeYUV()
DYUVImage.java367 public int[] getOffsets() { in getOffsets() method in YUVImage
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h62 const SectionContribution *getOffsets() const { in getOffsets() function
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.cpp1475 getOffsets(x_offset, y_offset, index); in checkResult()
1543 void GPUShader5TextureGatherOffsetColor2DRepeatCaseTest::getOffsets(glw::GLint& out_x_offset, glw::… in getOffsets() function in glcts::GPUShader5TextureGatherOffsetColor2DRepeatCaseTest
1631 getOffsets(x_offset, y_offset, index); in checkResult()
1844 getOffsets(x_offset, y_offset, index); in checkResult()
2374 getOffsets(x_offset, y_offset, index); in checkResult()
2426 void GPUShader5TextureGatherOffsetDepth2DRepeatCaseTest::getOffsets(glw::GLint& out_x_offset, glw::… in getOffsets() function in glcts::GPUShader5TextureGatherOffsetDepth2DRepeatCaseTest
2515 getOffsets(x_offset, y_offset, index); in checkResult()
2698 getOffsets(x_offset, y_offset, index); in checkResult()
2890 getOffsets(x_offset, y_offset, index); in checkResult()
DesextcGPUShader5TextureGatherOffset.hpp438 void getOffsets(glw::GLint& out_x_offset, glw::GLint& out_y_offset, unsigned int index);
652 void getOffsets(glw::GLint& out_x_offset, glw::GLint& out_y_offset, unsigned int index);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp165 auto *Offsets = VMap.getOffsets(Val); in allocateVRegs()
184 auto *Offsets = VMap.getOffsets(Val); in getOrCreateVRegs()
871 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(LI); in translateLoad()
915 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(*SI.getValueOperand()); in translateStore()
976 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(*Src); in translateExtractValue()
991 ArrayRef<uint64_t> DstOffsets = *VMap.getOffsets(U); in translateInsertValue()
1039 VMap.getOffsets(U)->push_back(0); in translateBitCast()
1882 VMap.getOffsets(U)->push_back(0); in translateInsertElement()
1906 VMap.getOffsets(U)->push_back(0); in translateExtractElement()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationIteratorTest.java728 public int[] getOffsets() { return offsets; } in TestSearchCollatorElements() method in CollationIteratorTest.TSCEItem
746 int[] offsets = tsceItem.getOffsets(); in TestSearchCollatorElements()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationIteratorTest.java731 public int[] getOffsets() { return offsets; } in TestSearchCollatorElements() method in CollationIteratorTest.TSCEItem
749 int[] offsets = tsceItem.getOffsets(); in TestSearchCollatorElements()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp322 virtual StringIntMap getOffsets(StringVector /*args*/) const in getOffsets() function in glcts::LayoutBindingProgram
2245 StringIntMap getOffsets(StringVector args) const in getOffsets() function in glcts::AtomicCounterLayoutBindingCase::AtomicCounterLayoutBindingProgram
2452 StringIntMap offsets = program->getOffsets(list); in binding_examples_many_bindings()
2493 StringIntMap offsets = program->getOffsets(list); in binding_examples_many_bindings()
2676 StringIntMap offsets = program->getOffsets(list); in binding_examples_one_binding()
2716 StringIntMap offsets = program->getOffsets(list); in binding_examples_one_binding()
/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp172 void getOffsets(const TType& type, TVector<int>& offsets) in getOffsets() function in glslang::TReflectionTraverser
385 getOffsets(*terminalType, memberOffsets); in blowUpActiveAggregate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DIRTranslator.h92 OffsetListT *getOffsets(const Value &V) { in getOffsets() function
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java2118 public int[] getOffsets() { return offsets; } in TestUsingSearchCollator() method in SearchTest.PatternAndOffsets
2172 int[] offsets = patternAndOffsets.getOffsets(); in TestUsingSearchCollator()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/
DSearchTest.java2121 public int[] getOffsets() { return offsets; } in TestUsingSearchCollator() method in SearchTest.PatternAndOffsets
2175 int[] offsets = patternAndOffsets.getOffsets(); in TestUsingSearchCollator()