Lines Matching refs:GGLFormat
354 const GGLFormat* f = in pick_scanline()
1678 gen.argb[GGLFormat::ALPHA].c = ci.ydady; in init_y()
1679 gen.argb[GGLFormat::ALPHA].dx = c->shade.dadx; in init_y()
1680 gen.argb[GGLFormat::RED ].c = ci.ydrdy; in init_y()
1681 gen.argb[GGLFormat::RED ].dx = c->shade.drdx; in init_y()
1682 gen.argb[GGLFormat::GREEN].c = ci.ydgdy; in init_y()
1683 gen.argb[GGLFormat::GREEN].dx = c->shade.dgdx; in init_y()
1684 gen.argb[GGLFormat::BLUE ].c = ci.ydbdy; in init_y()
1685 gen.argb[GGLFormat::BLUE ].dx = c->shade.dbdx; in init_y()
2263 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_memcpy()
2316 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_clear()
2329 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_set()
2354 const GGLFormat* fp = &(c->formats[cb->format]); in rect_memcpy()