HomeSort by relevance Sort by last modified time
    Searched refs:PointCase (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp 403 class PointCase : public BaseRenderingCase
406 PointCase (Context& context, const char* name, const char* desc, PrimitiveWideness wideness);
407 ~PointCase (void);
421 const float PointCase::s_wideSize = 10.0f;
423 PointCase::PointCase (Context& context, const char* name, const char* desc, PrimitiveWideness wideness)
433 PointCase::~PointCase (void)
437 PointCase::IterateResult PointCase::iterate (void
    [all...]
es2fClippingTests.cpp 480 class PointCase : public RenderTestCase
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)
502 void PointCase::init (void)
508 void PointCase::testRender (void)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 483 class PointCase : public RenderTestCase
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)
505 void PointCase::init (void)
511 void PointCase::testRender (void)
    [all...]
es3fRasterizationTests.cpp 642 class PointCase : public BaseRenderingCase
645 PointCase (Context& context, const char* name, const char* desc, PrimitiveWideness wideness, BaseRenderingCase::RenderTarget renderTarget = RENDERTARGET_DEFAULT, int numSamples = -1);
646 ~PointCase (void);
666 PointCase::PointCase (Context& context, const char* name, const char* desc, PrimitiveWideness wideness, BaseRenderingCase::RenderTarget renderTarget, int numSamples)
676 PointCase::~PointCase (void)
680 void PointCase::init (void)
713 PointCase::IterateResult PointCase::iterate (void
    [all...]

Completed in 141 milliseconds