Searched defs:dstPath (Results 1 - 5 of 5) sorted by relevance

/external/deqp/executor/tools/
H A DxeExtractShaderPrograms.cpp50 string dstPath; member in struct:CommandLine
70 const string basePath = string(de::FilePath::join(cmdLine.dstPath, casePath).getPath()) + "." + de::toString(programNdx);
214 else if (cmdLine.dstPath.empty())
215 cmdLine.dstPath = arg;
H A DxeBatchResultToXml.cpp232 ResultToXmlFilesLogHandler (vector<xe::TestCaseResultHeader>& resultHeaders, const char* dstPath) argument
234 , m_dstPath (dstPath)
334 static void batchResultToSeparateXmlFiles (const char* batchResultFilename, const char* dstPath) argument
341 if (!de::FilePath(dstPath).exists())
342 de::createDirectoryAndParents(dstPath);
344 XE_CHECK_MSG(de::FilePath(dstPath).getType() == de::FilePath::TYPE_DIRECTORY, "Destination is not directory");
348 ResultToXmlFilesLogHandler handler (shortResults, dstPath);
367 de::FilePath indexPath = de::FilePath::join(dstPath, "caselist.xml");
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_path.c123 void vegaAppendPath(VGPath dstPath, VGPath srcPath) argument
128 if (dstPath == VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) {
133 dst = handle_to_path(dstPath);
143 void vegaAppendPathData(VGPath dstPath, argument
152 if (dstPath == VG_INVALID_HANDLE) {
171 p = handle_to_path(dstPath);
186 void vegaModifyPathCoords(VGPath dstPath, argument
194 if (dstPath == VG_INVALID_HANDLE) {
203 p = handle_to_path(dstPath);
221 void vegaTransformPath(VGPath dstPath, VGPat argument
241 vegaInterpolatePath(VGPath dstPath, VGPath startPath, VGPath endPath, VGfloat amount) argument
[all...]
/external/skia/samplecode/
H A DClockFaceView.cpp208 SkPath path, dstPath; local
210 pe->filterPath(&dstPath, path, &rec, NULL);
/external/skia/src/utils/
H A DSkDashPath.cpp90 // Only handles lines for now. If returns true, dstPath is the new (smaller)
91 // path. If returns false, then dstPath parameter is ignored.
94 SkPath* dstPath) {
147 dstPath->moveTo(pts[0]);
148 dstPath->lineTo(pts[1]);
92 cull_path(const SkPath& srcPath, const SkStrokeRec& rec, const SkRect* cullRect, SkScalar intervalLength, SkPath* dstPath) argument

Completed in 149 milliseconds