Home
last modified time | relevance | path

Searched defs:uniformLocations (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DProgramImpl.h103 virtual void markUnusedUniformLocations(std::vector<gl::VariableLocation> *uniformLocations, in markUnusedUniformLocations()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DProgramExecutableGL.cpp59 const auto &uniformLocations = mExecutable->getUniformLocations(); in postLink() local
H A DProgramGL.cpp689 void ProgramGL::markUnusedUniformLocations(std::vector<gl::VariableLocation> *uniformLocations, in markUnusedUniformLocations()
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.cpp259 const std::vector<VariableLocation> &uniformLocations) in SaveUniforms()
278 std::vector<VariableLocation> *uniformLocations) in LoadUniforms()
H A DvalidationES.cpp2935 const auto &uniformLocations = executable.getUniformLocations(); in ValidateUniformCommonBase() local