Home
last modified time | relevance | path

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

/external/angle/include/GLSLANG/
DShaderLang.h828 bool EnablesPerSampleShading(const ShHandle handle);
/external/angle/src/compiler/translator/
DShaderLang.cpp606 bool EnablesPerSampleShading(const ShHandle handle) in EnablesPerSampleShading() function
/external/angle/src/common/
DCompiledShaderState.cpp239 enablesPerSampleShading = sh::EnablesPerSampleShading(compilerHandle); in buildCompiledShaderState()