OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gglMulSubx
(Results
1 - 2
of
2
) sorted by null
/system/core/include/private/pixelflinger/
ggl_fixed.h
154
inline GGLfixed
gglMulSubx
(GGLfixed x, GGLfixed y, GGLfixed a, int shift) CONST;
155
inline GGLfixed
gglMulSubx
(GGLfixed x, GGLfixed y, GGLfixed a, int shift) {
204
inline GGLfixed
gglMulSubx
(GGLfixed a, GGLfixed b, GGLfixed c, int shift) CONST;
205
inline GGLfixed
gglMulSubx
(GGLfixed a, GGLfixed b, GGLfixed c, int shift) {
225
inline GGLfixed
gglMulSubx
(GGLfixed a, GGLfixed b, GGLfixed c) CONST;
226
inline GGLfixed
gglMulSubx
(GGLfixed a, GGLfixed b, GGLfixed c) {
227
return
gglMulSubx
(a, b, c, 16);
/frameworks/base/opengl/libagl/
light.cpp
156
d[0] =
gglMulSubx
(m[0], s, a[0]);
157
d[1] =
gglMulSubx
(m[1], s, a[1]);
158
d[2] =
gglMulSubx
(m[2], s, a[2]);
Completed in 12 milliseconds