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 339 if (isOnef(x) && isZerof(y) && isZerof(z)) {
345 } else if (isZerof(x) && isOnef(y) && isZerof(z)) {
351 } else if (isZerof(x) && isZerof(y) && isOnef(z)) {
359 if (!isOnef(len)) {

Completed in 106 milliseconds