Lines Matching refs:k
269 for (k, v) in list(gles30_custom.custom_share_processing.items()):
270 translator_custom_share_processing[k] = v
271 for (k, v) in list(gles31_custom.custom_share_processing.items()):
272 translator_custom_share_processing[k] = v
275 for (k, v) in list(gles30_custom.custom_preprocesses.items()):
276 translator_custom_pre[k] = v
277 for (k, v) in list(gles31_custom.custom_preprocesses.items()):
278 translator_custom_pre[k] = v
281 for (k, v) in list(gles30_custom.custom_postprocesses.items()):
282 translator_custom_post[k] = v
283 for (k, v) in list(gles31_custom.custom_postprocesses.items()):
284 translator_custom_post[k] = v
287 for (k, v) in list(gles30_custom.no_passthrough.items()):
288 translator_no_passthrough[k] = v
289 for (k, v) in list(gles31_custom.no_passthrough.items()):
290 translator_no_passthrough[k] = v
371 … globalCall = ", ".join([globalNames.get(k, k[1]) for k in zip(entry.vartypes, entry.varnames)])