/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cClipDistance.cpp | 55 gl3cts::ClipDistance::Tests::Tests(deqp::Context& context) in Tests() 62 void gl3cts::ClipDistance::Tests::init() in init() 64 addChild(new gl3cts::ClipDistance::CoverageTest(m_context)); in init() 65 addChild(new gl3cts::ClipDistance::FunctionalTest(m_context)); in init() 66 addChild(new gl3cts::ClipDistance::NegativeTest(m_context)); in init() 75 gl3cts::ClipDistance::CoverageTest::CoverageTest(deqp::Context& context) in CoverageTest() 85 tcu::TestNode::IterateResult gl3cts::ClipDistance::CoverageTest::iterate() in iterate() 124 bool gl3cts::ClipDistance::CoverageTest::MaxClipDistancesValueTest(const glw::Functions& gl) in MaxClipDistancesValueTest() 174 bool gl3cts::ClipDistance::CoverageTest::EnableDisableTest(const glw::Functions& gl) in EnableDisableTest() 225 bool gl3cts::ClipDistance::CoverageTest::MaxClipDistancesValueInVertexShaderTest(const glw::Functio… in MaxClipDistancesValueInVertexShaderTest() [all …]
|
D | gl3cTransformFeedbackTests.cpp | 58 gl3cts::TransformFeedback::Tests::Tests(deqp::Context& context) in Tests() 99 gl3cts::TransformFeedback::Tests::~Tests(void) in ~Tests() 103 void gl3cts::TransformFeedback::Tests::init(void) in init() 107 gl3cts::TransformFeedback::APIErrors::APIErrors(deqp::Context& context) in APIErrors() 127 gl3cts::TransformFeedback::APIErrors::~APIErrors(void) in ~APIErrors() 131 tcu::TestNode::IterateResult gl3cts::TransformFeedback::APIErrors::iterate(void) in iterate() 217 m_program_id_with_input_output = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate() 221 m_program_id_with_output = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate() 225 m_program_id_without_output = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate() 232 m_program_id_with_geometry_shader = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate() [all …]
|
D | gl3cTestPackages.cpp | 57 namespace gl3cts namespace 155 addChild(new gl3cts::ClipDistance::Tests(getContext())); in init() 156 addChild(new gl3cts::GLSLnoperspectiveTests(getContext())); in init() 157 addChild(new gl3cts::TransformFeedback::Tests(getContext())); in init() 195 addChild(new gl3cts::CommonBugsTests(getContext())); in init() 196 addChild(new gl3cts::TextureSizePromotion::Tests(getContext())); in init() 226 addChild(new gl3cts::GPUShader5Tests(getContext())); in init() 227 addChild(new gl3cts::TransformFeedbackOverflowQueryTests( in init() 228 …getContext(), gl3cts::TransformFeedbackOverflowQueryTests::API_GL_ARB_transform_feedback_overflow_… in init() 289 addChild(new gl3cts::TextureSwizzleTests(getContext())); in init()
|
D | gl3cClipDistance.hpp | 46 namespace gl3cts namespace 265 …gl3cts::ClipDistance::Utility::VertexBufferObject<glw::GLfloat>* prepareGeometry(const glw::Functi… 330 gl3cts::ClipDistance::Utility::VertexBufferObject<T>::VertexBufferObject(const glw::Functions& gl, in VertexBufferObject() 350 gl3cts::ClipDistance::Utility::VertexBufferObject<T>::~VertexBufferObject() in ~VertexBufferObject() 367 bool gl3cts::ClipDistance::Utility::VertexBufferObject<T>::bind() in bind() 397 bool gl3cts::ClipDistance::Utility::VertexBufferObject<T>::useAsShaderInput(Program program, in useAsShaderInput() 445 std::vector<T> gl3cts::ClipDistance::Utility::VertexBufferObject<T>::readBuffer() in readBuffer()
|
D | gl3cTransformFeedbackOverflowQueryTests.hpp | 28 namespace gl3cts namespace
|
D | gl3cGLSLnoperspectiveTests.hpp | 36 namespace gl3cts namespace
|
D | gl3cTestPackages.hpp | 32 namespace gl3cts namespace
|
D | gl4cTestPackages.hpp | 33 class GL40TestPackage : public gl3cts::GL33TestPackage
|
D | gl3cGPUShader5Tests.hpp | 38 namespace gl3cts namespace
|
D | gl3cTextureSizePromotion.hpp | 38 namespace gl3cts namespace
|
D | gl3cTextureSwizzleTests.hpp | 38 namespace gl3cts namespace
|
D | gl3cCommonBugsTests.hpp | 44 namespace gl3cts namespace
|
D | gl4cTestPackages.cpp | 271 return new gl3cts::TestCaseWrapper(const_cast<GL42CompatTestPackage&>(*this), m_waiverMechanism); in createExecutor()
|
D | gl3cGLSLnoperspectiveTests.cpp | 34 namespace gl3cts namespace
|
D | gl3cTransformFeedbackTests.hpp | 45 namespace gl3cts namespace
|
D | gl3cGPUShader5Tests.cpp | 46 namespace gl3cts namespace
|
D | gl3cTransformFeedbackOverflowQueryTests.cpp | 49 namespace gl3cts namespace
|
D | gl3cTextureSizePromotion.cpp | 42 namespace gl3cts namespace
|
D | gl3cCommonBugsTests.cpp | 51 namespace gl3cts namespace
|
D | gl3cTextureSwizzleTests.cpp | 45 namespace gl3cts namespace
|
/third_party/vk-gl-cts/external/openglcts/modules/ |
D | glcTestPackageRegistry.cpp | 186 return new gl3cts::GL30TestPackage(testCtx, "KHR-GL30"); in createGL30Package() 190 return new gl3cts::GL31TestPackage(testCtx, "KHR-GL31"); in createGL31Package() 194 return new gl3cts::GL32TestPackage(testCtx, "KHR-GL32"); in createGL32Package() 198 return new gl3cts::GL33TestPackage(testCtx, "KHR-GL33"); in createGL33Package()
|