HomeSort by relevance Sort by last modified time
    Searched refs:GGLcolor (Results 1 - 7 of 7) sorted by null

  /system/core/libpixelflinger/
buffer.h 35 GGLcolor r, GGLcolor g, GGLcolor b, GGLcolor a);
buffer.cpp 258 GGLcolor r, GGLcolor g, GGLcolor b, GGLcolor a)
scanline.cpp 633 GGLcolor ADJUST_COLOR_ITERATOR(GGLcolor v, GGLcolor dvdx, int len)
653 GGLcolor r, g, b, a;
857 GGLcolor ref = c->state.alpha_test.ref;
858 GGLcolor alpha = (uint64_t(fragment.c[0]) *
    [all...]
pixelflinger.cpp 227 static void ggl_colorGrad12xv(void* con, const GGLcolor* grad)
233 // GGLColor is encoded as 8.16 value
  /system/core/include/private/pixelflinger/
ggl_context.h 114 inline GGLcolor gglFixedToIteratedColor(GGLfixed c) {
317 GGLcolor ref;
445 GGLcolor ydady;
446 GGLcolor ydrdy;
447 GGLcolor ydgdy;
448 GGLcolor ydbdy;
455 GGLcolor a0;
456 GGLcolor dadx;
457 GGLcolor dady;
458 GGLcolor r0
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 45 typedef int32_t GGLcolor;
233 void (*colorGrad12xv)(void* c, const GGLcolor* grad);
  /frameworks/native/opengl/libagl/
primitives.cpp 651 const GGLcolor c0 = v0->color.v[i] * 255;
652 const GGLcolor c1 = v1->color.v[i] * 255;
653 const GGLcolor c2 = v2->color.v[i] * 255;
    [all...]

Completed in 39 milliseconds