HomeSort by relevance Sort by last modified time
    Searched refs:TEST_COLOR (Results 1 - 2 of 2) sorted by null

  /cts/tests/app/src/android/app/cts/
TaskDescriptionTest.java 54 private static final int TEST_COLOR = Color.BLACK;
68 activity.setTaskDescription(new TaskDescription(TEST_LABEL, bitmap, TEST_COLOR));
75 activity.setTaskDescription(new TaskDescription(TEST_LABEL, TEST_RES_DATA, TEST_COLOR));
  /external/deqp/modules/gles31/functional/
es31fSampleShadingTests.cpp 235 TEST_COLOR,
425 else if (m_type == TEST_COLOR)
490 minSamplesGroup->addChild(new SampleShadingRenderingCase(m_context, (std::string(targets[ndx].name) + "_color").c_str(), "Test multiple samples per pixel with color", targets[ndx].target, targets[ndx].numSamples, SampleShadingRenderingCase::TEST_COLOR));

Completed in 1073 milliseconds