Searched refs:geometryTotalOutputComponents (Results 1 – 2 of 2) sorted by relevance
174 int geometryTotalOutputComponents = -1; in init() local185 gl.getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &geometryTotalOutputComponents); in init()196 geometryTotalOutputComponents = 1024; in init()203 geometryTotalOutputComponents = 1024; in init()232 << "\tGL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = " << geometryTotalOutputComponents << "\n"; in init()251 …const int numSliceNodesComponentLimit = geometryTotalOutputComponents / (2 * numComponentsPerVer… in init()
2226 int geometryTotalOutputComponents = -1; in init() local2237 gl.getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &geometryTotalOutputComponents); in init()2248 geometryTotalOutputComponents = 1024; in init()2255 geometryTotalOutputComponents = 1024; in init()2284 << "\tGL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = " << geometryTotalOutputComponents << "\n"; in init()2302 const int numComponentLimit = geometryTotalOutputComponents / (4 * numComponentsPerVertex); in init()2317 …const int numSliceNodesComponentLimit = geometryTotalOutputComponents / (2 * numComponentsPerVerte… in init()