Searched refs:DrawQuad (Results 1 - 5 of 5) sorted by relevance
/external/quake/quake/src/QW/client/ |
H A D | quakedef.h | 154 void DrawQuad(GLfloat x, GLfloat y, GLfloat w, GLfloat h, GLfloat u, GLfloat v, GLfloat uw, GLfloat vh);
|
H A D | gl_ngraph.c | 132 DrawQuad(x, y, NET_TIMINGS, NET_GRAPHHEIGHT, 0, 0, 1, 1);
|
H A D | gl_draw.c | 520 DrawQuad(x, y, 8, 8, fcol, frow, size, size); 581 DrawQuad(x - 4, y - 4, 16, 16, 0, 0, 1, 1); 631 DrawQuad(x, y, pic->width, pic->height, gl->sl, gl->tl, gl->sh - gl->sl, gl->th - gl->tl); 665 DrawQuad(x, y, pic->width, pic->height, gl->sl, gl->tl, gl->sh - gl->sl, gl->th - gl->tl); 705 DrawQuad(x, y, width, height, newsl, newtl, newsh - newsl, newth - newtl); 777 DrawQuad(x, y, pic->width, pic->height, 0, 0, 1, 1); 840 DrawQuad(x, y, w, h, x/64.0, y/64.0, w/64.0, h/64.0); 1459 // OpenGL ES compatible DrawQuad utility 1471 void DrawQuad(float x, float y, float w, float h, float u, float v, float uw, float vh) function
|
/external/quake/quake/src/WinQuake/ |
H A D | quakedef.h | 353 void DrawQuad(GLfloat x, GLfloat y, GLfloat w, GLfloat h, GLfloat u, GLfloat v, GLfloat uw, GLfloat vh);
|
H A D | gl_draw.cpp | 864 DrawQuad(x, y, 8, 8, fcol, frow, size, size); 929 DrawQuad(x, y, ppic->g.width, ppic->g.height, gl->sl, gl->tl, gl->sh - gl->sl, gl->th - gl->tl); 968 DrawQuad(x, y, pic->width, pic->height, gl->sl, gl->tl, gl->sh - gl->sl, gl->th - gl->tl); 1044 DrawQuad(x, y, pic->width, pic->height, 0, 0, 1, 1); 1098 DrawQuad(x, y, w, h, x/64.0, y/64.0, w/64.0, h/64.0); 2050 // OpenGL ES compatible DrawQuad utility 2069 void DrawQuad(float x, float y, float w, float h, float u, float v, float uw, float vh) function
|
Completed in 292 milliseconds