Home
last modified time | relevance | path

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

/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Drendercubes.cpp38 #define RENDERSTRIPS(strips, type) \ macro
52 RENDERSTRIPS(skystrips.tris, GL_TRIANGLES); in renderstripssky()
53 RENDERSTRIPS(skystrips.tristrips, GL_TRIANGLE_STRIP); in renderstripssky()
54 RENDERSTRIPS(skystrips.quads, GL_QUADS); in renderstripssky()
65 RENDERSTRIPS(sb.tris, GL_TRIANGLES); in renderstrips()
66 RENDERSTRIPS(sb.tristrips, GL_TRIANGLE_STRIP); in renderstrips()
67 RENDERSTRIPS(sb.quads, GL_QUADS); in renderstrips()
433 RENDERSTRIPS(sb.tris, GL_TRIANGLES); in rendershadowstrips()
434 RENDERSTRIPS(sb.tristrips, GL_TRIANGLE_STRIP); in rendershadowstrips()
435 RENDERSTRIPS(sb.quads, GL_QUADS); in rendershadowstrips()