Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Drenderer.cpp216 Mat4 projectionMatrix = Mat4::Ortho2D(-ratio, 1.0f, ratio, -1.0f); in draw()
Dvecmath.cpp345 Mat4 Mat4::Ortho2D(float left, float top, float right, float bottom) { in Ortho2D() function in android::gamecore::Mat4
Dvecmath.h779 static Mat4 Ortho2D(float left, float top, float right, float bottom);