Home | History | Annotate | Download | only in bench

Lines Matching full:glslcaps

96     const GrGLSLCaps* glslCaps = ctx->caps()->glslCaps();
97 const char* version = glslCaps->versionDeclString();
110 aPosition.appendDecl(glslCaps, &vshaderTxt);
112 aColor.appendDecl(glslCaps, &vshaderTxt);
114 oPosition.appendDecl(glslCaps, &vshaderTxt);
116 oColor.appendDecl(glslCaps, &vshaderTxt);
136 GrGLSLAppendDefaultFloatPrecisionDeclaration(kDefault_GrSLPrecision, *glslCaps, &fshaderTxt);
138 oPosition.appendDecl(glslCaps, &fshaderTxt);
141 oColor.appendDecl(glslCaps, &fshaderTxt);
145 if (glslCaps->mustDeclareFragmentShaderOutput()) {
146 oFragColor.appendDecl(glslCaps, &fshaderTxt);