Searched refs:buildOrthographicMatrix (Results 1 – 3 of 3) sorted by relevance
41 static float *buildOrthographicMatrix(float *outMatrix, float halfHeight, float aspect,
50 float *Utility::buildOrthographicMatrix(float *outMatrix, float halfHeight, float aspect, in buildOrthographicMatrix() function in Utility
146 Utility::buildOrthographicMatrix(projectionMatrix, kProjectionHalfHeight, in render()