OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCompatibilityTest
(Results
1 - 8
of
8
) sorted by null
/external/deqp/modules/gles2/stress/
es2sDrawTests.cpp
150
DE_ASSERT(spec.
isCompatibilityTest
() == gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_OFFSET ||
151
spec.
isCompatibilityTest
() == gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_STRIDE);
392
if (spec.
isCompatibilityTest
() == gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_OFFSET ||
393
spec.
isCompatibilityTest
() == gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_STRIDE)
/external/deqp/modules/glshared/
glsDrawTest.hpp
239
CompatibilityTestType
isCompatibilityTest
(void) const;
glsDrawTest.cpp
[
all
...]
/external/deqp/modules/gles2/functional/
es2fDrawTests.cpp
361
DE_ASSERT(spec.
isCompatibilityTest
() != gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_OFFSET);
362
DE_ASSERT(spec.
isCompatibilityTest
() != gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_STRIDE);
678
if (spec.
isCompatibilityTest
() != gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_OFFSET &&
679
spec.
isCompatibilityTest
() != gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_STRIDE)
/external/deqp/modules/gles3/stress/
es3sDrawTests.cpp
339
DE_ASSERT(spec.
isCompatibilityTest
() == gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_OFFSET ||
340
spec.
isCompatibilityTest
() == gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_STRIDE);
605
if (spec.
isCompatibilityTest
() == gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_OFFSET ||
606
spec.
isCompatibilityTest
() == gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_STRIDE)
/external/deqp/modules/gles31/stress/
es31sDrawTests.cpp
539
if (spec.
isCompatibilityTest
() == gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_OFFSET ||
540
spec.
isCompatibilityTest
() == gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_STRIDE)
/external/deqp/modules/gles3/functional/
es3fDrawTests.cpp
462
DE_ASSERT(spec.
isCompatibilityTest
() != gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_OFFSET);
463
DE_ASSERT(spec.
isCompatibilityTest
() != gls::DrawTestSpec::COMPATIBILITY_UNALIGNED_STRIDE);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fDrawTests.cpp
[
all
...]
Completed in 107 milliseconds