Searched refs:gl_extensions (Results 1 – 1 of 1) sorted by relevance
195 const char *gl_extensions; in check_tfp_extensions() local198 gl_extensions = (const char *)glGetString(GL_EXTENSIONS); in check_tfp_extensions()199 if (!check_extension("GL_ARB_texture_non_power_of_two", gl_extensions)) in check_tfp_extensions()210 const char *gl_extensions; in check_fbo_extensions() local212 gl_extensions = (const char *)glGetString(GL_EXTENSIONS); in check_fbo_extensions()213 if (check_extension("GL_ARB_framebuffer_object", gl_extensions)) in check_fbo_extensions()215 if (check_extension("GL_EXT_framebuffer_object", gl_extensions)) in check_fbo_extensions()