OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wglext
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglinternalplatform.h
31
#include <GL/
wglext
.h>
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c
182
const char *
wglext
;
local
360
wglext
= (const char *)glGetStringFunc(GL_EXTENSIONS);
363
wglext
= NULL;
365
if (
wglext
&& SDL_strstr(
wglext
, "WGL_EXT_swap_control") ) {
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp
19
#include <GL/
wglext
.h>
Completed in 180 milliseconds