Lines Matching refs:ctx1
47 static HGLRC ctx1, ctx2, current_context; variable
59 if (current_context != ctx1) { in override_glCreateShader_ctx1()
81 if (current_context == ctx1) { in override_wglGetProcAddress()
103 if (ctx == ctx1) { in test_createshader()
123 ctx1 = wglCreateContext(hdc); in test_function()
125 if (!ctx1 || !ctx2) { in test_function()
130 if (!wglMakeCurrent(hdc, ctx1)) { in test_function()
144 test_createshader(hdc, ctx1); in test_function()
145 test_createshader(hdc, ctx1); in test_function()
148 test_createshader(hdc, ctx1); in test_function()
152 wglDeleteContext(ctx1); in test_function()