Lines Matching refs:draw_call
3106 bool executeTest(_draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor);
3113 bool verifyXFBData(const void* data, _draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor);
3329 * @param draw_call Type of the draw call that should be issued.
3336 bool VAOTest::executeTest(_draw_call_type draw_call, bool instanced, bool zero_vertex_attrib_divisor)
3365 switch (draw_call)
3404 } /* switch (draw_call) */
3415 result = verifyXFBData(pXFBData, draw_call, instanced, zero_vertex_attrib_divisor);
3802 _draw_call_type draw_call = (_draw_call_type)n_draw_call_type;
3815 result &= executeTest(draw_call, instanced_draw_call, zero_vertex_attrib_divisor);
3827 * @param draw_call Type of the draw call that was issued.
3832 bool VAOTest::verifyXFBData(const void* data, _draw_call_type draw_call, bool instanced,
3836 bool is_indiced = (draw_call == DRAW_CALL_TYPE_ELEMENTS);