Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A DCompiledShaderState.cpp21 std::vector<VarT> GetActiveShaderVariables(const std::vector<VarT> *variableList) in GetActiveShaderVariables() function
228 activeAttributes = GetActiveShaderVariables(&allAttributes); in buildCompiledShaderState()
236 activeAttributes = GetActiveShaderVariables(&allAttributes); in buildCompiledShaderState()
243 activeAttributes = GetActiveShaderVariables(&allAttributes); in buildCompiledShaderState()
248 GetActiveShaderVariables(sh::GetOutputVariables(compilerHandle)); in buildCompiledShaderState()