Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.cpp209 TIntermTyped *CreateFloatArrayWithRotationIndex(const Vec2EnumMap &valuesEnumMap, in CreateFloatArrayWithRotationIndex() function
352 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdx, 0, 1, getFlipRotation()); in getMultiplierXForDFdx()
363 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdx, 1, 1, getFlipRotation()); in getMultiplierYForDFdx()
374 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdy, 0, 1, getFlipRotation()); in getMultiplierXForDFdy()
385 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdy, 1, 1, getFlipRotation()); in getMultiplierYForDFdy()
445 return CreateFloatArrayWithRotationIndex(kFlipXYValue, 1, 1, getFlipRotation()); in getFlipY()
455 return CreateFloatArrayWithRotationIndex(kFlipXYValue, 1, -1, getFlipRotation()); in getNegFlipY()