Home
last modified time | relevance | path

Searched refs:gl3cts (Results 1 – 20 of 20) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cClipDistance.cpp55 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 …]
Dgl3cTransformFeedbackTests.cpp58 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()
216 m_program_id_with_input_output = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate()
220 m_program_id_with_output = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate()
224 m_program_id_without_output = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate()
228 m_program_id_with_geometry_shader = gl3cts::TransformFeedback::Utilities::buildProgram( in iterate()
[all …]
Dgl3cTestPackages.cpp54 namespace gl3cts namespace
160 addChild(new gl3cts::ClipDistance::Tests(getContext())); in init()
161 addChild(new gl3cts::GLSLnoperspectiveTests(getContext())); in init()
162 addChild(new gl3cts::TransformFeedback::Tests(getContext())); in init()
200 addChild(new gl3cts::CommonBugsTests(getContext())); in init()
201 addChild(new gl3cts::TextureSizePromotion::Tests(getContext())); in init()
231 addChild(new gl3cts::GPUShader5Tests(getContext())); in init()
232 addChild(new gl3cts::TransformFeedbackOverflowQueryTests( in init()
233 …getContext(), gl3cts::TransformFeedbackOverflowQueryTests::API_GL_ARB_transform_feedback_overflow_… in init()
295 addChild(new gl3cts::TextureSwizzleTests(getContext())); in init()
Dgl3cClipDistance.hpp46 namespace gl3cts namespace
265gl3cts::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()
Dgl3cTransformFeedbackOverflowQueryTests.hpp28 namespace gl3cts namespace
Dgl3cGLSLnoperspectiveTests.hpp36 namespace gl3cts namespace
Dgl3cTestPackages.hpp32 namespace gl3cts namespace
Dgl4cTestPackages.hpp33 class GL40TestPackage : public gl3cts::GL33TestPackage
Dgl3cGPUShader5Tests.hpp38 namespace gl3cts namespace
Dgl3cTextureSizePromotion.hpp38 namespace gl3cts namespace
Dgl3cTextureSwizzleTests.hpp38 namespace gl3cts namespace
Dgl3cCommonBugsTests.hpp44 namespace gl3cts namespace
Dgl3cGLSLnoperspectiveTests.cpp34 namespace gl3cts namespace
Dgl3cTransformFeedbackTests.hpp45 namespace gl3cts namespace
Dgl3cGPUShader5Tests.cpp46 namespace gl3cts namespace
Dgl3cTransformFeedbackOverflowQueryTests.cpp49 namespace gl3cts namespace
Dgl3cTextureSizePromotion.cpp42 namespace gl3cts namespace
Dgl3cCommonBugsTests.cpp51 namespace gl3cts namespace
Dgl3cTextureSwizzleTests.cpp45 namespace gl3cts namespace
/external/deqp/external/openglcts/modules/
DglcTestPackageRegistry.cpp174 return new gl3cts::GL30TestPackage(testCtx, "KHR-GL30"); in createGL30Package()
178 return new gl3cts::GL31TestPackage(testCtx, "KHR-GL31"); in createGL31Package()
182 return new gl3cts::GL32TestPackage(testCtx, "KHR-GL32"); in createGL32Package()
186 return new gl3cts::GL33TestPackage(testCtx, "KHR-GL33"); in createGL33Package()