Home
last modified time | relevance | path

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

/external/angle/include/GLSLANG/
DShaderLang.h892 bool HasValidTessGenMode(const ShHandle handle);
/external/angle/src/compiler/translator/
DShaderLang.cpp823 bool HasValidTessGenMode(const ShHandle handle) in HasValidTessGenMode() function
/external/angle/src/common/
DCompiledShaderState.cpp277 if (sh::HasValidTessGenMode(compilerHandle)) in buildCompiledShaderState()