Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DDriverUniform.h60 virtual TIntermBinary *getPreRotationMatrixRef() const { return nullptr; } in getPreRotationMatrixRef() function
87 TIntermBinary *getPreRotationMatrixRef() const override;
DDriverUniform.cpp314 TIntermBinary *DriverUniformExtended::getPreRotationMatrixRef() const in getPreRotationMatrixRef() function in sh::DriverUniformExtended
/external/angle/src/compiler/translator/
DTranslatorMetalDirect.cpp230 preRotationRef = driverUniforms->getPreRotationMatrixRef(); in AppendPreRotation()