Lines Matching refs:hdc
90 test_createshader(HDC hdc, HGLRC ctx)
95 wglMakeCurrent(hdc, ctx);
121 test_function(HDC hdc)
123 ctx1 = wglCreateContext(hdc);
124 ctx2 = wglCreateContext(hdc);
130 if (!wglMakeCurrent(hdc, ctx1)) {
144 test_createshader(hdc, ctx1);
145 test_createshader(hdc, ctx1);
146 test_createshader(hdc, ctx2);
147 test_createshader(hdc, ctx2);
148 test_createshader(hdc, ctx1);
149 test_createshader(hdc, ctx2);