Home | History | Annotate | Download | only in math

Lines Matching refs:TRX_UI

131 #define TRX_UI(f,n)  (PTR_ELT(f,n) < 0 ? 0 : (GLuint)  PTR_ELT(f,n))
171 #undef TRX_UI
185 #define TRX_UI(f,n) (GLuint)PTR_ELT(f,n)
220 #undef TRX_UI
232 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n))
274 #undef TRX_UI
286 #define TRX_UI(f,n) (GLuint) PTR_ELT(f,n)
327 #undef TRX_UI
339 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n))
381 #undef TRX_UI
393 #define TRX_UI(f,n) PTR_ELT(f,n)
434 #undef TRX_UI
446 #define TRX_UI(f,n) (GLuint) (GLint) PTR_ELT(f,n)
529 #undef TRX_UI