• Home
  • Raw
  • Download

Lines Matching refs:RasterizerDiscardCase

77 class RasterizerDiscardCase : public TestCase  class
80RasterizerDiscardCase (Context& context, const char* name, const char* description, int numPrimiti…
81 ~RasterizerDiscardCase (void);
88 RasterizerDiscardCase (const RasterizerDiscardCase& other);
89 RasterizerDiscardCase& operator= (const RasterizerDiscardCase& other);
107 RasterizerDiscardCase::RasterizerDiscardCase (Context& context, const char* name, const char* descr… in RasterizerDiscardCase() function in deqp::gles3::Functional::RasterizerDiscardCase
122 RasterizerDiscardCase::~RasterizerDiscardCase (void) in ~RasterizerDiscardCase()
124 RasterizerDiscardCase::deinit(); in ~RasterizerDiscardCase()
156 void RasterizerDiscardCase::setupFramebufferObject (void) in setupFramebufferObject()
196 void RasterizerDiscardCase::deleteFramebufferObject (void) in deleteFramebufferObject()
203 void RasterizerDiscardCase::init (void) in init()
239 void RasterizerDiscardCase::deinit (void) in deinit()
246 RasterizerDiscardCase::IterateResult RasterizerDiscardCase::iterate (void) in iterate()
444 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_points", "points", 4, CASE_… in init()
445 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_lines", "lines", 4, CASE_WR… in init()
446 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4,… in init()
447 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_loop", "line_loop", 4, C… in init()
448 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangles", "triangles", 4, C… in init()
449 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_strip", "triangle_stri… in init()
450 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_fan", "triangle_fan", … in init()
452 …basic->addChild(new RasterizerDiscardCase(m_context, "write_stencil_points", "points", 4, CASE… in init()
453 …basic->addChild(new RasterizerDiscardCase(m_context, "write_stencil_lines", "lines", 4, CASE_… in init()
454 …basic->addChild(new RasterizerDiscardCase(m_context, "write_stencil_line_strip", "line_strip", 4… in init()
455 …basic->addChild(new RasterizerDiscardCase(m_context, "write_stencil_line_loop", "line_loop", 4,… in init()
456 …basic->addChild(new RasterizerDiscardCase(m_context, "write_stencil_triangles", "triangles", 4,… in init()
457 …basic->addChild(new RasterizerDiscardCase(m_context, "write_stencil_triangle_strip", "triangle_str… in init()
458 …basic->addChild(new RasterizerDiscardCase(m_context, "write_stencil_triangle_fan", "triangle_fan"… in init()
460 …basic->addChild(new RasterizerDiscardCase(m_context, "clear_color", "clear_color", 4, CASE_C… in init()
461 …basic->addChild(new RasterizerDiscardCase(m_context, "clear_depth", "clear_depth", 4, CASE_C… in init()
462 …basic->addChild(new RasterizerDiscardCase(m_context, "clear_stencil", "clear_stencil", 4, CASE… in init()
466 …scissor->addChild(new RasterizerDiscardCase(m_context, "write_depth_points", "points", 4, CASE… in init()
467 …scissor->addChild(new RasterizerDiscardCase(m_context, "write_depth_lines", "lines", 4, CASE_… in init()
468 …scissor->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4… in init()
469 …scissor->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_loop", "line_loop", 4,… in init()
470 …scissor->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangles", "triangles", 4,… in init()
471 …scissor->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_strip", "triangle_str… in init()
472 …scissor->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_fan", "triangle_fan"… in init()
474 …scissor->addChild(new RasterizerDiscardCase(m_context, "write_stencil_points", "points", 4, CA… in init()
475 …scissor->addChild(new RasterizerDiscardCase(m_context, "write_stencil_lines", "lines", 4, CASE… in init()
476 …scissor->addChild(new RasterizerDiscardCase(m_context, "write_stencil_line_strip", "line_strip", … in init()
477 …scissor->addChild(new RasterizerDiscardCase(m_context, "write_stencil_line_loop", "line_loop", 4… in init()
478 …scissor->addChild(new RasterizerDiscardCase(m_context, "write_stencil_triangles", "triangles", 4… in init()
479 …scissor->addChild(new RasterizerDiscardCase(m_context, "write_stencil_triangle_strip", "triangle_s… in init()
480 …scissor->addChild(new RasterizerDiscardCase(m_context, "write_stencil_triangle_fan", "triangle_fan… in init()
482 …scissor->addChild(new RasterizerDiscardCase(m_context, "clear_color", "clear_color", 4, CASE_… in init()
483 …scissor->addChild(new RasterizerDiscardCase(m_context, "clear_depth", "clear_depth", 4, CASE_… in init()
484 …scissor->addChild(new RasterizerDiscardCase(m_context, "clear_stencil", "clear_stencil", 4, CA… in init()
488 …fbo->addChild(new RasterizerDiscardCase(m_context, "write_depth_points", "points", 4, CASE_WRI… in init()
489 …fbo->addChild(new RasterizerDiscardCase(m_context, "write_depth_lines", "lines", 4, CASE_WRIT… in init()
490 …fbo->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4, CA… in init()
491 …fbo->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_loop", "line_loop", 4, CAS… in init()
492 …fbo->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangles", "triangles", 4, CAS… in init()
493 …fbo->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_strip", "triangle_strip",… in init()
494 …fbo->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_fan", "triangle_fan", 4… in init()
496 …fbo->addChild(new RasterizerDiscardCase(m_context, "write_stencil_points", "points", 4, CASE_W… in init()
497 …fbo->addChild(new RasterizerDiscardCase(m_context, "write_stencil_lines", "lines", 4, CASE_WRI… in init()
498 …fbo->addChild(new RasterizerDiscardCase(m_context, "write_stencil_line_strip", "line_strip", 4, … in init()
499 …fbo->addChild(new RasterizerDiscardCase(m_context, "write_stencil_line_loop", "line_loop", 4, CA… in init()
500 …fbo->addChild(new RasterizerDiscardCase(m_context, "write_stencil_triangles", "triangles", 4, CA… in init()
501 …fbo->addChild(new RasterizerDiscardCase(m_context, "write_stencil_triangle_strip", "triangle_strip… in init()
502 …fbo->addChild(new RasterizerDiscardCase(m_context, "write_stencil_triangle_fan", "triangle_fan", … in init()
504 …fbo->addChild(new RasterizerDiscardCase(m_context, "clear_color", "clear_color", 4, CASE_CLEA… in init()
505 …fbo->addChild(new RasterizerDiscardCase(m_context, "clear_depth", "clear_depth", 4, CASE_CLEA… in init()
506 …fbo->addChild(new RasterizerDiscardCase(m_context, "clear_stencil", "clear_stencil", 4, CASE_C… in init()