Home | History | Annotate | Download | only in functional

Lines Matching refs:CoordType

61 enum CoordType
82 CoordType coordType,
103 CoordType m_coordType;
121 CoordType coordType,
132 , m_coordType (coordType)
436 CoordType coordType,
456 CoordType m_coordType;
473 CoordType coordType,
483 , m_coordType (coordType)
1079 CoordType type;
1128 for (int coordType = 0; coordType < DE_LENGTH_OF_ARRAY(coordTypes); coordType++)
1130 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, coordTypes[coordType].name, coordTypes[coordType].desc);
1138 int sizeEnd = coordTypes[coordType].type == COORDTYPE_BASIC ? DE_LENGTH_OF_ARRAY(tex2DSizes) : 1;
1151 coordTypes[coordType].type,
1208 CoordType type;
1219 for (int coordType = 0; coordType < DE_LENGTH_OF_ARRAY(cubeCoordTypes); coordType++)
1221 tcu::TestCaseGroup* coordTypeGroup = new tcu::TestCaseGroup(m_testCtx, cubeCoordTypes[coordType].name, cubeCoordTypes[coordType].desc);
1228 cubeCoordTypes[coordType].type,