Lines Matching refs:Errors
48 addChild(new GetTextureSubImage::Errors(m_context));
61 * Errors Tests Implementation *
64 /** Constructor of API Errors tests.
68 gl4cts::GetTextureSubImage::Errors::Errors(deqp::Context& context)
69 : deqp::TestCase(context, "errors_test", "Get Texture SubImage Errors Test")
83 /** Destructor of API Errors tests.
85 gl4cts::GetTextureSubImage::Errors::~Errors(void)
89 /** This function iterate over API Errors tests.
91 tcu::TestNode::IterateResult gl4cts::GetTextureSubImage::Errors::iterate(void)
153 void gl4cts::GetTextureSubImage::Errors::prepare()
254 bool gl4cts::GetTextureSubImage::Errors::testExistingTextureObjectError()
312 bool gl4cts::GetTextureSubImage::Errors::testBufferOrMultisampledTargetError()
347 bool gl4cts::GetTextureSubImage::Errors::testNegativeOffsetError()
401 bool gl4cts::GetTextureSubImage::Errors::testBoundsError()
463 bool gl4cts::GetTextureSubImage::Errors::testOneDimmensionalTextureErrors()
502 bool gl4cts::GetTextureSubImage::Errors::testTwoDimmensionalTextureErrors()
593 bool gl4cts::GetTextureSubImage::Errors::testBufferSizeError()
644 void gl4cts::GetTextureSubImage::Errors::clean()
695 const glw::GLubyte gl4cts::GetTextureSubImage::Errors::s_texture_data[] = {
699 const glw::GLuint gl4cts::GetTextureSubImage::Errors::s_texture_data_size =
702 const glw::GLuint gl4cts::GetTextureSubImage::Errors::s_texture_data_width = 2; //<! uncompressed texture width
704 const glw::GLuint gl4cts::GetTextureSubImage::Errors::s_texture_data_height = 2; //<! uncompressed texture height
708 const glw::GLubyte gl4cts::GetTextureSubImage::Errors::s_texture_data_compressed[] = {
712 const glw::GLuint gl4cts::GetTextureSubImage::Errors::s_texture_data_compressed_size =
715 const glw::GLuint gl4cts::GetTextureSubImage::Errors::s_texture_data_compressed_width =
718 const glw::GLuint gl4cts::GetTextureSubImage::Errors::s_texture_data_compressed_height =
721 const glw::GLuint gl4cts::GetTextureSubImage::Errors::s_destination_buffer_size =