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