HomeSort by relevance Sort by last modified time
    Searched refs:subsetName (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tools/
skimage_main.cpp 337 * @param subsetName Basename of the original file, with the dimensions of the subset tacked
350 static bool write_subset(const char* writePath, const SkString& subsetName,
365 subsetName.c_str());
369 SkAssertResult(write_bitmap(subsetPath.c_str(), subsetName.c_str(),
371 gSuccessfulSubsetDecodes.push_back().printf("\twrote %s", subsetName.c_str());
384 subsetName.c_str());
393 subsetName.c_str());
398 SkAssertResult(write_bitmap(dirExtracted.c_str(), subsetName.c_str(),
601 SkString subsetName = SkStringPrintf("%s-%s", filename, subsetDim.c_str());
604 subsetName.c_str()
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]

Completed in 65 milliseconds