Home
last modified time | relevance | path

Searched defs:maxvertices (Results 1 – 16 of 16) sorted by relevance

/dports/databases/postgis30/postgis-3.0.4/postgis/
H A Dlwgeom_dump.c349 int maxvertices = 128; in ST_Subdivide() local
/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dlwgeom_dump.c349 int maxvertices = 128; in ST_Subdivide() local
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dlwgeom_dump.c349 int maxvertices = 128; in ST_Subdivide() local
/dports/databases/postgis25/postgis-2.5.5/postgis/
H A Dlwgeom_dump.c349 int maxvertices = 256; in ST_Subdivide() local
/dports/devel/love/love-11.3/src/modules/graphics/
H A DPolyline.cpp383 int maxvertices = LOVE_UINT16_MAX - 3; in draw() local
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwgeom.c2262 uint32_t maxvertices, in lwgeom_subdivide_recursive()
2441 lwgeom_subdivide_prec(const LWGEOM *geom, uint32_t maxvertices, double gridSize) in lwgeom_subdivide_prec()
2464 lwgeom_subdivide(const LWGEOM *geom, uint32_t maxvertices) in lwgeom_subdivide()
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwgeom.c2268 uint32_t maxvertices, in lwgeom_subdivide_recursive()
2447 lwgeom_subdivide_prec(const LWGEOM *geom, uint32_t maxvertices, double gridSize) in lwgeom_subdivide_prec()
2470 lwgeom_subdivide(const LWGEOM *geom, uint32_t maxvertices) in lwgeom_subdivide()
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom.c1914 rtgeom_subdivide_recursive(const RTCTX *ctx, const RTGEOM *geom, int maxvertices, int depth, RTCOLL… in rtgeom_subdivide_recursive()
2013 rtgeom_subdivide(const RTCTX *ctx, const RTGEOM *geom, int maxvertices) in rtgeom_subdivide()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwgeom.c2262 uint32_t maxvertices, in lwgeom_subdivide_recursive()
2438 lwgeom_subdivide(const LWGEOM *geom, uint32_t maxvertices) in lwgeom_subdivide()
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwgeom.c2272 lwgeom_subdivide_recursive(const LWGEOM *geom, uint8_t dimension, uint32_t maxvertices, uint32_t de… in lwgeom_subdivide_recursive()
2455 lwgeom_subdivide(const LWGEOM *geom, uint32_t maxvertices) in lwgeom_subdivide()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Drender.h70 int maxvertices; member
H A Dmodel_alias.c643 static int maxvertices = 0; in Mod_MDLMD2MD3_TraceBox() local
H A Dgl_rmain.c3088 int maxvertices; member
/dports/games/darkplaces/darkplaces/
H A Drender.h76 int maxvertices; member
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Drender.h73 int maxvertices; member
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dfmod_wrap.h186 …FMOD_RESULT createGeometry (int maxpolygons, int maxvertices, Geometry **geometry) { retur… in createGeometry()
557 …FMOD_RESULT getMaxPolygons (int *maxpolygons, int *maxvertices) { return FMOD_Geometry_Get… in getMaxPolygons()