Home
last modified time | relevance | path

Searched refs:SurfPartTexCoordLoc (Results 1 – 3 of 3) sorted by relevance

/dports/games/vavoom/vavoom-1.33/source/
H A Dgl_poly.cpp1412 p_glVertexAttrib2fARB(SurfPartTexCoordLoc, -1, -1); in DrawParticle()
1415 p_glVertexAttrib2fARB(SurfPartTexCoordLoc, 1, -1); in DrawParticle()
1418 p_glVertexAttrib2fARB(SurfPartTexCoordLoc, 1, 1); in DrawParticle()
1421 p_glVertexAttrib2fARB(SurfPartTexCoordLoc, -1, 1); in DrawParticle()
H A Dgl_local.h553 GLint SurfPartTexCoordLoc; variable
H A Dgl_main.cpp547 SurfPartTexCoordLoc = p_glGetAttribLocationARB(SurfPartProgram, "TexCoord"); in InitResolution()