Home | History | Annotate | Download | only in video

Lines Matching refs:glGetString

751 	/* Load GL symbols (before MakeCurrent, where we need glGetString). */
798 (SDL_strstr((const char *)video->glGetString(GL_EXTENSIONS), "GL_EXT_packed_pixels") ||
799 (SDL_atof((const char *)video->glGetString(GL_VERSION)) >= 1.2f))