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