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

  /external/skia/include/core/
SkPathRef.h 220 const SkPoint* pointsEnd() const { return this->points() + this->countPoints(); }
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 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)
496 , m_points (pointsBegin, pointsEnd)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 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)
499 , m_points (pointsBegin, pointsEnd)
    [all...]
  /external/skia/src/core/
SkPath.cpp     [all...]

Completed in 1028 milliseconds