Searched refs:maxThreads (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp472 static int maxThreads = 1; variable
499 if (threadIndex < maxThreads) {
528 for (int index = 0; index < maxThreads; ++index) {
562 maxThreads = threads;
564 maxThreads = 8;
588 for (int index = 0; index < maxThreads; ++index) {
725 int runningThreads = maxThreads;
737 for (index = 0; index < maxThreads; ++index) {
750 for (index = 0; index < maxThreads; ++index) {
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp472 static int maxThreads = 1; variable
499 if (threadIndex < maxThreads) {
528 for (int index = 0; index < maxThreads; ++index) {
562 maxThreads = threads;
564 maxThreads = 8;
588 for (int index = 0; index < maxThreads; ++index) {
725 int runningThreads = maxThreads;
737 for (index = 0; index < maxThreads; ++index) {
750 for (index = 0; index < maxThreads; ++index) {
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_context.c725 const GLuint maxThreads = omp_get_max_threads(); local
727 const GLuint maxThreads = 1; local
778 swrast->SpanArrays = (SWspanarrays *) MALLOC(maxThreads * sizeof(SWspanarrays));
783 for(i = 0; i < maxThreads; i++) {
H A Ds_texcombine.c612 const GLint maxThreads = omp_get_max_threads(); local
614 const GLint maxThreads = 1;
622 (GLfloat *) MALLOC(ctx->Const.MaxTextureImageUnits * maxThreads *
/external/mesa3d/src/mesa/swrast/
H A Ds_context.c725 const GLuint maxThreads = omp_get_max_threads(); local
727 const GLuint maxThreads = 1; local
778 swrast->SpanArrays = (SWspanarrays *) MALLOC(maxThreads * sizeof(SWspanarrays));
783 for(i = 0; i < maxThreads; i++) {
H A Ds_texcombine.c604 const GLint maxThreads = omp_get_max_threads(); local
606 const GLint maxThreads = 1;
614 (GLfloat *) MALLOC(ctx->Const.MaxTextureImageUnits * maxThreads *
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1076 milliseconds