Home
last modified time | relevance | path

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

/dports/games/vavoom/vavoom-1.33/source/
H A Dgl_model.cpp319 p_glVertexAttribPointerARB(SurfModelVert2Loc, 3, GL_FLOAT, GL_FALSE, 0, in DrawAliasModel()
321 p_glEnableVertexAttribArrayARB(SurfModelVert2Loc); in DrawAliasModel()
335 p_glDisableVertexAttribArrayARB(SurfModelVert2Loc); in DrawAliasModel()
382 p_glVertexAttrib3fARB(SurfModelVert2Loc, in DrawAliasModel()
H A Dgl_local.h548 GLint SurfModelVert2Loc; variable
H A Dgl_main.cpp540 SurfModelVert2Loc = p_glGetAttribLocationARB(SurfModelProgram, "Vert2"); in InitResolution()