OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRX_UI
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/math/
m_translate.c
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
[
all
...]
m_trans_tmp.h
207
t[i] =
TRX_UI
(f, 0);
Completed in 668 milliseconds