HomeSort by relevance Sort by last modified time
    Searched defs:nameSuffix (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/gles2/stress/
es2sLongRunningTests.cpp 61 const char* const nameSuffix;
65 MemCase (const char* n, const char* d, int l, int r) : nameSuffix(n), descSuffix(d), limit(l), redundantBufferFactor(r) {}
119 (string() + cases[caseNdx].name + memoryLimitCases[memoryLimitNdx].nameSuffix).c_str(),
135 const char* const nameSuffix;
139 MemCase (const char* n, const char* d, int l, int t) : nameSuffix(n), descSuffix(d), limit(l), numTextures(t) {}
187 (string() + cases[caseNdx].name + memoryLimitCases[memoryLimitNdx].nameSuffix).c_str(),
288 const char* const nameSuffix;
292 MemCase (const char* n, const char* d, int t, int b) : nameSuffix(n), descSuffix(d), texLimit(t), bufLimit(b) {}
305 (string() + "buffer_texture_wasteful" + memoryLimitCases[memoryLimitNdx].nameSuffix).c_str(),
328 (string() + "random" + memoryLimitCases[memoryLimitNdx].nameSuffix).c_str()
    [all...]
  /external/deqp/modules/gles3/stress/
es3sLongRunningTests.cpp 61 const char* const nameSuffix;
65 MemCase (const char* n, const char* d, int l, int r) : nameSuffix(n), descSuffix(d), limit(l), redundantBufferFactor(r) {}
119 (string() + cases[caseNdx].name + memoryLimitCases[memoryLimitNdx].nameSuffix).c_str(),
135 const char* const nameSuffix;
139 MemCase (const char* n, const char* d, int l, int t) : nameSuffix(n), descSuffix(d), limit(l), numTextures(t) {}
187 (string() + cases[caseNdx].name + memoryLimitCases[memoryLimitNdx].nameSuffix).c_str(),
288 const char* const nameSuffix;
292 MemCase (const char* n, const char* d, int t, int b) : nameSuffix(n), descSuffix(d), texLimit(t), bufLimit(b) {}
305 (string() + "buffer_texture_wasteful" + memoryLimitCases[memoryLimitNdx].nameSuffix).c_str(),
328 (string() + "random" + memoryLimitCases[memoryLimitNdx].nameSuffix).c_str()
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 408 const char* nameSuffix = NULL;
411 nameSuffix = "x";
414 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, stream);
609 const char* nameSuffix = NULL;
612 nameSuffix = "x";
620 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outFile);
624 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outRam);
636 const char* nameSuffix = opSuffixes[op];
643 outputToStream(state, pathStr, NULL, nameSuffix, testFunction, outFile);
647 outputToStream(state, pathStr, NULL, nameSuffix, testFunction, outRam)
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 408 const char* nameSuffix = NULL;
411 nameSuffix = "x";
414 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, stream);
609 const char* nameSuffix = NULL;
612 nameSuffix = "x";
620 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outFile);
624 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outRam);
636 const char* nameSuffix = opSuffixes[op];
643 outputToStream(state, pathStr, NULL, nameSuffix, testFunction, outFile);
647 outputToStream(state, pathStr, NULL, nameSuffix, testFunction, outRam)
    [all...]