HomeSort by relevance Sort by last modified time
    Searched defs:maxThreads (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.c 725 const GLuint maxThreads = omp_get_max_threads();
727 const GLuint maxThreads = 1;
778 swrast->SpanArrays = (SWspanarrays *) MALLOC(maxThreads * sizeof(SWspanarrays));
783 for(i = 0; i < maxThreads; i++) {
s_texcombine.c 612 const GLint maxThreads = omp_get_max_threads();
614 const GLint maxThreads = 1;
622 (GLfloat *) MALLOC(ctx->Const.MaxTextureImageUnits * maxThreads *
  /external/mesa3d/src/mesa/swrast/
s_context.c 725 const GLuint maxThreads = omp_get_max_threads();
727 const GLuint maxThreads = 1;
778 swrast->SpanArrays = (SWspanarrays *) MALLOC(maxThreads * sizeof(SWspanarrays));
783 for(i = 0; i < maxThreads; i++) {
s_texcombine.c 604 const GLint maxThreads = omp_get_max_threads();
606 const GLint maxThreads = 1;
614 (GLfloat *) MALLOC(ctx->Const.MaxTextureImageUnits * maxThreads *
  /frameworks/native/libs/binder/
ProcessState.cpp 330 status_t ProcessState::setThreadPoolMaxThreadCount(size_t maxThreads) {
332 if (ioctl(mDriverFD, BINDER_SET_MAX_THREADS, &maxThreads) == -1) {
360 size_t maxThreads = 15;
361 result = ioctl(fd, BINDER_SET_MAX_THREADS, &maxThreads);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar 

Completed in 1364 milliseconds