Searched refs:outputLocationIndex (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | DynamicHLSL.cpp | 1284 for (size_t outputLocationIndex = 0u; in getPixelShaderOutputKey() local 1285 outputLocationIndex < programData.getOutputLocations().size(); ++outputLocationIndex) in getPixelShaderOutputKey() 1288 programData.getOutputLocations().at(outputLocationIndex); in getPixelShaderOutputKey() 1308 outputKeyVariable.outputLocation = outputLocationIndex; in getPixelShaderOutputKey() 1314 for (size_t outputLocationIndex = 0u; in getPixelShaderOutputKey() local 1315 outputLocationIndex < programData.getSecondaryOutputLocations().size(); in getPixelShaderOutputKey() 1316 ++outputLocationIndex) in getPixelShaderOutputKey() 1319 programData.getSecondaryOutputLocations().at(outputLocationIndex); in getPixelShaderOutputKey() 1339 outputKeyVariable.outputLocation = outputLocationIndex; in getPixelShaderOutputKey()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | DynamicHLSL.cpp | 1237 for (size_t outputLocationIndex = 0u; in getPixelShaderOutputKey() local 1238 outputLocationIndex < programData.getOutputLocations().size(); ++outputLocationIndex) in getPixelShaderOutputKey() 1241 programData.getOutputLocations().at(outputLocationIndex); in getPixelShaderOutputKey() 1261 outputKeyVariable.outputLocation = outputLocationIndex; in getPixelShaderOutputKey() 1267 for (size_t outputLocationIndex = 0u; in getPixelShaderOutputKey() local 1268 outputLocationIndex < programData.getSecondaryOutputLocations().size(); in getPixelShaderOutputKey() 1269 ++outputLocationIndex) in getPixelShaderOutputKey() 1272 programData.getSecondaryOutputLocations().at(outputLocationIndex); in getPixelShaderOutputKey() 1292 outputKeyVariable.outputLocation = outputLocationIndex; in getPixelShaderOutputKey()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 349 for (size_t outputLocationIndex = 0u; outputLocationIndex < outputLocations.size(); in link() local 350 ++outputLocationIndex) in link() 353 outputLocations[outputLocationIndex]; in link() 367 mProgramID, static_cast<int>(outputLocationIndex), 0, in link() 372 for (size_t outputLocationIndex = 0u; in link() local 373 outputLocationIndex < secondaryOutputLocations.size(); ++outputLocationIndex) in link() 376 secondaryOutputLocations[outputLocationIndex]; in link() 390 mProgramID, static_cast<int>(outputLocationIndex), 1, in link()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 361 for (size_t outputLocationIndex = 0u; outputLocationIndex < outputLocations.size(); in link() local 362 ++outputLocationIndex) in link() 365 outputLocations[outputLocationIndex]; in link() 379 mProgramID, static_cast<int>(outputLocationIndex), 0, in link() 384 for (size_t outputLocationIndex = 0u; in link() local 385 outputLocationIndex < secondaryOutputLocations.size(); ++outputLocationIndex) in link() 388 secondaryOutputLocations[outputLocationIndex]; in link() 402 mProgramID, static_cast<int>(outputLocationIndex), 1, in link()
|