OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawQuad_NoTex
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/QW/client/
quakedef.h
153
void
DrawQuad_NoTex
(GLfloat x, GLfloat y, GLfloat w, GLfloat h);
gl_draw.c
871
DrawQuad_NoTex
(x, y, w, h);
900
DrawQuad_NoTex
(0, 0, vid.width, vid.height);
1461
void
DrawQuad_NoTex
(float x, float y, float w, float h)
[
all
...]
/external/quake/quake/src/WinQuake/
quakedef.h
352
void
DrawQuad_NoTex
(GLfloat x, GLfloat y, GLfloat w, GLfloat h);
gl_draw.cpp
1131
DrawQuad_NoTex
(x, y, w, h);
1159
DrawQuad_NoTex
(0, 0, vid.width, vid.height);
[
all
...]
Completed in 162 milliseconds