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

  /frameworks/native/opengl/libagl/
fp.h 61 inline GLfloat div2f(GLfloat v) CONST;
215 GLfloat div2f(GLfloat v) { function in namespace:android::gl
matrix.cpp 697 GLfloat sx = div2f(w);
699 GLfloat sy = div2f(h);
704 GLfloat A = div2f(far - near);
705 GLfloat B = div2f(far + near);
896 f[10] = div2f(zFar - zNear);
897 f[14] = div2f(zFar + zNear);

Completed in 47 milliseconds