Home
last modified time | relevance | path

Searched refs:HAS_WGL_ARB_pixel_format (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.h30 SDL_bool HAS_WGL_ARB_pixel_format; member
DSDL_windowsopengl.c377 _this->gl_data->HAS_WGL_ARB_pixel_format = SDL_FALSE; in WIN_GL_InitExtensions()
390 _this->gl_data->HAS_WGL_ARB_pixel_format = SDL_TRUE; in WIN_GL_InitExtensions()
452 if (_this->gl_data->HAS_WGL_ARB_pixel_format) { in WIN_GL_ChoosePixelFormatARB()