/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cArrayOfArraysTests.hpp | 245 class TestCaseBase : public tcu::TestCase class 248 TestCaseBase(Context& context, const char* name, const char* description); 250 virtual ~TestCaseBase(void) in ~TestCaseBase() 277 const std::string& tested_snippet, typename TestCaseBase<API>::TestShaderType tested_shader_type, 281 typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string& shader_source); 295 …virtual void test_shader_compilation(typename TestCaseBase<API>::TestShaderType tested_shader_type… 312 class SizedDeclarationsPrimitive : public TestCaseBase<API> 317 : TestCaseBase<API>(context, "SizedDeclarationsPrimitive", in SizedDeclarationsPrimitive() 331 void test_shader_compilation(typename TestCaseBase<API>::TestShaderType tested_shader_type); 335 class SizedDeclarationsStructTypes1 : public TestCaseBase<API> [all …]
|
D | es31cArrayOfArraysTests.cpp | 399 case TestCaseBase<API>::VERTEX_SHADER_TYPE: \ 402 case TestCaseBase<API>::FRAGMENT_SHADER_TYPE: \ 404 case TestCaseBase<API>::COMPUTE_SHADER_TYPE: \ 406 case TestCaseBase<API>::GEOMETRY_SHADER_TYPE: \ 409 case TestCaseBase<API>::TESSELATION_CONTROL_SHADER_TYPE: \ 412 case TestCaseBase<API>::TESSELATION_EVALUATION_SHADER_TYPE: \ 440 case TestCaseBase<API>::COMPUTE_SHADER_TYPE: \ 448 case TestCaseBase<API>::FRAGMENT_SHADER_TYPE: \ 451 case TestCaseBase<API>::GEOMETRY_SHADER_TYPE: \ 454 case TestCaseBase<API>::TESSELATION_CONTROL_SHADER_TYPE: \ [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
D | esextcTestCaseBase.cpp | 38 const char* TestCaseBase::m_boilerplate_vs_code = "${VERSION}\n" 47 const float TestCaseBase::m_epsilon_float = 0.0001f; 55 TestCaseBase::TestCaseBase(Context& context, const ExtParameters& extParam, const char* name, const… in TestCaseBase() function in glcts::TestCaseBase 83 void TestCaseBase::init(void) in init() 92 void TestCaseBase::initExtensions() in initExtensions() 187 void TestCaseBase::initGLSLSpecializationMap() in initGLSLSpecializationMap() 275 void TestCaseBase::randomSeed(const glw::GLuint seed) in randomSeed() 284 glw::GLuint TestCaseBase::randomFormula(const glw::GLuint max) in randomFormula() 301 tcu::TestNode::IterateResult TestCaseBase::iterate(void) in iterate() 313 void TestCaseBase::deinit(void) in deinit() [all …]
|
D | esextcTestCaseBase.hpp | 106 class TestCaseBase : public tcu::TestCase class 112 virtual ~TestCaseBase(void) in ~TestCaseBase() 130 …TestCaseBase(Context& context, const ExtParameters& extParam, const char* name, const char* descri…
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderAPI.hpp | 55 class GeometryShaderCreateShaderProgramvTest : public TestCaseBase 104 class GeometryShaderGetShaderivTest : public TestCaseBase 149 class GeometryShaderGetProgramivTest : public TestCaseBase 195 class GeometryShaderGetProgramiv2Test : public TestCaseBase 246 class GeometryShaderGetProgramiv3Test : public TestCaseBase 332 class GeometryShaderDrawCallWithFSAndGS : public TestCaseBase 389 class GeometryShaderMaxImageUniformsTest : public TestCaseBase 457 class GeometryShaderMaxShaderStorageBlocksTest : public TestCaseBase 521 class GeometryShaderMaxAtomicCountersTest : public TestCaseBase 585 class GeometryShaderMaxAtomicCounterBuffersTest : public TestCaseBase [all …]
|
D | esextcGeometryShaderLinking.hpp | 70 class GeometryShaderIncompleteProgramObjectsTest : public TestCaseBase 139 class GeometryShaderIncompleteGSTest : public TestCaseBase 215 class GeometryShaderInvalidArrayedInputVariablesTest : public TestCaseBase 269 class GeometryShaderVSGSVariableTypeMismatchTest : public TestCaseBase 315 class GeometryShaderVSGSVariableQualifierMismatchTest : public TestCaseBase 361 class GeometryShaderVSGSArrayedVariableSizeMismatchTest : public TestCaseBase 405 class GeometryShaderFragCoordRedeclarationTest : public TestCaseBase 451 class GeometryShaderLocationAliasingTest : public TestCaseBase 500 class GeometryShaderMoreACsInGSThanSupportedTest : public TestCaseBase 553 class GeometryShaderMoreACBsInGSThanSupportedTest : public TestCaseBase [all …]
|
D | esextcGeometryShaderLayeredFBO.hpp | 116 class GeometryShaderIncompleteLayeredFBOTest : public TestCaseBase 150 class GeometryShaderIncompleteLayeredAttachmentsTest : public TestCaseBase 184 class GeometryShaderFramebufferTextureInvalidTarget : public TestCaseBase 226 class GeometryShaderFramebufferTextureNoFBOBoundToTarget : public TestCaseBase 262 class GeometryShaderFramebufferTextureInvalidAttachment : public TestCaseBase 300 class GeometryShaderFramebufferTextureInvalidValue : public TestCaseBase 341 class GeometryShaderFramebufferTextureInvalidLevelNumber : public TestCaseBase 388 class GeometryShaderFramebufferTextureArgumentRefersToBufferTexture : public TestCaseBase
|
D | esextcGeometryShaderLinking.cpp | 80 : TestCaseBase(context, extParams, name, description), m_fs_id(0), m_gs_id(0), m_po_id(0) in GeometryShaderIncompleteProgramObjectsTest() 111 TestCaseBase::deinit(); in deinit() 264 …: TestCaseBase(context, extParams, name, description), m_fs_id(0), m_gs_id(0), m_po_id(0), m_vs_id… in GeometryShaderIncompleteGSTest() 283 TestCaseBase::deinit(); in deinit() 545 …: TestCaseBase(context, extParams, name, description), m_fs_id(0), m_gs_id(0), m_po_id(0), m_vs_id… in GeometryShaderInvalidArrayedInputVariablesTest() 565 TestCaseBase::deinit(); in deinit() 886 …: TestCaseBase(context, extParams, name, description), m_fs_id(0), m_gs_id(0), m_po_id(0), m_vs_id… in GeometryShaderVSGSVariableTypeMismatchTest() 924 TestCaseBase::deinit(); in deinit() 989 if (TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 1030 …: TestCaseBase(context, extParams, name, description), m_fs_id(0), m_gs_id(0), m_po_id(0), m_vs_id… in GeometryShaderVSGSVariableQualifierMismatchTest() [all …]
|
D | esextcGeometryShaderQualifiers.cpp | 43 : TestCaseBase(context, extParams, name, description) in GeometryShaderFlatInterpolationTest() 103 TestCaseBase::deinit(); in deinit() 167 std::string fs_code_specialized = TestCaseBase::specializeShader(1, /* parts */ in initProgram() 170 std::string gs_code_specialized = TestCaseBase::specializeShader(1, /* parts */ in initProgram() 173 std::string vs_code_specialized = TestCaseBase::specializeShader(1, /* parts */ in initProgram() 181 if (!TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in initProgram()
|
D | esextcGeometryShaderLayeredFramebuffer.hpp | 70 class GeometryShaderLayeredFramebufferBlending : public TestCaseBase 138 class GeometryShaderLayeredFramebufferClear : public TestCaseBase 207 class GeometryShaderLayeredFramebufferDepth : public TestCaseBase 281 class GeometryShaderLayeredFramebufferStencil : public TestCaseBase
|
D | esextcGeometryShaderAPI.cpp | 127 : TestCaseBase(context, extParams, name, description) in GeometryShaderCreateShaderProgramvTest() 193 TestCaseBase::deinit(); in deinit() 419 : TestCaseBase(context, extParams, name, description), m_gs_id(0) in GeometryShaderGetShaderivTest() 436 TestCaseBase::deinit(); in deinit() 496 : TestCaseBase(context, extParams, name, description), m_po_id(0) in GeometryShaderGetProgramivTest() 513 TestCaseBase::deinit(); in deinit() 584 : TestCaseBase(context, extParams, name, description), m_fs_id(0), m_po_id(0), m_vs_id(0) in GeometryShaderGetProgramiv2Test() 615 TestCaseBase::deinit(); in deinit() 656 if (!TestCaseBase::buildProgram(m_po_id, m_fs_id, 1, &specialized_dummy_fs_raw, m_vs_id, 1, in iterate() 710 : TestCaseBase(context, extParams, name, description) in GeometryShaderGetProgramiv3Test() [all …]
|
D | esextcGeometryShaderLayeredFBO.cpp | 290 : TestCaseBase(context, extParams, name, description), m_fbo_ids(DE_NULL), m_to_ids(DE_NULL) in GeometryShaderIncompleteLayeredFBOTest() 321 TestCaseBase::deinit(); in deinit() 383 : TestCaseBase(context, extParams, name, description), m_fbo_ids(DE_NULL), m_to_ids(DE_NULL) in GeometryShaderIncompleteLayeredAttachmentsTest() 414 TestCaseBase::deinit(); in deinit() 562 : TestCaseBase(context, extParams, name, description), m_fbo_id(0), m_to_id(0) in GeometryShaderFramebufferTextureInvalidTarget() 584 TestCaseBase::deinit(); in deinit() 660 : TestCaseBase(context, extParams, name, description), m_to_id(0) in GeometryShaderFramebufferTextureNoFBOBoundToTarget() 676 TestCaseBase::deinit(); in deinit() 753 : TestCaseBase(context, extParams, name, description), m_fbo_id(0), m_to_id(0) in GeometryShaderFramebufferTextureInvalidAttachment() 775 TestCaseBase::deinit(); in deinit() [all …]
|
D | esextcGeometryShaderInput.hpp | 67 class GeometryShader_gl_in_ArrayContentsTest : public TestCaseBase 131 class GeometryShader_gl_in_ArrayLengthTest : public TestCaseBase 267 class GeometryShader_gl_PointSize_ValueTest : public TestCaseBase 334 class GeometryShader_gl_Position_ValueTest : public TestCaseBase
|
D | esextcGeometryShaderInput.cpp | 308 : TestCaseBase(context, extParams, name, description) in GeometryShader_gl_in_ArrayContentsTest() 548 TestCaseBase::deinit(); in deinit() 560 …: TestCaseBase(context, extParams, name, description), m_buffer_object_id(0), m_vertex_array_objec… in GeometryShader_gl_in_ArrayLengthTest() 571 TestCaseBase::init(); in init() 754 TestCaseBase::deinit(); in deinit() 874 : TestCaseBase(context, extParams, name, description) in GeometryShader_gl_PointSize_ValueTest() 892 TestCaseBase::init(); in init() 1133 TestCaseBase::deinit(); in deinit() 1145 : TestCaseBase(context, extParams, name, description) in GeometryShader_gl_Position_ValueTest() 1163 TestCaseBase::init(); in init() [all …]
|
D | esextcGeometryShaderPrimitiveCounter.hpp | 89 class GeometryShaderPrimitiveCounter : public TestCaseBase 224 class GeometryShaderPrimitiveIDFromFragmentShader : public TestCaseBase
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderTCTE.hpp | 107 class TessellationShaderTCTEDataPassThrough : public TestCaseBase 203 class TessellationShaderTCTEgl_MaxPatchVertices_Position_PointSize : public TestCaseBase 315 class TessellationShaderTCTEgl_in : public TestCaseBase 371 class TessellationShaderTCTEgl_TessLevel : public TestCaseBase 454 class TessellationShaderTCTEgl_PatchVerticesIn : public TestCaseBase
|
D | esextcTessellationShaderTriangles.hpp | 68 class TessellationShaderTrianglesDegenerateTriangle : public TestCaseBase 139 class TessellationShaderTrianglesIdenticalTriangles : public TestCaseBase 212 class TessellationShaderTrianglesInnerTessellationLevelRounding : public TestCaseBase
|
D | esextcTessellationShaderTessellation.hpp | 87 class TessellationShaderTessellationInputPatchDiscard : public TestCaseBase 173 …ass TessellationShaderTessellationgl_InvocationID_PatchVerticesIn_PrimitiveID : public TestCaseBase 276 class TessellationShaderTessellationgl_TessCoord : public TestCaseBase 404 class TessellationShaderTessellationMaxInOut : public TestCaseBase
|
D | esextcTessellationShaderProperties.hpp | 45 class TessellationShaderPropertiesDefaultContextWideValues : public TestCaseBase 74 class TessellationShaderPropertiesProgramObject : public TestCaseBase
|
D | esextcTessellationShaderWinding.cpp | 41 class WindingCase : public TestCaseBase 62 : TestCaseBase(context, extParams, name.c_str(), "") in WindingCase() 75 TestCaseBase::init(); in init() 81 TestCaseBase::init(); in init()
|
D | esextcTessellationShaderQuads.hpp | 70 class TessellationShaderQuadsDegenerateCase : public TestCaseBase 149 class TessellationShaderQuadsInnerTessellationLevelRounding : public TestCaseBase
|
D | esextcTessellationShaderPoints.hpp | 76 class TessellationShaderPointsgl_PointSize : public TestCaseBase 176 class TessellationShaderPointsVerification : public TestCaseBase
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayGenerateMipMap.cpp | 93 : TestCaseBase(context, extParams, name, description) in TextureCubeMapArrayGenerateMipMapFilterable() 149 TestCaseBase::deinit(); in deinit() 186 TestCaseBase::init(); in init() 487 : TestCaseBase(context, extParams, name, description), m_storage_type(storageType) in TextureCubeMapArrayGenerateMipMapNonFilterable() 517 TestCaseBase::deinit(); in deinit() 524 TestCaseBase::init(); in init()
|
D | esextcTextureCubeMapArrayGenerateMipMap.hpp | 76 class TextureCubeMapArrayGenerateMipMapFilterable : public TestCaseBase 121 class TextureCubeMapArrayGenerateMipMapNonFilterable : public TestCaseBase
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcViewportArrayTests.hpp | 305 class APIErrors : public glcts::TestCaseBase 354 class Queries : public glcts::TestCaseBase 392 class ViewportAPI : public glcts::TestCaseBase 435 class ScissorAPI : public glcts::TestCaseBase 475 class DepthRangeAPI : public glcts::TestCaseBase 522 class ScissorTestStateAPI : public glcts::TestCaseBase 543 class DrawTestBase : public glcts::TestCaseBase
|