Home | History | Annotate | Download | only in GLES_CM

Lines Matching refs:glSampleCoverage

1357 GL_API void GL_APIENTRY  glSampleCoverage( GLclampf value, GLboolean invert) {
1359 ctx->dispatcher().glSampleCoverage(value,invert);
1364 ctx->dispatcher().glSampleCoverage(X2F(value),invert);