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 387 const char* dstOrSrcStr = isSrc ? "src" : "dst";
394 "RGB " + dstOrSrcStr + " func " + getBlendFactorName(funcRGB.glValue) +
395 ", alpha " + dstOrSrcStr + " func " + getBlendFactorName(funcAlpha.glValue);
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 455 const char* dstOrSrcStr = isSrc ? "src" : "dst";
459 "RGB " + dstOrSrcStr + " func " + getBlendFactorName(funcRGB.glValue) +
460 ", alpha " + dstOrSrcStr + " func " + getBlendFactorName(funcAlpha.glValue);

Completed in 44 milliseconds