Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DCompiler.h175 return mTessEvaluationShaderInputPointType; in getTessEvaluationShaderInputPointType()
332 TLayoutTessEvaluationType mTessEvaluationShaderInputPointType; variable
DCompiler.cpp313 mTessEvaluationShaderInputPointType(EtetUndefined), in TCompiler()
538 mTessEvaluationShaderInputPointType = parseContext.getTessEvaluationShaderInputPointType(); in setASTMetadata()
1315 mTessEvaluationShaderInputPointType = EtetUndefined; in clearResults()
DParseContext.h489 return mTessEvaluationShaderInputPointType; in getTessEvaluationShaderInputPointType()
724 TLayoutTessEvaluationType mTessEvaluationShaderInputPointType; variable
DParseContext.cpp248 mTessEvaluationShaderInputPointType(EtetUndefined), in TParseContext()
3513 if (mTessEvaluationShaderInputPointType == EtetUndefined) in parseTessEvaluationShaderInputLayoutQualifier()
3515 mTessEvaluationShaderInputPointType = layoutQualifier.tesPointType; in parseTessEvaluationShaderInputLayoutQualifier()