Home
last modified time | relevance | path

Searched refs:WIN_GL_GetProcAddress (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengles.c40 _this->GL_GetProcAddress = WIN_GL_GetProcAddress; in WIN_GLES_LoadLibrary()
72 _this->GL_GetProcAddress = WIN_GL_GetProcAddress; in WIN_GLES_CreateContext()
DSDL_windowsopengl.c138 WIN_GL_GetProcAddress(_THIS, const char *proc) in WIN_GL_GetProcAddress() function
383 WIN_GL_GetProcAddress(_this, "wglChoosePixelFormatARB"); in WIN_GL_InitExtensions()
386 WIN_GL_GetProcAddress(_this, "wglGetPixelFormatAttribivARB"); in WIN_GL_InitExtensions()
398 WIN_GL_GetProcAddress(_this, "wglSwapIntervalEXT"); in WIN_GL_InitExtensions()
400 WIN_GL_GetProcAddress(_this, "wglGetSwapIntervalEXT"); in WIN_GL_InitExtensions()
DSDL_windowsopengl.h57 extern void *WIN_GL_GetProcAddress(_THIS, const char *proc);
DSDL_windowsvideo.c167 device->GL_GetProcAddress = WIN_GL_GetProcAddress; in WIN_CreateDevice()