Searched refs:CreateFloatArrayWithRotationIndex (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | SpecializationConstant.cpp | 196 TIntermTyped *CreateFloatArrayWithRotationIndex(const Vec2EnumMap &valuesEnumMap, in CreateFloatArrayWithRotationIndex() function 345 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdx, 0, 1, getFlipRotation()); in getMultiplierXForDFdx() 356 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdx, 1, 1, getFlipRotation()); in getMultiplierYForDFdx() 367 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdy, 0, 1, getFlipRotation()); in getMultiplierXForDFdy() 378 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdy, 1, 1, getFlipRotation()); in getMultiplierYForDFdy() 428 return CreateFloatArrayWithRotationIndex(kFlipXYValue, 1, 1, getFlipRotation()); in getFlipY() 438 return CreateFloatArrayWithRotationIndex(kFlipXYValue, 1, -1, getFlipRotation()); in getNegFlipY()
|