Home
last modified time | relevance | path

Searched refs:componentIndex (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLigatureEntry.java32 public int getComponentChar(int componentIndex) in getComponentChar() argument
34 return componentChars[componentIndex]; in getComponentChar()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp757 deUint32 componentIndex = 0; in getGlslAttributeConditions() local
811 … == clamp(-(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "), " << mi… in getGlslAttributeConditions()
814 …essStr << " == -(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "))\n"; in getGlslAttributeConditions()
822 … clamp(uint(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "), 0, " <<… in getGlslAttributeConditions()
825 …Str << " == uint(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "))\n"; in getGlslAttributeConditions()
831 …* (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < do… in getGlslAttributeConditions()
835 …* (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < " … in getGlslAttributeConditions()
845 …mp(" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0, " << m… in getGlslAttributeConditions()
848 …+ (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0)) < " <… in getGlslAttributeConditions()
856 …mp(" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0, 0, " <… in getGlslAttributeConditions()
[all …]
/external/libjpeg-turbo/
Dturbojpeg.h644 tjregion planeRegion, int componentIndex,
Dtjexample.c75 int componentIndex, int transformIndex, in customFilter() argument
Dturbojpeg-jni.c999 tjregion planeRegion, int componentIndex, in JNICustomFilter() argument
1049 planeRegionObj, componentIndex, transformIndex, tobj); in JNICustomFilter()
Dtjbench.c127 int componentIndex, int transformIndex, in dummyDCTFilter() argument
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h323 Id createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex);
324 Id createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex);
DSpvBuilder.cpp1465 Id Builder::createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex) in createVectorExtractDynamic() argument
1469 extract->addIdOperand(componentIndex); in createVectorExtractDynamic()
1475 Id Builder::createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex) in createVectorInsertDynamic() argument
1480 insert->addIdOperand(componentIndex); in createVectorInsertDynamic()
/external/libjpeg-turbo/java/
DTJExample.java67 Rectangle planeRegion, int componentIndex, in customFilter() argument
/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp284 int16 componentIndex; /* its index in SOF or cPtr->compInfo[] */ member
773 compptr->componentIndex = (int16) ci; in GetSof()
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py829 def __getitem__(self, componentIndex): argument
832 return self.components[componentIndex]