Home
last modified time | relevance | path

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

/cts/hostsidetests/adpf/app/hintsession/src/cpp/
DUtility.h41 static float *buildOrthographicMatrix(float *outMatrix, float halfHeight, float aspect,
DUtility.cpp50 float *Utility::buildOrthographicMatrix(float *outMatrix, float halfHeight, float aspect, in buildOrthographicMatrix() function in Utility
DRenderer.cpp146 Utility::buildOrthographicMatrix(projectionMatrix, kProjectionHalfHeight, in render()