Home
last modified time | relevance | path

Searched refs:glModule (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DFunctionsWGL.cpp19 static void GetWGLProcAddress(HMODULE glModule, in GetWGLProcAddress() argument
32 proc = reinterpret_cast<T>(GetProcAddress(glModule, procName.c_str())); in GetWGLProcAddress()
39 static void GetWGLExtensionProcAddress(HMODULE glModule, in GetWGLExtensionProcAddress() argument
49 GetWGLProcAddress(glModule, getProcAddressWGL, procName, &proc); in GetWGLExtensionProcAddress()
103 void FunctionsWGL::initialize(HMODULE glModule, HDC context) in initialize() argument
106 GetWGLProcAddress(glModule, nullptr, "wglGetProcAddress", &getProcAddress); in initialize()
109 GetWGLProcAddress(glModule, getProcAddress, "wglCopyContext", &copyContext); in initialize()
110 GetWGLProcAddress(glModule, getProcAddress, "wglCreateContext", &createContext); in initialize()
111 GetWGLProcAddress(glModule, getProcAddress, "wglCreateLayerContext", &createLayerContext); in initialize()
112 GetWGLProcAddress(glModule, getProcAddres in initialize()
[all...]
H A DFunctionsWGL.h25 void initialize(HMODULE glModule, HDC context);

Completed in 1 milliseconds