HomeSort by relevance Sort by last modified time
    Searched defs:m_points (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPolyElement.h 33 SVGAnimatedPointList* points() { return m_points.get(); }
35 PassRefPtr<SVGPointListTearOff> pointsFromJavascript() { return m_points->baseVal(); }
36 PassRefPtr<SVGPointListTearOff> animatedPoints() { return m_points->animVal(); }
46 RefPtr<SVGAnimatedPointList> m_points; member in class:blink::SVGPolyElement
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 490 const std::vector<tcu::Vec4> m_points; member in class:deqp::gles2::Functional::__anon24483::PointCase
497 , m_points (pointsBegin, pointsEnd)
529 for (size_t ndx = 0; ndx < m_points.size(); ++ndx)
531 << "\tx=" << m_points[ndx].x()
532 << "\ty=" << m_points[ndx].y()
533 << "\tz=" << m_points[ndx].z()
534 << "\tw=" << m_points[ndx].w()
535 << "\t" << genClippingPointInfoString(m_points[ndx])
553 ctx.vertexAttribPointer (positionLoc, 4, GL_FLOAT, GL_FALSE, 0, &m_points[0]);
556 ctx.drawArrays (GL_POINTS, 0, (glw::GLsizei)m_points.size())
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 493 const std::vector<tcu::Vec4> m_points; member in class:deqp::gles3::Functional::__anon24614::PointCase
500 , m_points (pointsBegin, pointsEnd)
532 for (size_t ndx = 0; ndx < m_points.size(); ++ndx)
534 << "\tx=" << m_points[ndx].x()
535 << "\ty=" << m_points[ndx].y()
536 << "\tz=" << m_points[ndx].z()
537 << "\tw=" << m_points[ndx].w()
538 << "\t" << genClippingPointInfoString(m_points[ndx])
556 ctx.vertexAttribPointer (positionLoc, 4, GL_FLOAT, GL_FALSE, 0, &m_points[0]);
559 ctx.drawArrays (GL_POINTS, 0, (glw::GLsizei)m_points.size())
    [all...]

Completed in 689 milliseconds