Example #1
0
static float *
i965_spans_emit_rectangle (i965_spans_t *spans)
{
    return i965_add_rectangle (spans->device);
}
Example #2
0
static float *
i965_glyphs_emit_rectangle (i965_glyphs_t *glyphs)
{
    return i965_add_rectangle (glyphs->shader.device);
}