Searched refs:earlyAccept (Results 1 – 1 of 1) sorted by relevance
1408 const char* earlyAccept = fEarlyAccept.fsIn() ? fEarlyAccept.fsIn() : "SAMPLE_MASK_ALL"; in onEmitCode() local1409 f->codeAppendf("if (gl_SampleMaskIn[0] == %s) {", earlyAccept); in onEmitCode()1410 f->overrideSampleCoverage(earlyAccept); in onEmitCode()