Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dprimitives.cpp381 static inline int32_t clampZ(GLfixed z) CONST;
382 int32_t clampZ(GLfixed z) { in clampZ() function
507 itz[0] = clampZ(v->window.z) * 0x00010001; in primitive_point()
661 const int32_t v0z = clampZ(v0->window.z); in lerp_triangle()
662 const int32_t v1z = clampZ(v1->window.z); in lerp_triangle()
663 const int32_t v2z = clampZ(v2->window.z); in lerp_triangle()