OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opCount
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles3/stress/
es3sLongShaderTests.cpp
457
const deUint32
opCount
= caseOpCounts[caseNdx];
458
const deUint32 flags = (
opCount
<= requireLinkOkMaxOps) ? CASE_REQUIRE_LINK_STATUS_OK : 0;
460
const std::string name = de::toString(
opCount
) + "_operations_" + glu::getShaderTypeName(shaderType);
461
const std::string desc = std::string("Compile ") + glu::getShaderTypeName(shaderType) + " shader with " + de::toString(
opCount
) + " operations";
463
LongShaderSpec caseSpec (shaderType,
opCount
);
/external/chromium_org/third_party/skia/src/core/
SkPictureData.h
95
int
opCount
() const { return fContentInfo.numOperations(); }
SkPicture.cpp
686
return fData->
opCount
();
Completed in 154 milliseconds