Home
last modified time | relevance | path

Searched refs:wglCreateContext (Results 1 – 13 of 13) sorted by relevance

/external/libepoxy/test/
Dwgl_per_context_funcptrs.c123 ctx1 = wglCreateContext(hdc); in test_function()
124 ctx2 = wglCreateContext(hdc); in test_function()
Dwgl_core_and_exts.c36 ctx = wglCreateContext(hdc); in test_function()
Dwgl_usefontbitmaps.c37 ctx = wglCreateContext(hdc); in test_function()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_wgl.c67 wglCreateContext( in wglCreateContext() function
396 wglCreateContext_func = &wglCreateContext; in overrideOpenGL32EntryPoints()
Dopengl32.mingw.def347 wglCreateContext = wglCreateContext@4
Dopengl32.def347 wglCreateContext
/external/mesa3d/src/glx/windows/
Dwindowsgl.c108 gc->ctx = wglCreateContext(hdc); in windows_create_context()
321 HGLRC hglrc = wglCreateContext(hdc); in windows_call_with_context()
/external/skqp/src/utils/win/
DSkWGL_win.cpp277 HGLRC dummyGLRC = wglCreateContext(dummyDC); in SkWGLExtensions()
401 glrc = wglCreateContext(dc); in create_gl_context()
/external/skia/src/utils/win/
DSkWGL_win.cpp275 HGLRC dummyGLRC = wglCreateContext(dummyDC); in SkWGLExtensions()
399 glrc = wglCreateContext(dc); in create_gl_context()
/external/angle/src/libGL/
Dentry_points_wgl.cpp124 HGLRC GL_APIENTRY wglCreateContext(HDC hDc) in wglCreateContext() function
DlibGL_autogen.def1100 wglCreateContext
Dproc_table_wgl_autogen.cpp1077 {"wglCreateContext", P(wglCreateContext)},
/external/angle/include/WGL/
Dwgl.h122 HGLRC WINAPI wglCreateContext (HDC hDc);