Home
last modified time | relevance | path

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

/external/angle/include/GLSLANG/
DShaderVars.h33 INTERPOLATION_NOPERSPECTIVE enumerator
/external/angle/src/compiler/translator/
Dutil.cpp570 return INTERPOLATION_NOPERSPECTIVE; in GetInterpolationType()
609 return INTERPOLATION_NOPERSPECTIVE; in GetFieldInterpolationType()
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp150 case sh::InterpolationType::INTERPOLATION_NOPERSPECTIVE: in InterpolationTypeToString()