Lines Matching refs:glslCaps
34 var.appendDecl(fProgramBuilder->glslCaps(), &tempDecl); in declAppend()
49 args[i].appendDecl(fProgramBuilder->glslCaps(), &this->functions()); in emitFunction()
63 const GrGLSLCaps* glslCaps = fProgramBuilder->glslCaps(); in appendTextureLookup() local
70 glslCaps->generation()), in appendTextureLookup()
77 glslCaps->generation()), in appendTextureLookup()
85 GrGLSLTexture2DFunctionName(varyingType, samplerType, glslCaps->generation()), in appendTextureLookup()
93 const GrSwizzle& configSwizzle = glslCaps->configTextureSwizzle(sampler.config()); in appendTextureLookup()
126 vars[i].appendDecl(fProgramBuilder->glslCaps(), out); in appendDecls()
132 SkASSERT(fProgramBuilder->glslCaps()->generation() >= k330_GrGLSLGeneration || in addLayoutQualifier()
133 fProgramBuilder->glslCaps()->mustEnableAdvBlendEqs()); in addLayoutQualifier()
160 this->versionDecl() = fProgramBuilder->glslCaps()->versionDeclString(); in finalize()