Searched defs:m_points (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/third_party/agg23/
H A Dagg_curves.h83 m_points.remove_all();
100 if(m_count >= m_points.size()) {
103 const point_type& p = m_points[m_count++];
110 if(m_count >= m_points.size()) {
113 const point_type& p = m_points[m_count++];
121 return m_points.size();
136 pod_deque<point_type> m_points; member in class:agg::curve4_div
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderAdjacency.hpp232 AdjacencyGridPoint* m_points; member in class:glcts::AdjacencyGridStrip
259 AdjacencyGridPoint* m_points; member in class:glcts::AdjacencyGrid
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp489 const std::vector<tcu::Vec4> m_points; member in class:deqp::gles2::Functional::__anon4932::PointCase
496 , m_points (pointsBegin, pointsEnd)
528 for (size_t ndx = 0; ndx < m_points.size(); ++ndx)
530 << "\tx=" << m_points[ndx].x()
531 << "\ty=" << m_points[ndx].y()
532 << "\tz=" << m_points[ndx].z()
533 << "\tw=" << m_points[ndx].w()
534 << "\t" << genClippingPointInfoString(m_points[ndx])
552 ctx.vertexAttribPointer (positionLoc, 4, GL_FLOAT, GL_FALSE, 0, &m_points[0]);
555 ctx.drawArrays (GL_POINTS, 0, (glw::GLsizei)m_points
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp492 const std::vector<tcu::Vec4> m_points; member in class:deqp::gles3::Functional::__anon5061::PointCase
499 , m_points (pointsBegin, pointsEnd)
531 for (size_t ndx = 0; ndx < m_points.size(); ++ndx)
533 << "\tx=" << m_points[ndx].x()
534 << "\ty=" << m_points[ndx].y()
535 << "\tz=" << m_points[ndx].z()
536 << "\tw=" << m_points[ndx].w()
537 << "\t" << genClippingPointInfoString(m_points[ndx])
555 ctx.vertexAttribPointer (positionLoc, 4, GL_FLOAT, GL_FALSE, 0, &m_points[0]);
558 ctx.drawArrays (GL_POINTS, 0, (glw::GLsizei)m_points
[all...]

Completed in 210 milliseconds