OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gglIntToFixed
(Results
1 - 6
of
6
) sorted by null
/system/core/libpixelflinger/
raster.cpp
50
ggl_rasterPos2x(con,
gglIntToFixed
(x),
gglIntToFixed
(y));
181
x =
gglIntToFixed
(x);
182
y =
gglIntToFixed
(y);
trap.cpp
1025
if (gglFixedToIntFloor(l_min) >= xmax) l_min =
gglIntToFixed
(xmax)-1;
1026
if (gglFixedToIntFloor(r_min) >= xmax) r_min =
gglIntToFixed
(xmax)-1;
1027
if (gglFixedToIntCeil(l_max) >= xmax) l_max =
gglIntToFixed
(xmax)-1;
1028
if (gglFixedToIntCeil(r_max) >= xmax) r_max =
gglIntToFixed
(xmax)-1;
[
all
...]
/frameworks/native/opengl/libagl/
array.cpp
153
v[0] =
gglIntToFixed
(p[0]);
154
v[1] =
gglIntToFixed
(p[1]);
157
v[0] =
gglIntToFixed
(p[0]);
158
v[1] =
gglIntToFixed
(p[1]);
168
v[0] =
gglIntToFixed
(p[0]);
169
v[1] =
gglIntToFixed
(p[1]);
170
v[2] =
gglIntToFixed
(p[2]);
173
v[0] =
gglIntToFixed
(p[0]);
174
v[1] =
gglIntToFixed
(p[1]);
175
v[2] =
gglIntToFixed
(p[2])
[
all
...]
light.cpp
71
c->lighting.lights[i].spotCutoff =
gglIntToFixed
(180);
420
if (ggl_unlikely(l.spotCutoff !=
gglIntToFixed
(180))) {
470
const GLfixed kDegToRad = GLfixed((M_PI *
gglIntToFixed
(1)) / 180.0f);
473
if (GGLfixed(param) >=
gglIntToFixed
(128)) {
480
if (param!=
gglIntToFixed
(180) && GGLfixed(param)>=
gglIntToFixed
(90)) {
texture.cpp
697
y =
gglIntToFixed
(cbSurface.height) - (y + h);
821
set_depth_and_fog(c,
gglIntToFixed
(z));
837
gglIntToFixed
(x),
gglIntToFixed
(y),
gglIntToFixed
(z),
838
gglIntToFixed
(w),
gglIntToFixed
(h),
[
all
...]
/system/core/include/private/pixelflinger/
ggl_fixed.h
35
inline GGLfixed
gglIntToFixed
(GGLfixed i) ALWAYS_INLINE ;
45
GGLfixed
gglIntToFixed
(GGLfixed i) {
Completed in 124 milliseconds