Home
last modified time | relevance | path

Searched refs:PDCCASE_FIRST (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cPostDepthCoverageTests.hpp89 PDCCASE_FIRST = 0, enumerator
90 PDCCASE_DISABLED = PDCCASE_FIRST,
91 PDCCASE_ENABLED = PDCCASE_FIRST + 1,
Dgl4cPostDepthCoverageTests.cpp403 for (int pdcCase = PDCCASE_FIRST; pdcCase <= PDCCASE_LAST; ++pdcCase) in iterate()