• Home
  • Raw
  • Download

Lines Matching defs:testCase

116 	struct testCase  struct in gl4cts::CopyImage::FunctionalTest
118 targetDesc m_dst;
119 glw::GLuint m_dst_x;
120 glw::GLuint m_dst_y;
121 targetDesc m_src;
122 glw::GLuint m_src_x;
123 glw::GLuint m_src_y;
124 glw::GLuint m_width;
125 glw::GLuint m_height;
209 struct testCase struct in gl4cts::CopyImage::SmokeTest
211 glw::GLenum m_target;
212 glw::GLenum m_internal_format;
213 glw::GLenum m_format;
214 glw::GLenum m_type;
270 struct testCase struct in gl4cts::CopyImage::InvalidTargetTest
272 glw::GLenum m_src_target;
273 glw::GLenum m_dst_target;
274 glw::GLenum m_expected_result;
308 struct testCase struct in gl4cts::CopyImage::TargetMismatchTest
310 glw::GLenum m_tex_target;
311 glw::GLenum m_src_target;
312 glw::GLenum m_dst_target;
313 glw::GLenum m_expected_result;
347 struct testCase struct in gl4cts::CopyImage::IncompleteTexTest
349 glw::GLenum m_tex_target;
350 bool m_is_dst_complete;
351 bool m_is_src_complete;
352 glw::GLenum m_expected_result;
386 struct testCase struct in gl4cts::CopyImage::IncompatibleFormatsTest
388 glw::GLenum m_tex_target;
389 glw::GLenum m_dst_internal_format;
390 glw::GLenum m_dst_format;
391 glw::GLenum m_dst_type;
392 glw::GLenum m_src_internal_format;
393 glw::GLenum m_src_format;
394 glw::GLenum m_src_type;
395 glw::GLenum m_expected_result;
430 struct testCase struct in gl4cts::CopyImage::SamplesMismatchTest
432 glw::GLenum m_src_target;
433 glw::GLsizei m_src_n_samples;
434 glw::GLenum m_dst_target;
435 glw::GLsizei m_dst_n_samples;
436 glw::GLenum m_expected_result;
470 struct testCase struct in gl4cts::CopyImage::IncompatibleFormatsCompressionTest
472 glw::GLenum m_tex_target;
473 glw::GLenum m_dst_internal_format;
474 glw::GLenum m_dst_format;
475 glw::GLenum m_dst_type;
476 glw::GLenum m_src_internal_format;
477 glw::GLenum m_src_format;
478 glw::GLenum m_src_type;
479 glw::GLenum m_expected_result;
513 struct testCase struct in gl4cts::CopyImage::InvalidObjectTest
515 glw::GLenum m_dst_target;
516 bool m_dst_valid;
517 glw::GLenum m_src_target;
518 bool m_src_valid;
519 glw::GLenum m_expected_result;
553 struct testCase struct in gl4cts::CopyImage::NonExistentMipMapTest
555 glw::GLenum m_tex_target;
556 glw::GLuint m_src_level;
557 glw::GLuint m_dst_level;
558 glw::GLenum m_expected_result;
590 struct testCase struct in gl4cts::CopyImage::ExceedingBoundariesTest
592 glw::GLenum m_tex_target;
593 glw::GLuint m_depth;
594 glw::GLuint m_height;
595 glw::GLuint m_src_x;
596 glw::GLuint m_src_y;
597 glw::GLuint m_src_z;
598 glw::GLuint m_dst_x;
599 glw::GLuint m_dst_y;
600 glw::GLuint m_dst_z;
601 glw::GLenum m_expected_result;
640 struct testCase struct in gl4cts::CopyImage::InvalidAlignmentTest
642 glw::GLuint m_height;
643 glw::GLuint m_width;
644 glw::GLuint m_src_x;
645 glw::GLuint m_src_y;
646 glw::GLuint m_dst_x;
647 glw::GLuint m_dst_y;
648 glw::GLenum m_expected_result;
682 struct testCase struct in gl4cts::CopyImage::IntegerTexTest
684 glw::GLint m_internal_format;
685 glw::GLuint m_type;