Home
last modified time | relevance | path

Searched refs:TestCaseBase (Results 1 – 25 of 164) sorted by relevance

1234567

/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.hpp245 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 …]
Des31cArrayOfArraysTests.cpp399 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 …]
/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp38 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 …]
DesextcTestCaseBase.hpp105 class TestCaseBase : public tcu::TestCase class
111 virtual ~TestCaseBase(void) in ~TestCaseBase()
129TestCaseBase(Context& context, const ExtParameters& extParam, const char* name, const char* descri…
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderAPI.hpp55 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 …]
DesextcGeometryShaderLinking.hpp70 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 …]
DesextcGeometryShaderLayeredFBO.hpp116 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
DesextcGeometryShaderLinking.cpp80 : 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 …]
DesextcGeometryShaderQualifiers.cpp43 : 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()
DesextcGeometryShaderAPI.cpp127 : 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 …]
DesextcGeometryShaderLayeredFramebuffer.hpp70 class GeometryShaderLayeredFramebufferBlending : public TestCaseBase
138 class GeometryShaderLayeredFramebufferClear : public TestCaseBase
207 class GeometryShaderLayeredFramebufferDepth : public TestCaseBase
281 class GeometryShaderLayeredFramebufferStencil : public TestCaseBase
DesextcGeometryShaderLayeredFBO.cpp290 : 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 …]
DesextcGeometryShaderInput.cpp308 : 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()
755 TestCaseBase::deinit(); in deinit()
875 : TestCaseBase(context, extParams, name, description) in GeometryShader_gl_PointSize_ValueTest()
893 TestCaseBase::init(); in init()
1135 TestCaseBase::deinit(); in deinit()
1147 : TestCaseBase(context, extParams, name, description) in GeometryShader_gl_Position_ValueTest()
1165 TestCaseBase::init(); in init()
[all …]
DesextcGeometryShaderInput.hpp67 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
DesextcGeometryShaderLayeredFramebuffer.cpp45 : TestCaseBase(context, extParams, name, description) in GeometryShaderLayeredFramebufferBlending()
105 TestCaseBase::deinit(); in deinit()
385 : TestCaseBase(context, extParams, name, description) in GeometryShaderLayeredFramebufferClear()
821 TestCaseBase::deinit(); in deinit()
833 : TestCaseBase(context, extParams, name, description) in GeometryShaderLayeredFramebufferDepth()
899 TestCaseBase::deinit(); in deinit()
1113 : TestCaseBase(context, extParams, name, description) in GeometryShaderLayeredFramebufferStencil()
1173 TestCaseBase::deinit(); in deinit()
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderTCTE.hpp107 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
DesextcTessellationShaderTriangles.hpp68 class TessellationShaderTrianglesDegenerateTriangle : public TestCaseBase
139 class TessellationShaderTrianglesIdenticalTriangles : public TestCaseBase
212 class TessellationShaderTrianglesInnerTessellationLevelRounding : public TestCaseBase
DesextcTessellationShaderTessellation.hpp87 class TessellationShaderTessellationInputPatchDiscard : public TestCaseBase
173 …ass TessellationShaderTessellationgl_InvocationID_PatchVerticesIn_PrimitiveID : public TestCaseBase
276 class TessellationShaderTessellationgl_TessCoord : public TestCaseBase
404 class TessellationShaderTessellationMaxInOut : public TestCaseBase
DesextcTessellationShaderWinding.cpp41 class WindingCase : public TestCaseBase
62 : TestCaseBase(context, extParams, name.c_str(), "") in WindingCase()
75 TestCaseBase::init(); in init()
81 TestCaseBase::init(); in init()
DesextcTessellationShaderProperties.hpp45 class TessellationShaderPropertiesDefaultContextWideValues : public TestCaseBase
74 class TessellationShaderPropertiesProgramObject : public TestCaseBase
DesextcTessellationShaderQuads.hpp70 class TessellationShaderQuadsDegenerateCase : public TestCaseBase
149 class TessellationShaderQuadsInnerTessellationLevelRounding : public TestCaseBase
DesextcTessellationShaderPoints.hpp76 class TessellationShaderPointsgl_PointSize : public TestCaseBase
176 class TessellationShaderPointsVerification : public TestCaseBase
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayGenerateMipMap.cpp93 : 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()
DesextcTextureCubeMapArrayGenerateMipMap.hpp76 class TextureCubeMapArrayGenerateMipMapFilterable : public TestCaseBase
121 class TextureCubeMapArrayGenerateMipMapNonFilterable : public TestCaseBase
/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.hpp305 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

1234567