Home
last modified time | relevance | path

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

/dports/games/egl/egl-0.3.1_9/common/
H A Dfiles.h282 int ofsIndexes; member
/dports/games/openjk/OpenJK-07675e2/code/rd-vanilla/
H A Dtr_bsp.cpp370 int sfaceSize, ofsIndexes; in ParseFace() local
399 ofsIndexes = sfaceSize; in ParseFace()
408 cv->ofsIndices = ofsIndexes; in ParseFace()
/dports/games/ioquake3-server/ioquake3-1.36/code/renderer/
H A Dtr_bsp.c311 int sfaceSize, ofsIndexes; in ParseFace() local
335 ofsIndexes = sfaceSize; in ParseFace()
342 cv->ofsIndices = ofsIndexes; in ParseFace()
/dports/games/ioquake3/ioquake3-1.36/code/renderer/
H A Dtr_bsp.c311 int sfaceSize, ofsIndexes; in ParseFace() local
335 ofsIndexes = sfaceSize; in ParseFace()
342 cv->ofsIndices = ofsIndexes; in ParseFace()
/dports/games/iortcw/iortcw-1.51c/MP/code/renderer/
H A Dtr_bsp.c360 int sfaceSize, ofsIndexes; in ParseFace() local
384 ofsIndexes = sfaceSize; in ParseFace()
393 cv->ofsIndices = ofsIndexes; in ParseFace()
/dports/games/iortcw/iortcw-1.51c/SP/code/renderer/
H A Dtr_bsp.c358 int sfaceSize, ofsIndexes; in ParseFace() local
382 ofsIndexes = sfaceSize; in ParseFace()
391 cv->ofsIndices = ofsIndexes; in ParseFace()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/renderer/
H A Dtr_bsp.c312 int sfaceSize, ofsIndexes; in ParseFace() local
336 ofsIndexes = sfaceSize; in ParseFace()
343 cv->ofsIndices = ofsIndexes; in ParseFace()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/renderer/
H A Dtr_bsp.c311 int sfaceSize, ofsIndexes; in ParseFace() local
335 ofsIndexes = sfaceSize; in ParseFace()
342 cv->ofsIndices = ofsIndexes; in ParseFace()
/dports/games/openarena/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_bsp.c309 int sfaceSize, ofsIndexes; in ParseFace() local
333 ofsIndexes = sfaceSize; in ParseFace()
340 cv->ofsIndices = ofsIndexes; in ParseFace()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_bsp.c309 int sfaceSize, ofsIndexes; in ParseFace() local
333 ofsIndexes = sfaceSize; in ParseFace()
340 cv->ofsIndices = ofsIndexes; in ParseFace()
/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A Dtr_bsp.cpp356 int sfaceSize, ofsIndexes; in ParseFace() local
387 ofsIndexes = sfaceSize; in ParseFace()
394 cv->ofsIndices = ofsIndexes; in ParseFace()
/dports/games/egl/egl-0.3.1_9/renderer/
H A Drf_model.c671 inIndex = (index_t *)((byte *)inMesh + LittleLong (inMesh->ofsIndexes)); in R_LoadMD3Model()