Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DProgramExecutable.h239 return mSecondaryOutputLocations; in getSecondaryOutputLocations()
426 std::vector<VariableLocation> mSecondaryOutputLocations; variable
DProgramExecutable.cpp123 mSecondaryOutputLocations(other.mSecondaryOutputLocations), in ProgramExecutable()
185 mSecondaryOutputLocations.clear(); in reset()
373 mSecondaryOutputLocations.push_back(locationData); in load()
DProgram.cpp4209 ? mState.mExecutable->mSecondaryOutputLocations in linkOutputVariables()
4252 ? mState.mExecutable->mSecondaryOutputLocations in linkOutputVariables()
4296 ? mState.mExecutable->mSecondaryOutputLocations in linkOutputVariables()