Home | History | Annotate | Download | only in gl

Lines Matching full:glslcaps

64                          const GrGLSLCaps& glslCaps,
76 add_texture_key(b, proc, glslCaps);
86 const GrGLSLCaps& glslCaps,
89 if (!gen_frag_proc_and_meta_keys(primProc, fp.childProcessor(i), glslCaps, b)) {
94 fp.getGLSLProcessorKey(glslCaps, b);
96 return gen_meta_key(fp, glslCaps, primProc.getTransformKey(fp.coordTransforms(),
103 const GrGLSLCaps& glslCaps) {
118 primProc.getGLSLProcessorKey(glslCaps, &b);
119 if (!gen_meta_key(primProc, glslCaps, 0, &b)) {
126 if (!gen_frag_proc_and_meta_keys(primProc, fp, glslCaps, &b)) {
133 xp.getGLSLProcessorKey(glslCaps, &b);
134 if (!gen_meta_key(xp, glslCaps, 0, &b)) {
155 glslCaps.configOutputSwizzle(pipeline.getRenderTarget()->config()).asKey();