/external/deqp/external/openglcts/modules/gles31/ |
D | es31cArrayOfArraysTests.hpp | 246 class TestCaseBase : public tcu::TestCase class 249 TestCaseBase(Context &context, const char *name, const char *description); 251 virtual ~TestCaseBase(void) in ~TestCaseBase() 278 … const std::string &tested_snippet, typename TestCaseBase<API>::TestShaderType tested_shader_type, 282 … typename TestCaseBase<API>::TestShaderType tested_shader_type, const std::string &shader_source); 297 typename TestCaseBase<API>::TestShaderType tested_shader_type, size_t number_of_blocks); 299 …virtual void test_shader_compilation(typename TestCaseBase<API>::TestShaderType tested_shader_type… 316 class SizedDeclarationsPrimitive : public TestCaseBase<API> 321 : TestCaseBase<API>(context, "SizedDeclarationsPrimitive", in SizedDeclarationsPrimitive() 326 TestCaseBase<API>::m_name.append("_var_type_" + std::to_string(m_var_type_index)); in SizedDeclarationsPrimitive() [all …]
|
D | es31cArrayOfArraysTests.cpp | 418 case TestCaseBase<API>::VERTEX_SHADER_TYPE: \ 421 case TestCaseBase<API>::FRAGMENT_SHADER_TYPE: \ 423 case TestCaseBase<API>::COMPUTE_SHADER_TYPE: \ 425 case TestCaseBase<API>::GEOMETRY_SHADER_TYPE: \ 428 case TestCaseBase<API>::TESSELATION_CONTROL_SHADER_TYPE: \ 431 case TestCaseBase<API>::TESSELATION_EVALUATION_SHADER_TYPE: \ 459 …case TestCaseBase<API>::COMPUTE_SHADER_TYPE: … 463 …case TestCaseBase<API>::FRAGMENT_SHADER_TYPE: … 466 …case TestCaseBase<API>::GEOMETRY_SHADER_TYPE: … 469 …case TestCaseBase<API>::TESSELATION_CONTROL_SHADER_TYPE: … [all …]
|
/external/deqp/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 84 void TestCaseBase::init(void) in init() 93 void TestCaseBase::initExtensions() in initExtensions() 197 void TestCaseBase::initGLSLSpecializationMap() in initGLSLSpecializationMap() 285 void TestCaseBase::randomSeed(const glw::GLuint seed) in randomSeed() 294 glw::GLuint TestCaseBase::randomFormula(const glw::GLuint max) in randomFormula() 311 tcu::TestNode::IterateResult TestCaseBase::iterate(void) in iterate() 323 void TestCaseBase::deinit(void) in deinit() [all …]
|
D | esextcTestCaseBase.hpp | 114 class TestCaseBase : public tcu::TestCase class 120 virtual ~TestCaseBase(void) in ~TestCaseBase() 138 …TestCaseBase(Context &context, const ExtParameters &extParam, const char *name, const char *descri…
|
/external/deqp/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) in GeometryShaderIncompleteProgramObjectsTest() 114 TestCaseBase::deinit(); in deinit() 267 : TestCaseBase(context, extParams, name, description) in GeometryShaderIncompleteGSTest() 290 TestCaseBase::deinit(); in deinit() 551 : TestCaseBase(context, extParams, name, description) in GeometryShaderInvalidArrayedInputVariablesTest() 575 TestCaseBase::deinit(); in deinit() 898 : TestCaseBase(context, extParams, name, description) in GeometryShaderVSGSVariableTypeMismatchTest() 940 TestCaseBase::deinit(); in deinit() 1005 if (TestCaseBase::buildProgram(m_po_id, m_gs_id, 1, /* n_sh1_body_parts */ in iterate() 1046 : TestCaseBase(context, extParams, name, description) 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 | 128 : TestCaseBase(context, extParams, name, description) in GeometryShaderCreateShaderProgramvTest() 194 TestCaseBase::deinit(); in deinit() 420 : TestCaseBase(context, extParams, name, description) in GeometryShaderGetShaderivTest() 438 TestCaseBase::deinit(); in deinit() 498 : TestCaseBase(context, extParams, name, description) in GeometryShaderGetProgramivTest() 516 TestCaseBase::deinit(); in deinit() 586 : TestCaseBase(context, extParams, name, description) in GeometryShaderGetProgramiv2Test() 620 TestCaseBase::deinit(); in deinit() 660 if (!TestCaseBase::buildProgram(m_po_id, m_fs_id, 1, &specialized_minimal_fs_raw, m_vs_id, 1, in iterate() 714 : TestCaseBase(context, extParams, name, description) in GeometryShaderGetProgramiv3Test() [all …]
|
D | esextcGeometryShaderLayeredFBO.cpp | 292 : TestCaseBase(context, extParams, name, description) in GeometryShaderIncompleteLayeredFBOTest() 325 TestCaseBase::deinit(); in deinit() 387 : TestCaseBase(context, extParams, name, description) in GeometryShaderIncompleteLayeredAttachmentsTest() 420 TestCaseBase::deinit(); in deinit() 568 : TestCaseBase(context, extParams, name, description) in GeometryShaderFramebufferTextureInvalidTarget() 592 TestCaseBase::deinit(); in deinit() 668 : TestCaseBase(context, extParams, name, description) in GeometryShaderFramebufferTextureNoFBOBoundToTarget() 685 TestCaseBase::deinit(); in deinit() 762 : TestCaseBase(context, extParams, name, description) in GeometryShaderFramebufferTextureInvalidAttachment() 786 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() 549 TestCaseBase::deinit(); in deinit() 561 : TestCaseBase(context, extParams, name, description) in GeometryShader_gl_in_ArrayLengthTest() 574 TestCaseBase::init(); in init() 757 TestCaseBase::deinit(); in deinit() 877 : TestCaseBase(context, extParams, name, description) in GeometryShader_gl_PointSize_ValueTest() 895 TestCaseBase::init(); in init() 1136 TestCaseBase::deinit(); in deinit() 1148 : TestCaseBase(context, extParams, name, description) in GeometryShader_gl_Position_ValueTest() 1166 TestCaseBase::init(); in init() [all …]
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderTriangles.hpp | 68 class TessellationShaderTrianglesDegenerateTriangle : public TestCaseBase 139 class TessellationShaderTrianglesIdenticalTriangles : public TestCaseBase 212 class TessellationShaderTrianglesInnerTessellationLevelRounding : public TestCaseBase
|
D | esextcTessellationShaderTCTE.hpp | 109 class TessellationShaderTCTEDataPassThrough : public TestCaseBase 205 class TessellationShaderTCTEgl_MaxPatchVertices_Position_PointSize : public TestCaseBase 328 class TessellationShaderTCTEgl_in : public TestCaseBase 384 class TessellationShaderTCTEgl_TessLevel : public TestCaseBase 467 class TessellationShaderTCTEgl_PatchVerticesIn : public TestCaseBase
|
D | esextcTessellationShaderProperties.hpp | 45 class TessellationShaderPropertiesDefaultContextWideValues : public TestCaseBase 74 class TessellationShaderPropertiesProgramObject : 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 | 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
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayGenerateMipMap.hpp | 76 class TextureCubeMapArrayGenerateMipMapFilterable : public TestCaseBase 121 class TextureCubeMapArrayGenerateMipMapNonFilterable : public TestCaseBase
|
D | esextcTextureCubeMapArrayGenerateMipMap.cpp | 93 : TestCaseBase(context, extParams, name, description) in TextureCubeMapArrayGenerateMipMapFilterable() 149 TestCaseBase::deinit(); in deinit() 186 TestCaseBase::init(); in init() 490 : TestCaseBase(context, extParams, name, description) in TextureCubeMapArrayGenerateMipMapNonFilterable() 521 TestCaseBase::deinit(); in deinit() 528 TestCaseBase::init(); in init()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcViewportArrayTests.hpp | 309 class APIErrors : public glcts::TestCaseBase 358 class Queries : public glcts::TestCaseBase 396 class ViewportAPI : public glcts::TestCaseBase 439 class ScissorAPI : public glcts::TestCaseBase 479 class DepthRangeAPI : public glcts::TestCaseBase 526 class ScissorTestStateAPI : public glcts::TestCaseBase 547 class DrawTestBase : public glcts::TestCaseBase
|
/external/deqp/external/openglcts/modules/glesext/fragment_shading_rate/ |
D | esextcFragmentShadingRateErrors.cpp | 44 : TestCaseBase(context, extParams, name, description) in FragmentShadingRateErrors() 51 TestCaseBase::init(); in init() 64 TestCaseBase::deinit(); in deinit()
|