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

  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 392 const char* dstOrSrcStr = isSrc ? "src" : "dst";
399 "RGB " + dstOrSrcStr + " func " + getBlendFactorName(funcRGB.glValue) +
400 ", alpha " + dstOrSrcStr + " func " + getBlendFactorName(funcAlpha.glValue);
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 460 const char* dstOrSrcStr = isSrc ? "src" : "dst";
464 "RGB " + dstOrSrcStr + " func " + getBlendFactorName(funcRGB.glValue) +
465 ", alpha " + dstOrSrcStr + " func " + getBlendFactorName(funcAlpha.glValue);

Completed in 639 milliseconds