Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DMemoryProgramCache.cpp123 << program->getFragmentOutputLocations() << program->getFragmentOutputIndexes() in ComputeHash()
DProgram.h770 const ProgramAliasedBindings &getFragmentOutputLocations() const;
DProgram.cpp2418 const gl::ProgramAliasedBindings &Program::getFragmentOutputLocations() const in getFragmentOutputLocations() function in gl::Program
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp1144 SerializeProgramAliasedBindings(json, program->getFragmentOutputLocations()); in SerializeProgram()