Searched refs:is_es (Results 1 – 3 of 3) sorted by relevance
353 bool is_es = glslVersionIsES(m_glslVersion); in test() local355 if ((is_es && (m_glslVersion < glu::GLSL_VERSION_310_ES)) || !is_es) in test()
63 glsl_compute_version_string(void *mem_ctx, bool is_es, unsigned version);
48 glsl_compute_version_string(void *mem_ctx, bool is_es, unsigned version) in glsl_compute_version_string() argument50 return ralloc_asprintf(mem_ctx, "GLSL%s %d.%02d", is_es ? " ES" : "", in glsl_compute_version_string()