Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp474 …tString (TessPrimitiveType primType, SpacingMode spacing, Winding winding, bool usePointMode=false) in getTessellationEvaluationInLayoutString() argument
479 + (usePointMode ? ", point_mode" : "") in getTessellationEvaluationInLayoutString()
483 …EvaluationInLayoutString (TessPrimitiveType primType, SpacingMode spacing, bool usePointMode=false) in getTessellationEvaluationInLayoutString() argument
487 + (usePointMode ? ", point_mode" : "") in getTessellationEvaluationInLayoutString()
491 …tionEvaluationInLayoutString (TessPrimitiveType primType, Winding winding, bool usePointMode=false) in getTessellationEvaluationInLayoutString() argument
495 + (usePointMode ? ", point_mode" : "") in getTessellationEvaluationInLayoutString()
499 …tring getTessellationEvaluationInLayoutString (TessPrimitiveType primType, bool usePointMode=false) in getTessellationEvaluationInLayoutString() argument
502 + (usePointMode ? ", point_mode" : "") in getTessellationEvaluationInLayoutString()
506 static inline deUint32 outputPrimitiveTypeGL (TessPrimitiveType tessPrimType, bool usePointMode) in outputPrimitiveTypeGL() argument
508 if (usePointMode) in outputPrimitiveTypeGL()
[all …]