Home
last modified time | relevance | path

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

/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A DModelOverlay.cpp104 int i, maxVerts, maxIndexes, surfNum; in CreateOverlay() local
108 maxIndexes = 0; in CreateOverlay()
114 if ( surf->geometry->numIndexes > maxIndexes ) { in CreateOverlay()
115 maxIndexes = surf->geometry->numIndexes; in CreateOverlay()
121 glIndex_t *overlayIndexes = (glIndex_t *)_alloca16( maxIndexes * sizeof( *overlayIndexes ) ); in CreateOverlay()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/
H A Dqsgdefaultglyphnode.cpp167 const int maxIndexes = maxGlyphs * 6; // 98304 in updateGeometry() local
206 QVector<quint16> tempIndexData(maxIndexes); in updateGeometry()
222 g->allocate(maxVertices, maxIndexes); in updateGeometry()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/
H A Dqsgdefaultglyphnode.cpp167 const int maxIndexes = maxGlyphs * 6; // 98304 in updateGeometry() local
206 QVector<quint16> tempIndexData(maxIndexes); in updateGeometry()
222 g->allocate(maxVertices, maxIndexes); in updateGeometry()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DCompositeFont.java62 int[] exclRanges, int[] maxIndexes, in CompositeFont() argument
87 maxIndices = maxIndexes; in CompositeFont()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/font/
H A DCompositeFont.java62 int[] exclRanges, int[] maxIndexes, in CompositeFont() argument
87 maxIndices = maxIndexes; in CompositeFont()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DCompositeFont.java62 int[] exclRanges, int[] maxIndexes, in CompositeFont() argument
87 maxIndices = maxIndexes; in CompositeFont()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DCompositeFont.java62 int[] exclRanges, int[] maxIndexes, in CompositeFont() argument
87 maxIndices = maxIndexes; in CompositeFont()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/font/
H A DCompositeFont.java62 int[] exclRanges, int[] maxIndexes, in CompositeFont() argument
87 maxIndices = maxIndexes; in CompositeFont()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/font/
H A DCompositeFont.java62 int[] exclRanges, int[] maxIndexes, in CompositeFont() argument
87 maxIndices = maxIndexes; in CompositeFont()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/font/
H A DCompositeFont.java62 int[] exclRanges, int[] maxIndexes, in CompositeFont() argument
87 maxIndices = maxIndexes; in CompositeFont()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/font/
H A DCompositeFont.java62 int[] exclRanges, int[] maxIndexes, in CompositeFont() argument
87 maxIndices = maxIndexes; in CompositeFont()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/font/
H A DCompositeFont.java62 int[] exclRanges, int[] maxIndexes, in CompositeFont() argument
87 maxIndices = maxIndexes; in CompositeFont()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DCompositeFont.java62 int[] exclRanges, int[] maxIndexes, in CompositeFont() argument
87 maxIndices = maxIndexes; in CompositeFont()
/dports/games/gtkradiant/GPL/GtkRadiant/libs/
H A Dpicomodel.h118 int numIndexes, maxIndexes; member
/dports/games/netradiant/netradiant-20150621-src/libs/
H A Dpicomodel.h118 int numIndexes, maxIndexes; member
/dports/games/ufoai/ufoai-2.5-source/src/libs/picomodel/
H A Dpicomodel.h100 int numIndexes, maxIndexes; member
H A Dpicomodel.c550 while (numIndexes > surface->maxIndexes) { /* fix */ in PicoAdjustSurface()
551 surface->maxIndexes += PICO_GROW_INDEXES; in PicoAdjustSurface()
553 surface->maxIndexes * sizeof(*surface->index))) in PicoAdjustSurface()
/dports/games/gtkradiant/GPL/GtkRadiant/libs/picomodel/
H A Dpicomodel.c693 while( numIndexes > surface->maxIndexes ) /* fix */ in PicoAdjustSurface()
695 surface->maxIndexes += PICO_GROW_INDEXES; in PicoAdjustSurface()
696 …face->index, surface->numIndexes * sizeof( *surface->index ), surface->maxIndexes * sizeof( *surfa… in PicoAdjustSurface()
/dports/games/netradiant/netradiant-20150621-src/libs/picomodel/
H A Dpicomodel.c697 while ( numIndexes > surface->maxIndexes ) /* fix */ in PicoAdjustSurface()
699 surface->maxIndexes += PICO_GROW_INDEXES; in PicoAdjustSurface()
700 …face->index, surface->numIndexes * sizeof( *surface->index ), surface->maxIndexes * sizeof( *surfa… in PicoAdjustSurface()
/dports/games/gnugo/gnugo-3.8/doc/
H A Ddfa.texi256 int maxIndexes;