Lines Matching refs:fKey
37 if (var.fModifiers.fLayout.fKey) { in GrSkSLFPFactory()
289 const SkSL::Program* specialized = fFactory->getSpecialization(fKey, fInputs.get(), fInputSize); in onCreateGLSLInstance()
308 if (v->fModifiers.fLayout.fKey) { in onGetGLSLProcessorKey()
309 fKey += inputs[offset + 0]; in onGetGLSLProcessorKey()
310 fKey += inputs[offset + 1]; in onGetGLSLProcessorKey()
311 fKey += inputs[offset + 2]; in onGetGLSLProcessorKey()
312 fKey += inputs[offset + 3]; in onGetGLSLProcessorKey()
318 if (v->fModifiers.fLayout.fKey) { in onGetGLSLProcessorKey()
320 fKey += inputs[offset + i]; in onGetGLSLProcessorKey()
334 if (v->fModifiers.fLayout.fKey) { in onGetGLSLProcessorKey()
335 fKey += inputs[offset]; in onGetGLSLProcessorKey()