OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_S_TO_X
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libagl/
array.cpp
248
v[0] =
GGL_S_TO_X
(p[0]);
249
v[1] =
GGL_S_TO_X
(p[1]);
250
v[2] =
GGL_S_TO_X
(p[2]);
[
all
...]
/system/core/include/private/pixelflinger/
ggl_fixed.h
76
#define
GGL_S_TO_X
(_x) GGLfixed( ((int32_t(_x)+1)>>1)<<2 )
Completed in 21 milliseconds