Lines Matching refs:GGLFormat
349 const GGLFormat* f = in pick_scanline()
1673 gen.argb[GGLFormat::ALPHA].c = ci.ydady; in init_y()
1674 gen.argb[GGLFormat::ALPHA].dx = c->shade.dadx; in init_y()
1675 gen.argb[GGLFormat::RED ].c = ci.ydrdy; in init_y()
1676 gen.argb[GGLFormat::RED ].dx = c->shade.drdx; in init_y()
1677 gen.argb[GGLFormat::GREEN].c = ci.ydgdy; in init_y()
1678 gen.argb[GGLFormat::GREEN].dx = c->shade.dgdx; in init_y()
1679 gen.argb[GGLFormat::BLUE ].c = ci.ydbdy; in init_y()
1680 gen.argb[GGLFormat::BLUE ].dx = c->shade.dbdx; in init_y()
2257 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_memcpy()
2310 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_clear()
2323 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_set()
2348 const GGLFormat* fp = &(c->formats[cb->format]); in rect_memcpy()