Home
last modified time | relevance | path

Searched refs:startSegment (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dapi_path.c271 VGint startSegment, in vegaPathLength() argument
281 if (startSegment < 0) { in vegaPathLength()
295 if (startSegment + numSegments > path_num_segments(p)) { in vegaPathLength()
300 return path_length(p, startSegment, numSegments); in vegaPathLength()
304 VGint startSegment, in vegaPointAlongPath() argument
319 if (startSegment < 0) { in vegaPointAlongPath()
343 if (startSegment + numSegments > path_num_segments(p)) { in vegaPointAlongPath()
350 path_point(p, startSegment, numSegments, distance, in vegaPointAlongPath()
Dpath.h117 void path_point(struct path *p, VGint startSegment, VGint numSegments,
/external/llvm/lib/ProfileData/
DCoverageMapping.cpp277 void startSegment(unsigned Line, unsigned Col) { in startSegment() function in __anon34c5d8090211::SegmentBuilder
283 void startSegment(unsigned Line, unsigned Col, bool IsRegionEntry, in startSegment() function in __anon34c5d8090211::SegmentBuilder
303 void startSegment(const CountedRegion &Region) { in startSegment() function in __anon34c5d8090211::SegmentBuilder
304 startSegment(Region.LineStart, Region.ColumnStart, true, Region); in startSegment()
314 startSegment(Line, Col); in popRegion()
316 startSegment(Line, Col, false, *ActiveRegions.back()); in popRegion()
335 startSegment(Region); in buildSegments()
/external/mesa3d/src/mapi/vgapi/
Dvgapi.csv57 VGfloat, PathLength, VGPath path, VGint startSegment, VGint numSegmen…
59 void, PointAlongPath, VGPath path, VGint startSegment, VGint numSegmen…
/external/mesa3d/include/VG/
Dopenvg.h607 VGint startSegment, VGint numSegments) VG_API_EXIT;
609 VGint startSegment, VGint numSegments,
/external/mesa3d/include/GL/
Dglext.h12611 GLAPI GLfloat APIENTRY glGetPathLengthNV (GLuint path, GLsizei startSegment, GLsizei numSegments);
12612 GLAPI GLboolean APIENTRY glPointAlongPathNV (GLuint path, GLsizei startSegment, GLsizei numSegments…
12661 typedef GLfloat (APIENTRYP PFNGLGETPATHLENGTHNVPROC) (GLuint path, GLsizei startSegment, GLsizei nu…
12662 typedef GLboolean (APIENTRYP PFNGLPOINTALONGPATHNVPROC) (GLuint path, GLsizei startSegment, GLsizei…