Lines Matching refs:HDC
15 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { in hasExtension()
39 const char* SkWGLExtensions::getExtensionsString(HDC hdc) const { in getExtensionsString()
43 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc, in choosePixelFormat()
53 BOOL SkWGLExtensions::getPixelFormatAttribiv(HDC hdc, in getPixelFormatAttribiv()
63 BOOL SkWGLExtensions::getPixelFormatAttribfv(HDC hdc, in getPixelFormatAttribfv()
72 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs()
100 HDC dc, in selectFormat()
211 HDC prevDC = wglGetCurrentDC(); in SkWGLExtensions()
227 HDC dummyDC = GetDC(dummyWND); in SkWGLExtensions()
248 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool preferCoreProfile) { in SkCreateWGLContext()
254 HDC prevDC = wglGetCurrentDC(); in SkCreateWGLContext()