Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/code/rd-vanilla/
H A Dtr_curve.cpp252 static void InvertErrorTable( float errorTable[2][MAX_GRID_SIZE], int width, int height ) { in InvertErrorTable() function
443 InvertErrorTable( errorTable, width, height ); in R_SubdividePatchToGrid()
/dports/games/iortcw/iortcw-1.51c/MP/code/renderer/
H A Dtr_curve.c246 static void InvertErrorTable( float errorTable[2][MAX_GRID_SIZE], int width, int height ) { in InvertErrorTable() function
511 InvertErrorTable( errorTable, width, height ); in R_SubdividePatchToGrid()
/dports/games/ioquake3/ioquake3-1.36/code/renderer/
H A Dtr_curve.c241 static void InvertErrorTable( float errorTable[2][MAX_GRID_SIZE], int width, int height ) { in InvertErrorTable() function
506 InvertErrorTable( errorTable, width, height ); in R_SubdividePatchToGrid()
/dports/games/ioquake3-server/ioquake3-1.36/code/renderer/
H A Dtr_curve.c241 static void InvertErrorTable( float errorTable[2][MAX_GRID_SIZE], int width, int height ) { in InvertErrorTable() function
506 InvertErrorTable( errorTable, width, height ); in R_SubdividePatchToGrid()
/dports/games/iortcw/iortcw-1.51c/SP/code/renderer/
H A Dtr_curve.c246 static void InvertErrorTable( float errorTable[2][MAX_GRID_SIZE], int width, int height ) { in InvertErrorTable() function
511 InvertErrorTable( errorTable, width, height ); in R_SubdividePatchToGrid()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/renderer/
H A Dtr_curve.c242 static void InvertErrorTable( float errorTable[2][MAX_GRID_SIZE], int width, int height ) { in InvertErrorTable() function
507 InvertErrorTable( errorTable, width, height ); in R_SubdividePatchToGrid()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/renderer/
H A Dtr_curve.c241 static void InvertErrorTable( float errorTable[2][MAX_GRID_SIZE], int width, int height ) { in InvertErrorTable() function
506 InvertErrorTable( errorTable, width, height ); in R_SubdividePatchToGrid()
/dports/games/openarena/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_curve.c241 static void InvertErrorTable( float errorTable[2][MAX_GRID_SIZE], int width, int height ) { in InvertErrorTable() function
506 InvertErrorTable( errorTable, width, height ); in R_SubdividePatchToGrid()
/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A Dtr_curve.cpp250 static void InvertErrorTable( float errorTable[2][MAX_GRID_SIZE], int width, int height ) { in InvertErrorTable() function
512 InvertErrorTable( errorTable, width, height ); in R_SubdividePatchToGrid()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_curve.c241 static void InvertErrorTable( float errorTable[2][MAX_GRID_SIZE], int width, int height ) { in InvertErrorTable() function
506 InvertErrorTable( errorTable, width, height ); in R_SubdividePatchToGrid()
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_curve.c323 static void InvertErrorTable( float errorTable[2][MAX_GRID_SIZE], int width, int height ) { in InvertErrorTable() function
609 InvertErrorTable( errorTable, width, height ); in R_SubdividePatchToGrid()
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/
H A Dtr_curve.c324 static void InvertErrorTable( float errorTable[2][MAX_GRID_SIZE], int width, int height ) { in InvertErrorTable() function
609 InvertErrorTable( errorTable, width, height ); in R_SubdividePatchToGrid()
/dports/games/evq3/evq3/code/renderer/
H A Dtr_curve.c427 static void InvertErrorTable(float errorTable[2][MAX_GRID_SIZE], int width, int height) in InvertErrorTable() function
900 InvertErrorTable(errorTable, width, height); in R_SubdividePatchToGrid()