Searched defs:UINT_AS_FLT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmacros.h181 static inline GLfloat UINT_AS_FLT(GLuint u) function
607 ASSIGN_4V(dst, UINT_AS_FLT(0), UINT_AS_FLT(0),
608 UINT_AS_FLT(0), UINT_AS_FLT(1));
/external/mesa3d/src/mesa/main/
H A Dmacros.h181 static inline GLfloat UINT_AS_FLT(GLuint u) function
607 ASSIGN_4V(dst, UINT_AS_FLT(0), UINT_AS_FLT(0),
608 UINT_AS_FLT(0), UINT_AS_FLT(1));

Completed in 4073 milliseconds