Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.h182 return mTessEvaluationShaderInputPointType; in getTessEvaluationShaderInputPointType()
338 TLayoutTessEvaluationType mTessEvaluationShaderInputPointType; variable
DCompiler.cpp347 mTessEvaluationShaderInputPointType(EtetUndefined), in TCompiler()
582 mTessEvaluationShaderInputPointType = parseContext.getTessEvaluationShaderInputPointType(); in setASTMetadata()
1377 mTessEvaluationShaderInputPointType = EtetUndefined; in clearResults()
DParseContext.h493 return mTessEvaluationShaderInputPointType; in getTessEvaluationShaderInputPointType()
731 TLayoutTessEvaluationType mTessEvaluationShaderInputPointType; variable
DParseContext.cpp245 mTessEvaluationShaderInputPointType(EtetUndefined), in TParseContext()
3561 if (mTessEvaluationShaderInputPointType == EtetUndefined) in parseTessEvaluationShaderInputLayoutQualifier()
3563 mTessEvaluationShaderInputPointType = layoutQualifier.tesPointType; in parseTessEvaluationShaderInputLayoutQualifier()