Home
last modified time | relevance | path

Searched defs:farZ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libkmsxx/kmscube/
H A DesTransform.cpp126 …rustum(ESMatrix* result, float left, float right, float bottom, float top, float nearZ, float farZ) in esFrustum()
154 void esPerspective(ESMatrix* result, float fovy, float aspect, float nearZ, float farZ) in esPerspective()
164 …sOrtho(ESMatrix* result, float left, float right, float bottom, float top, float nearZ, float farZ) in esOrtho()
/aosp_15_r20/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dmatrixop.c168 float nearZ, float farZ) in Matrix4x4_Perspective()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.cpp68 float farZ = glState.getFarPlane(); in clearImpl() local
/aosp_15_r20/external/angle/util/
H A DMatrix.cpp116 Matrix4 Matrix4::perspective(float fovY, float aspectRatio, float nearZ, float farZ) in perspective()