HomeSort by relevance Sort by last modified time
    Searched refs:isOnef (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libagl/
fp.h 49 inline bool isOnef(GLfloat) CONST;
127 bool isOnef(GLfloat v) {
matrix.cpp 340 if (isOnef(x) && isZerof(y) && isZerof(z)) {
346 } else if (isZerof(x) && isOnef(y) && isZerof(z)) {
352 } else if (isZerof(x) && isZerof(y) && isOnef(z)) {
360 if (!isOnef(len)) {

Completed in 94 milliseconds