Searched defs:componentIndex (Results  1 – 12 of 12) sorted by relevance
| /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ | 
| D | LigatureEntry.java | 32     public int getComponentChar(int componentIndex)  in getComponentChar()
 | 
| /external/skia/src/sksl/tracing/ | 
| D | SkSLDebugInfo.h | 24     uint8_t                 componentIndex = 0;  member
 | 
| /external/angle/src/compiler/translator/tree_ops/glsl/ | 
| D | ScalarizeVecAndMatConstructorArgs.cpp | 243             for (uint8_t componentIndex = 0; componentIndex < argumentType.getNominalSize() &&  in extractComponents()  local264             for (uint8_t componentIndex = 0;  in extractComponents()  local
 
 | 
| /external/deqp/framework/common/ | 
| D | tcuWaiverUtil.cpp | 301 	for (deUint32 componentIndex = 1 ; componentIndex < m_buildTree.size() ; ++componentIndex)  in findComponentInBuildTree()  local361 			deUint32 componentIndex = findComponentInBuildTree(pathComponents, level);  in buildTreeFromPathList()  local
 
 | 
| /external/angle/src/compiler/translator/spirv/ | 
| D | OutputSPIRV.cpp | 1593     for (size_t argumentIndex = 0, componentIndex = 0;  in createConstructorVectorFromMultiple()  local1823             for (uint8_t componentIndex = 0; componentIndex < type.getRows(); ++componentIndex)  in createConstructorMatrixFromMatrix()  local
 1946             for (uint8_t componentIndex = 0; componentIndex < argumentType.getNominalSize() &&  in extractComponents()  local
 1973             for (uint8_t componentIndex = 0; componentIndex < argumentType.getRows() &&  in extractComponents()  local
 
 | 
| /external/libjpeg-turbo/ | 
| D | tjbench.c | 130                           tjregion planeRegion, int componentIndex,  in dummyDCTFilter()
 | 
| D | turbojpeg-jni.c | 1039                            tjregion planeRegion, int componentIndex,  in JNICustomFilter()
 | 
| /external/fonttools/Lib/fontTools/ttLib/tables/ | 
| D | _g_l_y_f.py | 1049 	def __getitem__(self, componentIndex):  argument
 | 
| /external/dng_sdk/source/ | 
| D | dng_lossless_jpeg.cpp | 284     int16 componentIndex;	/* its index in SOF or cPtr->compInfo[]   */  member
 | 
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ | 
| D | vktPipelineVertexInputTests.cpp | 779 	deUint32			componentIndex		= 0;  in getGlslAttributeConditions()  local
 | 
| /external/deqp-deps/glslang/SPIRV/ | 
| D | SpvBuilder.cpp | 2480 Id Builder::createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex)  in createVectorExtractDynamic()2490 Id Builder::createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex)  in createVectorInsertDynamic()
 
 | 
| /external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ | 
| D | SpvBuilder.cpp | 2537 Id Builder::createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex)  in createVectorExtractDynamic()2547 Id Builder::createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex)  in createVectorInsertDynamic()
 
 |