Lines Matching refs:DrawTestBase

2496 /* Constants used by DrawTestBase */
2497 const GLuint DrawTestBase::m_depth = 16;
2498 const GLuint DrawTestBase::m_height = 128;
2499 const GLuint DrawTestBase::m_width = 128;
2500 const GLuint DrawTestBase::m_r32f_height = 2;
2501 const GLuint DrawTestBase::m_r32f_width = 16;
2502 const GLuint DrawTestBase::m_r32ix4_depth = 4;
2510 DrawTestBase::DrawTestBase(deqp::Context& context, const glcts::ExtParameters& extParams, const GLchar* test_name,
2521 tcu::TestNode::IterateResult DrawTestBase::iterate()
2702 bool DrawTestBase::checkResults(Utils::texture& texture_0, Utils::texture& /* texture_1 */, GLuint /*draw_call_index */)
2737 void DrawTestBase::getClearSettings(bool& clear_depth_before_draw, GLuint /* iteration_index */,
2747 GLuint DrawTestBase::getDrawCallsNumber()
2756 DrawTestBase::TEST_TYPE DrawTestBase::getTestType()
2765 bool DrawTestBase::isClearTest()
2775 void DrawTestBase::prepareTextures(Utils::texture& texture_0, Utils::texture& /* texture_1 */)
2785 void DrawTestBase::prepareUniforms(Utils::program& /* program */, GLuint /* draw_call_index */)
2796 void DrawTestBase::setupFramebuffer(Utils::framebuffer& framebuffer, Utils::texture& texture_0,
2812 bool DrawTestBase::checkRegionR32I(GLuint x, GLuint y, GLint expected_value, GLint* data)
2832 bool DrawTestBase::checkRegionR32I(GLuint x, GLuint y, GLuint width, GLuint height, GLint expected_value, GLint* data)
2868 std::string DrawTestBase::getVertexShader()
2888 void DrawTestBase::setupViewports(TEST_TYPE type, GLuint iteration_index)
2963 void DrawTestBase::prepareTextureR32I(Utils::texture& texture)
2981 void DrawTestBase::prepareTextureR32Ix4(Utils::texture& texture)
3001 void DrawTestBase::prepareTextureArrayR32I(Utils::texture& texture)
3021 void DrawTestBase::prepareTextureR32F(Utils::texture& texture)
3039 void DrawTestBase::prepareTextureD32F(Utils::texture& texture)
3057 void DrawTestBase::setup16x2Depths(DEPTH_RANGE_METHOD method)
3073 void DrawTestBase::setup16x2DepthsHelper(DEPTH_RANGE_METHOD method, T*)
3124 void DrawTestBase::setup4x4Scissor(SCISSOR_METHOD method, bool set_zeros)
3195 void DrawTestBase::setup4x4Viewport(VIEWPORT_METHOD method)
3252 void DrawTestBase::setup2x2Viewport(PROVOKING_VERTEX provoking)
3311 : DrawTestBase(context, extParams, "draw_to_single_layer_with_multiple_viewports",
3386 : DrawTestBase(context, extParams, "dynamic_viewport_index",
3532 : DrawTestBase(context, extParams, "draw_mulitple_viewports_with_single_invocation",
3616 : DrawTestBase(context, extParams, "viewport_index_subroutine",
3629 The real work is done in DrawTestBase::iterate() */
3636 return DrawTestBase::iterate();
3853 : DrawTestBase(context, extParams, "draw_multiple_layers",
3867 : DrawTestBase(context, extParams, test_name, test_description)
4019 DrawTestBase::TEST_TYPE Scissor::getTestType()
4086 DrawTestBase::TEST_TYPE ScissorZeroDimension::getTestType()
4178 DrawTestBase::TEST_TYPE ScissorClear::getTestType()
4199 : DrawTestBase(context, extParams, "depth_range", "Test verifies that depth range is applied as expected")
4339 DrawTestBase::TEST_TYPE DepthRange::getTestType()
4361 : DrawTestBase(context, extParams, "depth_range_depth_test",
4515 DrawTestBase::TEST_TYPE DepthRangeDepthTest::getTestType()
4576 : DrawTestBase(context, extParams, "provoking_vertex", "Test verifies that provoking vertex work as expected")
4769 DrawTestBase::TEST_TYPE ProvokingVertex::getTestType()