Lines Matching refs:resources
17 ShBuiltInResources resources; in TEST() local
18 sh::InitBuiltInResources(&resources); in TEST()
20 SH_GLSL_COMPATIBILITY_OUTPUT, &resources); in TEST()
27 ShBuiltInResources resources; in TEST() local
28 sh::InitBuiltInResources(&resources); in TEST()
29 resources.MaxDrawBuffers = 0; in TEST()
31 SH_GLSL_COMPATIBILITY_OUTPUT, &resources); in TEST()
38 ShBuiltInResources resources; in TEST() local
39 sh::InitBuiltInResources(&resources); in TEST()
40 resources.EXT_blend_func_extended = 1; in TEST()
41 resources.MaxDualSourceDrawBuffers = 0; in TEST()
43 SH_GLSL_COMPATIBILITY_OUTPUT, &resources); in TEST()