Searched refs:gColorBuffer (Results 1 – 5 of 5) sorted by relevance
95 glColorPointer(4, GL_FLOAT, 0, gColorBuffer); in R_RenderDlight()99 float* pColor = gColorBuffer; in R_RenderDlight()
660 unsigned char* pColor = (unsigned char*) gColorBuffer; in R_DrawParticles()678 glColorPointer(4, GL_UNSIGNED_BYTE, 0, gColorBuffer); in R_DrawParticles()743 pColor = (unsigned char*) gColorBuffer; in R_DrawParticles()
370 extern float gColorBuffer[VERTEXARRAYSIZE];
372 glColorPointer(4, GL_FLOAT, 0, gColorBuffer); in GL_DrawAliasFrame()374 pColor = gColorBuffer; in GL_DrawAliasFrame()
2100 float gColorBuffer[VERTEXARRAYSIZE]; variable