HomeSort by relevance Sort by last modified time
    Searched refs:gglMulSubx (Results 1 - 3 of 3) 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) {
364 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) CONST;
365 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) {
495 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) CONST;
496 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, int shift)
533 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) CONST;
534 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) {
554 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c) CONST;
555 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c)
    [all...]
  /system/core/libpixelflinger/tests/gglmul/
gglmul_test.cpp 184 // gglMulSubx() tests
211 printf("Testing gglMulSubx\n");
217 actual = gglMulSubx(test->x, test->y, test->a, test->shift);
  /frameworks/native/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 202 milliseconds