Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderVars.h36 const char *InterpolationTypeToString(InterpolationType type);
/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderLang.cpp941 const char *InterpolationTypeToString(InterpolationType type) in InterpolationTypeToString() function
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp890 json->addCString("Interpolation", InterpolationTypeToString(shaderVariable.interpolation)); in SerializeShaderVariable()