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

  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 69 int contextCount;
124 if (contextCount > 1)
125 name << "s_" << contextCount;
352 for (int contextNdx = 0; contextNdx < m_spec.contextCount; contextNdx++)
543 spec.contextCount = 1;
579 spec.contextCount = contextCounts[contextCountNdx];
623 spec.contextCount = 1;
672 spec.contextCount = contextCounts[contextCountNdx];
teglGLES2SharedRenderingPerfTests.cpp 1142 int contextCount = perThreadContextCounts[contextCountNdx];
1144 if (threadCount * contextCount != 4 && threadCount * contextCount != 1)
1149 config.perThreadContextCount = contextCount;
1158 if (threadCount * contextCount == 1)
1161 sharedNoneGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount, contextCount) + "_small_call").c_str(), ""));
    [all...]
  /frameworks/base/core/java/android/text/
TextLine.java     [all...]
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 481 void drawText(Canvas* canvas, const uint16_t* text, int start, int count, int contextCount,
487 MinikinUtils::doLayout(&layout, &paint, bidiFlags, typeface, text, start, count, contextCount);
531 jint count, jint contextIndex, jint contextCount, jfloat x, jfloat y,
539 contextCount, x, y, bidiFlags, *paint, typeface);
552 jint contextCount = contextEnd - contextStart;
555 contextCount, x, y, bidiFlags, *paint, typeface);
android_view_GLES20Canvas.cpp 689 jint start, jint count, jint contextCount, jfloat x, jfloat y,
692 MinikinUtils::doLayout(&layout, paint, bidiFlags, typeface, text, start, count, contextCount);
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 326 milliseconds