Home
last modified time | relevance | path

Searched defs:tessLevel (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles31/stress/
Des31sTessellationGeometryInteractionTests.cpp444 std::string GridRenderCase::getTessellationControlSource (int tessLevel) in getTessellationControlSource()
466 std::string GridRenderCase::getTessellationEvaluationSource (int tessLevel) in getTessellationEvaluationSource()
/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp2582 std::string GridRenderCase::getTessellationControlSource (int tessLevel) in getTessellationControlSource()
2604 std::string GridRenderCase::getTessellationEvaluationSource (int tessLevel) in getTessellationEvaluationSource()
2632 …string GridRenderCase::getGeometryShaderSource (int numPrimitives, int numInstances, int tessLevel) in getGeometryShaderSource()
Des31fPrimitiveBoundingBoxTests.cpp1257 const glw::GLfloat tessLevel = 2.8f; // will be rounded up in renderTestPattern() local
1762 const glw::GLfloat tessLevel = 2.8f; // will be rounded up in renderTestPattern() local
2595 const glw::GLfloat tessLevel = 0.8f; // will be rounded up in renderTestPattern() local
Des31fTessellationTests.cpp562 static inline float getClampedTessLevel (SpacingMode mode, float tessLevel) in getClampedTessLevel()
592 static int getClampedRoundedTessLevel (SpacingMode mode, float tessLevel) in getClampedRoundedTessLevel()
1225 static bool verifyFractionalSpacingSingle (TestLog& log, SpacingMode spacingMode, float tessLevel, … in verifyFractionalSpacingSingle()
1363 float tessLevel; member