Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp1017 const auto &uniformLocations = mState.getUniformLocations(); in postLink() local
1019 mUniformRealLocationMap.resize(uniformLocations.size(), GL_INVALID_INDEX); in postLink()
1020 for (size_t uniformLocation = 0; uniformLocation < uniformLocations.size(); uniformLocation++) in postLink()
1022 const auto &entry = uniformLocations[uniformLocation]; in postLink()
1155 void ProgramGL::markUnusedUniformLocations(std::vector<gl::VariableLocation> *uniformLocations, in markUnusedUniformLocations() argument
1159 GLint maxLocation = static_cast<GLint>(uniformLocations->size()); in markUnusedUniformLocations()
1164 auto &locationRef = (*uniformLocations)[location]; in markUnusedUniformLocations()
DProgramGL.h110 void markUnusedUniformLocations(std::vector<gl::VariableLocation> *uniformLocations,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp1005 const auto &uniformLocations = mState.getUniformLocations(); in postLink() local
1007 mUniformRealLocationMap.resize(uniformLocations.size(), GL_INVALID_INDEX); in postLink()
1008 for (size_t uniformLocation = 0; uniformLocation < uniformLocations.size(); uniformLocation++) in postLink()
1010 const auto &entry = uniformLocations[uniformLocation]; in postLink()
1078 void ProgramGL::markUnusedUniformLocations(std::vector<gl::VariableLocation> *uniformLocations, in markUnusedUniformLocations() argument
1082 GLint maxLocation = static_cast<GLint>(uniformLocations->size()); in markUnusedUniformLocations()
1087 auto &locationRef = (*uniformLocations)[location]; in markUnusedUniformLocations()
DProgramGL.h105 void markUnusedUniformLocations(std::vector<gl::VariableLocation> *uniformLocations,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DProgramImpl.h158 virtual void markUnusedUniformLocations(std::vector<gl::VariableLocation> *uniformLocations, in markUnusedUniformLocations() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DProgramImpl.h152 virtual void markUnusedUniformLocations(std::vector<gl::VariableLocation> *uniformLocations, in markUnusedUniformLocations() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.h60 std::vector<VariableLocation> *uniformLocations);
DProgramLinkedResources.cpp659 std::vector<VariableLocation> *uniformLocations) in getResults() argument
663 uniformLocations->swap(mUniformLocations); in getResults()
DvalidationES.cpp2111 const auto &uniformLocations = program->getUniformLocations(); in ValidateUniformCommonBase() local
2113 if (castedLocation >= uniformLocations.size()) in ValidateUniformCommonBase()
2119 const auto &uniformLocation = uniformLocations[castedLocation]; in ValidateUniformCommonBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.h64 std::vector<VariableLocation> *uniformLocations);
DProgramLinkedResources.cpp800 std::vector<VariableLocation> *uniformLocations) in getResults() argument
804 uniformLocations->swap(mUniformLocations); in getResults()
DvalidationES.cpp2655 const auto &uniformLocations = program->getUniformLocations(); in ValidateUniformCommonBase() local
2657 if (castedLocation >= uniformLocations.size()) in ValidateUniformCommonBase()
2663 const auto &uniformLocation = uniformLocations[castedLocation]; in ValidateUniformCommonBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DProgramMtl.mm510 const auto &uniformLocations = mState.getUniformLocations();
511 for (size_t locSlot = 0; locSlot < uniformLocations.size(); ++locSlot)
513 const gl::VariableLocation &location = uniformLocations[locSlot];