Searched refs:gl (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/minui/ |
D | graphics.c | 184 GGLContext *gl = gr_context; in gr_flip() local 201 GGLContext *gl = gr_context; in gr_color() local 207 gl->color4xv(gl, color); in gr_color() 223 GGLContext *gl = gr_context; in gr_text() local 229 gl->bindTexture(gl, &font->texture); in gr_text() 230 gl->texEnvi(gl, GGL_TEXTURE_ENV, GGL_TEXTURE_ENV_MODE, GGL_REPLACE); in gr_text() 231 gl->texGeni(gl, GGL_S, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE); in gr_text() 232 gl->texGeni(gl, GGL_T, GGL_TEXTURE_GEN_MODE, GGL_ONE_TO_ONE); in gr_text() 233 gl->enable(gl, GGL_TEXTURE_2D); in gr_text() 238 gl->texCoord2i(gl, (off * font->cwidth) - x, 0 - y); in gr_text() [all …]
|