Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp49 const std::vector<VarT> &GetShaderVariables(const std::vector<VarT> *variableList) in GetShaderVariables() function
473 mState.mUniforms = GetShaderVariables(sh::GetUniforms(compilerHandle)); in resolveCompile()
474 mState.mUniformBlocks = GetShaderVariables(sh::GetUniformBlocks(compilerHandle)); in resolveCompile()
475 mState.mShaderStorageBlocks = GetShaderVariables(sh::GetShaderStorageBlocks(compilerHandle)); in resolveCompile()
483 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()
522 mState.mOutputVaryings = GetShaderVariables(sh::GetOutputVaryings(compilerHandle)); in resolveCompile()
523 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()
530 mState.mAllAttributes = GetShaderVariables(sh::GetAttributes(compilerHandle)); in resolveCompile()
532 mState.mInputVaryings = GetShaderVariables(sh::GetInputVaryings(compilerHandle)); in resolveCompile()
543 mState.mInputVaryings = GetShaderVariables(sh::GetInputVaryings(compilerHandle)); in resolveCompile()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp69 const std::vector<VarT> *GetShaderVariables(const ShHandle handle) in GetShaderVariables() function
551 return GetShaderVariables<InterfaceBlock>(handle); in GetInterfaceBlocks()