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

/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp392 const char* dstOrSrcStr = isSrc ? "src" : "dst"; local
399 "RGB " + dstOrSrcStr + " func " + getBlendFactorName(funcRGB.glValue) +
400 ", alpha " + dstOrSrcStr + " func " + getBlendFactorName(funcAlpha.glValue);
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp460 const char* dstOrSrcStr = isSrc ? "src" : "dst"; local
464 "RGB " + dstOrSrcStr + " func " + getBlendFactorName(funcRGB.glValue) +
465 ", alpha " + dstOrSrcStr + " func " + getBlendFactorName(funcAlpha.glValue);

Completed in 49 milliseconds