Home
last modified time | relevance | path

Searched refs:numSegments (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp1650 const int numSegments = (v.size() - 1); in allocateAndFillEntries() local
1652 const int numIndices = numSegments * 6; // six vertices per line segment in allocateAndFillEntries()
1657 for (int i = 0; i < numSegments; ++i) { in allocateAndFillEntries()
1688 … vertices[i*6].prev = vertices[i*6+1].prev = vertices[i*6+5].prev = v[numSegments - 1]; in allocateAndFillEntries()
1693 if (i != numSegments - 1) { in allocateAndFillEntries()
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2ext.h3260 …t (GL_APIENTRYP PFNGLGETPATHLENGTHNVPROC) (GLuint path, GLsizei startSegment, GLsizei numSegments);
3261 …PFNGLPOINTALONGPATHNVPROC) (GLuint path, GLsizei startSegment, GLsizei numSegments, GLfloat distan…
3337 …ALL GLfloat GL_APIENTRY glGetPathLengthNV (GLuint path, GLsizei startSegment, GLsizei numSegments);
3338 …PIENTRY glPointAlongPathNV (GLuint path, GLsizei startSegment, GLsizei numSegments, GLfloat distan…