/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fClippingTests.cpp | 480 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 D | es2fRasterizationTests.cpp | 406 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 D | es3fClippingTests.cpp | 483 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 D | es3fRasterizationTests.cpp | 645 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...] |