Searched refs:gl_ext (Results 1 – 2 of 2) sorted by relevance
540 const char *gl_ext = (const char *)glGetStringi(GL_EXTENSIONS, i); in epoxy_internal_has_gl_extension() local541 if (!gl_ext) in epoxy_internal_has_gl_extension()543 if (strcmp(ext, gl_ext) == 0) in epoxy_internal_has_gl_extension()
155 const char *gl_ext[FEAT_MAX_EXTS]; member714 if (!feature_list[id].gl_ext[i]) in init_features()716 if (epoxy_has_gl_extension(feature_list[id].gl_ext[i])) { in init_features()