OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_UB_TO_X
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/libagl/
array.cpp
207
v[0] =
GGL_UB_TO_X
(p[0]);
208
v[1] =
GGL_UB_TO_X
(p[1]);
209
v[2] =
GGL_UB_TO_X
(p[2]);
210
v[3] =
GGL_UB_TO_X
(p[3]);
225
v[0] =
GGL_UB_TO_X
(p[0]);
226
v[1] =
GGL_UB_TO_X
(p[1]);
227
v[2] =
GGL_UB_TO_X
(p[2]);
[
all
...]
/system/core/include/private/pixelflinger/
ggl_fixed.h
78
#define
GGL_UB_TO_X
(_x) GGLfixed( uint32_t(_x) + \
Completed in 166 milliseconds