Searched refs:NegativeTestBase (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.hpp | 1112 class NegativeTestBase : public TestBase class 1116 NegativeTestBase(deqp::Context& context, const glw::GLchar* test_name, const glw::GLchar* test_description); 1118 virtual ~NegativeTestBase() in ~NegativeTestBase() 1335 class GLSLContantImmutablityTest : public NegativeTestBase 1532 class UniformBlockLayoutQualifierConflictTest : public NegativeTestBase 1599 class UniformBlockMemberInvalidOffsetAlignmentTest : public NegativeTestBase 1665 class UniformBlockMemberOverlappingOffsetsTest : public NegativeTestBase 1724 class UniformBlockMemberAlignNonPowerOf2Test : public NegativeTestBase 1858 class SSBLayoutQualifierConflictTest : public NegativeTestBase 2298 class VaryingStructureMemberLocationTest : public NegativeTestBase [all...] |
H A D | gl4cShadingLanguage420PackTests.hpp | 558 class NegativeTestBase : public TestBase class 562 NegativeTestBase(deqp::Context& context, const glw::GLchar* test_name, const glw::GLchar* test_description); 564 virtual ~NegativeTestBase() in ~NegativeTestBase() 895 class UTF8InSourceTest : public NegativeTestBase 992 class ImplicitConversionsInvalidTest : public NegativeTestBase 1067 class ConstAssignmentTest : public NegativeTestBase 1105 class ConstDynamicValueAsConstExprTest : public NegativeTestBase 1685 class BindingUniformGlobalBlockTest : public NegativeTestBase 1716 class BindingUniformInvalidTest : public NegativeTestBase 1986 class BindingSamplerInvalidTest : public NegativeTestBase [all...] |
H A D | gl4cEnhancedLayoutsTests.cpp | 6157 NegativeTestBase::NegativeTestBase(deqp::Context& context, const GLchar* test_name, const GLchar* test_description) in test() function in gl4cts::EnhancedLayouts::NegativeTestBase 6168 bool NegativeTestBase::isComputeRelevant(GLuint /* test_case_index */) in test() 6179 bool NegativeTestBase::isFailureExpected(GLuint /* test_case_index */) in test() 6190 bool NegativeTestBase::isSeparable(const GLuint /* test_case_index */) in test() 6201 bool NegativeTestBase::testCase(GLuint test_case_index) in test() 8178 : NegativeTestBase(context, "glsl_contant_immutablity", "Test verifies that glsl constants cannot be modified") in test() 8838 : NegativeTestBase( in test() 9129 : NegativeTestBase(context, "uniform_block_member_invalid_offset_alignment", in test() 9143 : NegativeTestBase(contex in test() [all...] |
H A D | gl4cShadingLanguage420PackTests.cpp | 2246 NegativeTestBase::NegativeTestBase(deqp::Context& context, const glw::GLchar* test_name, in NegativeTestBase() function in gl4cts::GLSL420Pack::NegativeTestBase 2257 bool NegativeTestBase::testCompute() in testCompute() 2300 bool NegativeTestBase::testDrawArray(bool use_version_400) in testDrawArray() 4023 : NegativeTestBase(context, "utf8_in_source", "UTF8 characters used in shader source") in UTF8InSourceTest() 4685 : NegativeTestBase(context, "implicit_conversions_invalid", in ImplicitConversionsInvalidTest() 5276 : NegativeTestBase(context, "const_assignment", "Verifies that constants cannot be overwritten") in ConstAssignmentTest() 5522 : NegativeTestBase(context, "const_dynamic_value_as_const_expr", in ConstDynamicValueAsConstExprTest() 9367 : NegativeTestBase(context, "binding_uniform_global_block", in BindingUniformGlobalBlockTest() 9576 : NegativeTestBase(contex in BindingUniformInvalidTest() [all...] |
Completed in 38 milliseconds