Home | History | Annotate | Download | only in win

Lines Matching refs:hDC

15 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const {
39 const char* SkWGLExtensions::getExtensionsString(HDC hdc) const {
40 return fGetExtensionsString(hdc);
43 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc,
49 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList,
53 BOOL SkWGLExtensions::getPixelFormatAttribiv(HDC hdc,
59 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane,
63 BOOL SkWGLExtensions::getPixelFormatAttribfv(HDC hdc,
69 return fGetPixelFormatAttribfv(hdc, iPixelFormat, iLayerPlane,
72 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC,
75 return fCreateContextAttribs(hDC, hShareContext, attribList);
105 HDC dc,
227 HDC prevDC = wglGetCurrentDC();
243 HDC dummyDC = GetDC(dummyWND);
264 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool preferCoreProfile) {
270 HDC prevDC = wglGetCurrentDC();