Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp348 const auto &secondaryOutputLocations = mState.getSecondaryOutputLocations(); in link() local
373 outputLocationIndex < secondaryOutputLocations.size(); ++outputLocationIndex) in link()
376 secondaryOutputLocations[outputLocationIndex]; in link()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp360 const auto &secondaryOutputLocations = mState.getSecondaryOutputLocations(); in link() local
385 outputLocationIndex < secondaryOutputLocations.size(); ++outputLocationIndex) in link()
388 secondaryOutputLocations[outputLocationIndex]; in link()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp296 const auto &secondaryOutputLocations = in AssignSecondaryOutputLocations() local
301 for (const gl::VariableLocation &outputLocation : secondaryOutputLocations) in AssignSecondaryOutputLocations()