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.cpp197 TIntermTyped *CreateFloatArrayWithRotationIndex(const Vec2EnumMap &valuesEnumMap, in CreateFloatArrayWithRotationIndex() function
355 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdx, 0, 1, getFlipRotation()); in getMultiplierXForDFdx()
366 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdx, 1, 1, getFlipRotation()); in getMultiplierYForDFdx()
377 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdy, 0, 1, getFlipRotation()); in getMultiplierXForDFdy()
388 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdy, 1, 1, getFlipRotation()); in getMultiplierYForDFdy()
438 return CreateFloatArrayWithRotationIndex(kFlipXYValue, 1, 1, getFlipRotation()); in getFlipY()
448 return CreateFloatArrayWithRotationIndex(kFlipXYValue, 1, -1, getFlipRotation()); in getNegFlipY()