Searched refs:operandName (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp49 static void writeConditionalWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) argument
60 stream << operandName; local
67 static void writeLoopWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) argument
78 stream << "(" << resultName << " + " << operandName << ")"; local
/external/deqp/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp49 static void writeConditionalWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) argument
60 stream << operandName; local
67 static void writeLoopWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) argument
78 stream << "(" << resultName << " + " << operandName << ")"; local

Completed in 41 milliseconds