Home
last modified time | relevance | path

Searched defs:formatIndex (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DArchiveExports.cpp95 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value) in GetHandlerProperty2()
151 STDAPI GetIsArc(UInt32 formatIndex, Func_IsArc *isArc) in GetIsArc()
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/jni/
DUVCProvider.h59 uint32_t formatIndex = 0; member
89 uint8_t formatIndex = 1; member
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.h380 const wchar_t *GetFormatNamePtr(int formatIndex) const in GetFormatNamePtr()
413 HRESULT CreateInArchive(unsigned formatIndex, CMyComPtr<IInArchive> &archive) const in CreateInArchive()
432 HRESULT CreateOutArchive(unsigned formatIndex, CMyComPtr<IOutArchive> &archive) const in CreateOutArchive()
H A DUpdate.cpp220 int formatIndex = MethodMode.Type.FormatIndex; in SetArcPath() local
365 int formatIndex = options.MethodMode.Type.FormatIndex; in Compress() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmImageSamplerTests.cpp830 for (uint32_t formatIndex = 0; formatIndex < numFormats; formatIndex++) in addComputeImageSamplerTest() local
1035 uint32_t formatIndex) in generateGraphicsImageSamplerSource()
1232 for (uint32_t formatIndex = 0; formatIndex < formatCount; formatIndex++) in addGraphicsImageSamplerTest() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsQuadTests.cpp452 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsQuadTests() local
545 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsQuadTests() local
H A DvktSubgroupsClusteredTests.cpp424 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsClusteredTests() local
529 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsClusteredTests() local
H A DvktSubgroupsBallotBroadcastTests.cpp502 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsBallotBroadcastTests() local
658 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsBallotBroadcastTests() local
H A DvktSubgroupsArithmeticTests.cpp517 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsArithmeticTests() local
627 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsArithmeticTests() local
H A DvktSubgroupsPartitionedTests.cpp547 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsPartitionedTests() local
654 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsPartitionedTests() local
H A DvktSubgroupsVoteTests.cpp594 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsVoteTests() local
733 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsVoteTests() local
H A DvktSubgroupsShuffleTests.cpp700 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsShuffleTests() local
808 for (size_t formatIndex = 0; formatIndex < formats.size(); ++formatIndex) in createSubgroupsShuffleTests() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_format_utils.cpp52 for (size_t formatIndex = 0; formatIndex < angle::kNumANGLEFormats; ++formatIndex) in initialize() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/linux/
H A DDisplayVkLinux.cpp98 for (size_t formatIndex = 1; formatIndex < angle::kNumANGLEFormats; ++formatIndex) in GetVkFormatsWithDrmModifiers() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBallotBroadcastTests.cpp541 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsBallotBroadcastTests() local
H A DglcSubgroupsQuadTests.cpp692 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsQuadTests() local
H A DglcSubgroupsShuffleTests.cpp593 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsShuffleTests() local
H A DglcSubgroupsVoteTests.cpp788 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsVoteTests() local
H A DglcSubgroupsClusteredTests.cpp782 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsClusteredTests() local
H A DglcSubgroupsArithmeticTests.cpp967 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsArithmeticTests() local
H A DglcSubgroupsPartitionedTests.cpp913 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex) in createSubgroupsPartitionedTests() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/cgl/
H A DIOSurfaceSurfaceCGL.cpp253 int formatIndex = in validateAttributes() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMessageFormat.java2332 int formatIndex = 0; in writeObject() local
2364 int formatIndex = in.readInt(); in readObject() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DMessageFormat.java2404 int formatIndex = 0; in writeObject() local
2436 int formatIndex = in.readInt(); in readObject() local
/aosp_15_r20/cts/tests/tests/graphics/jni/
H A DVulkanPreTransformTestHelpers.cpp292 uint32_t formatIndex; in init() local

123