Searched refs:maxThreads (Results 1 – 4 of 4) sorted by relevance
75 public QueuedThreadPool(int maxThreads) in QueuedThreadPool() argument78 setMaxThreads(maxThreads); in QueuedThreadPool()203 public void setMaxThreads(int maxThreads) in setMaxThreads() argument205 _maxThreads=maxThreads; in setMaxThreads()
3 maxThreads: Maximum number threads in the pool key
725 const GLuint maxThreads = omp_get_max_threads(); in _swrast_CreateContext() local727 const GLuint maxThreads = 1; in _swrast_CreateContext() local778 swrast->SpanArrays = (SWspanarrays *) MALLOC(maxThreads * sizeof(SWspanarrays)); in _swrast_CreateContext()783 for(i = 0; i < maxThreads; i++) { in _swrast_CreateContext()
604 const GLint maxThreads = omp_get_max_threads(); in _swrast_texture_span() local606 const GLint maxThreads = 1; in _swrast_texture_span()614 (GLfloat *) MALLOC(ctx->Const.MaxTextureImageUnits * maxThreads * in _swrast_texture_span()