Searched refs:frustum (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/api/
H A Drs_matrix.spec58 summary: Compute frustum planes
60 Computes 6 frustum planes from the view projection matrix
133 summary: Checks if a sphere is within the frustum planes
135 Returns true if the sphere is within the 6 frustum planes.
262 summary: Load a frustum projection matrix
264 Constructs a frustum projection matrix, transforming the box identified by
/frameworks/native/include/ui/
H A Dmat4.h136 static tmat44 frustum(T left, T right, T bottom, T top, T near, T far);
244 tmat44<T> tmat44<T>::frustum(T left, T right, T bottom, T top, T near, T far) { function in class:android::tmat44
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp418 // Return true if the sphere intersects or is inside the frustum
491 float frustum[6*4]; local
508 computeFrustum(mvp.mData, frustum);
516 if (sphereHitsFrustum(frustum, pSphere)) {

Completed in 399 milliseconds