Searched refs:constantOuterLevelIndex (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 1004 vector<float> generateRandomPatchTessLevels (int numPatches, int constantOuterLevelIndex, float con… in generateRandomPatchTessLevels() argument 1016 outer[j] = j == constantOuterLevelIndex ? constantOuterLevel : rnd.getFloat(1.0f, 62.0f); in generateRandomPatchTessLevels() 3861 …static vector<float> generatePatchTessLevels (int numPatches, int constantOuterLevelIndex, float … 3871 …riantOuterEdgeCase::generatePatchTessLevels (int numPatches, int constantOuterLevelIndex, float co… in generatePatchTessLevels() argument 3874 return generateRandomPatchTessLevels(numPatches, constantOuterLevelIndex, constantOuterLevel, rnd); in generatePatchTessLevels() 4141 …static vector<float> generatePatchTessLevels (int numPatches, int constantOuterLevelIndex, flo… 4153 …etricOuterEdgeCase::generatePatchTessLevels (int numPatches, int constantOuterLevelIndex, float co… in generatePatchTessLevels() argument 4156 return generateRandomPatchTessLevels(numPatches, constantOuterLevelIndex, constantOuterLevel, rnd); in generatePatchTessLevels() 4425 …static vector<float> generatePatchTessLevels (int numPatches, int constantOuterLevelIndex, flo… 4437 …exIndependenceCase::generatePatchTessLevels (int numPatches, int constantOuterLevelIndex, float co… in generatePatchTessLevels() argument [all …]
|