Lines Matching refs:GGLFormat
335 const GGLFormat* f = in pick_scanline()
1655 gen.argb[GGLFormat::ALPHA].c = ci.ydady; in init_y()
1656 gen.argb[GGLFormat::ALPHA].dx = c->shade.dadx; in init_y()
1657 gen.argb[GGLFormat::RED ].c = ci.ydrdy; in init_y()
1658 gen.argb[GGLFormat::RED ].dx = c->shade.drdx; in init_y()
1659 gen.argb[GGLFormat::GREEN].c = ci.ydgdy; in init_y()
1660 gen.argb[GGLFormat::GREEN].dx = c->shade.dgdx; in init_y()
1661 gen.argb[GGLFormat::BLUE ].c = ci.ydbdy; in init_y()
1662 gen.argb[GGLFormat::BLUE ].dx = c->shade.dbdx; in init_y()
2231 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_memcpy()
2284 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_clear()
2297 const GGLFormat* fp = &(c->formats[cb->format]); in scanline_set()
2322 const GGLFormat* fp = &(c->formats[cb->format]); in rect_memcpy()