Home
last modified time | relevance | path

Searched refs:getOutputLocations (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DMemoryProgramCache.cpp127 << program->getState().getOutputLocations() in ComputeHash()
DProgramExecutable.cpp411 ASSERT(getOutputLocations().empty()); in load()
608 stream->writeInt(getOutputLocations().size()); in save()
609 for (const auto &outputVar : getOutputLocations()) in save()
DProgram.h259 const std::vector<VariableLocation> &getOutputLocations() const in getOutputLocations() function
261 return mExecutable->getOutputLocations(); in getOutputLocations()
DProgramExecutable.h203 const std::vector<VariableLocation> &getOutputLocations() const { return mOutputLocations; } in getOutputLocations() function
DProgram.cpp2457 mState.mExecutable->getOutputLocations(), name); in getFragDataLocation()
2470 mState.mExecutable->getOutputLocations(), name) != -1) in getFragDataIndex()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp1285 outputLocationIndex < programData.getOutputLocations().size(); ++outputLocationIndex) in getPixelShaderOutputKey()
1288 programData.getOutputLocations().at(outputLocationIndex); in getPixelShaderOutputKey()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp359 const auto &outputLocations = mState.getOutputLocations(); in link()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp357 const auto &outputLocations = programExecutable.getOutputLocations(); in AssignOutputLocations()