Home
last modified time | relevance | path

Searched refs:ClearTest (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DClearTest.cpp59 class ClearTest : public ClearTestBase class
303 TEST_P(ClearTest, DefaultFramebuffer) in TEST_P()
312 TEST_P(ClearTest, EmptyScissor) in TEST_P()
417 TEST_P(ClearTest, RGBA8Framebuffer) in TEST_P()
436 TEST_P(ClearTest, ChangeFramebufferAttachmentFromRGBAtoRGB) in TEST_P()
496 TEST_P(ClearTest, RGB8WithMaskFramebuffer) in TEST_P()
524 TEST_P(ClearTest, ClearIssue) in TEST_P()
564 TEST_P(ClearTest, ClearIsClamped) in TEST_P()
575 TEST_P(ClearTest, DepthRangefIsClamped) in TEST_P()
586 TEST_P(ClearTest, Depth16Scissore
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTests.hpp1240 /** @class ClearTest
1300 class ClearTest : public deqp::TestCase class
1304 ClearTest(deqp::Context& context);
1310 ClearTest(const ClearTest& other);
1311 ClearTest& operator=(const ClearTest& other);
1344 /* ClearTest class */
2600 class ClearTest : public deqp::TestCase class
2604 ClearTest(deq
[all...]
H A Dgl4cDirectStateAccessBuffersTests.cpp666 ClearTest::ClearTest(deqp::Context& context) in ClearTest() function in gl4cts::DirectStateAccess::Buffers::ClearTest
687 void ClearTest::ClearNamedBuffer<false>(glw::GLuint buffer, glw::GLenum internalformat, glw::GLsizei size, in ClearNamedBuffer()
710 void ClearTest::ClearNamedBuffer<true>(glw::GLuint buffer, glw::GLenum internalformat, glw::GLsizei size, in ClearNamedBuffer()
729 bool ClearTest::Compare<glw::GLfloat>(const glw::GLfloat* data, const glw::GLfloat* reference, const glw::GLsizei count) in Compare()
754 bool ClearTest::Compare(const T* data, const T* reference, const glw::GLsizei count) in Compare()
776 void ClearTest::LogFail(bool use_sub_data, glw::GLenum internalformat, const T* data, const T* reference, in LogFail()
829 void ClearTest::LogError(bool use_sub_data, glw::GLenum internalformat) in LogError()
861 bool ClearTest::TestClearNamedBufferData(glw::GLenum internalformat, glw::GLsizei count, glw::GLenum format, in TestClearNamedBufferData()
925 tcu::TestNode::IterateResult ClearTest
[all...]
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp2174 ClearTest::ClearTest(deqp::Context& context) in ClearTest() function in gl4cts::DirectStateAccess::Framebuffers::ClearTest
2191 bool ClearTest::Compare<glw::GLfloat>(const glw::GLfloat first, const glw::GLfloat second) in Compare()
2204 bool ClearTest::Compare(const T first, const T second) in Compare()
2218 bool ClearTest::ClearColor<glw::GLfloat>(glw::GLenum buffer, glw::GLint drawbuffer, glw::GLfloat value) in ClearColor()
2248 bool ClearTest::ClearColor<glw::GLint>(glw::GLenum buffer, glw::GLint drawbuffer, glw::GLint value) in ClearColor()
2278 bool ClearTest::ClearColor<glw::GLuint>(glw::GLenum buffer, glw::GLint drawbuffer, glw::GLuint value) in ClearColor()
2304 glw::GLenum ClearTest::Format<GLfloat>() in Format()
2314 glw::GLenum ClearTest::Format() in Format()
2324 glw::GLenum ClearTest
[all...]
H A Dgl4cDirectStateAccessTests.cpp93 addChild(new Buffers::ClearTest(m_context)); in init()
113 addChild(new Framebuffers::ClearTest(m_context)); in init()
/third_party/python/Lib/test/
H A Dtest_frame.py15 class ClearTest(unittest.TestCase): class

Completed in 16 milliseconds