Home
last modified time | relevance | path

Searched refs:PointCase (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fClippingTests.cpp480 class PointCase : public RenderTestCase class
483 PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize, const rr::WindowRectangle& viewport);
494 PointCase::PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize, const rr::WindowRectangle& viewport) in PointCase() function in deqp::gles2::Functional::__anon30409::PointCase
502 void PointCase::init (void) in init()
508 void PointCase::testRender (void) in testRender()
1378 addChild(new PointCase(m_context, "point_z_clip", "point z clipping", DE_ARRAY_BEGIN(depthTestPoints), DE_ARRAY_END(depthTestPoints), 1.0f, VIEWPORT_WHOLE)); in init()
1379 addChild(new PointCase(m_context, "point_z_clip_viewport_center", "point z clipping", DE_ARRAY_BEGIN(depthTestPoints), DE_ARRAY_END(depthTestPoints), 1.0f, VIEWPORT_CENTER)); in init()
1380 addChild(new PointCase(m_context, "point_z_clip_viewport_corner", "point z clipping", DE_ARRAY_BEGIN(depthTestPoints), DE_ARRAY_END(depthTestPoints), 1.0f, VIEWPORT_CORNER)); in init()
1382 addChild(new PointCase(m_contex in init()
[all...]
H A Des2fRasterizationTests.cpp406 class PointCase : public BaseRenderingCase class
409 PointCase (Context& context, const char* name, const char* desc, PrimitiveWideness wideness);
410 ~PointCase (void);
424 const float PointCase::s_wideSize = 10.0f;
426 PointCase::PointCase (Context& context, const char* name, const char* desc, PrimitiveWideness wideness) in PointCase() function in deqp::gles2::Functional::PointCase
436 PointCase::~PointCase (void) in ~PointCase()
440 PointCase::IterateResult PointCase
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fClippingTests.cpp483 class PointCase : public RenderTestCase class
486 PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize, const rr::WindowRectangle& viewport);
497 PointCase::PointCase (Context& context, const char* name, const char* description, const tcu::Vec4* pointsBegin, const tcu::Vec4* pointsEnd, float pointSize, const rr::WindowRectangle& viewport) in PointCase() function in deqp::gles3::Functional::__anon30538::PointCase
505 void PointCase::init (void) in init()
511 void PointCase::testRender (void) in testRender()
1382 addChild(new PointCase(m_context, "point_z_clip", "point z clipping", DE_ARRAY_BEGIN(depthTestPoints), DE_ARRAY_END(depthTestPoints), 1.0f, VIEWPORT_WHOLE)); in init()
1383 addChild(new PointCase(m_context, "point_z_clip_viewport_center", "point z clipping", DE_ARRAY_BEGIN(depthTestPoints), DE_ARRAY_END(depthTestPoints), 1.0f, VIEWPORT_CENTER)); in init()
1384 addChild(new PointCase(m_context, "point_z_clip_viewport_corner", "point z clipping", DE_ARRAY_BEGIN(depthTestPoints), DE_ARRAY_END(depthTestPoints), 1.0f, VIEWPORT_CORNER)); in init()
1386 addChild(new PointCase(m_contex in init()
[all...]
H A Des3fRasterizationTests.cpp645 class PointCase : public BaseRenderingCase
648 PointCase (Context& context, const char* name, const char* desc, PrimitiveWideness wideness, BaseRenderingCase::RenderTarget renderTarget = RENDERTARGET_DEFAULT, int numSamples = -1);
649 ~PointCase (void);
669 PointCase::PointCase (Context& context, const char* name, const char* desc, PrimitiveWideness wideness, BaseRenderingCase::RenderTarget renderTarget, int numSamples)
679 PointCase::~PointCase (void)
683 void PointCase::init (void)
716 PointCase::IterateResult PointCase
[all...]

Completed in 9 milliseconds