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

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

Completed in 50 milliseconds