Lines Matching refs:wglGetCurrentContext
544 ok( wglGetCurrentContext() == hglrc, "wrong context\n" ); in test_makecurrent()
572 ok( wglGetCurrentContext() == NULL, "wrong context\n" ); in test_makecurrent()
924 hglrc = wglGetCurrentContext(); in test_deletecontext()
933 HGLRC ctx = wglGetCurrentContext(); in test_getprocaddress()
1372 HGLRC oldctx = wglGetCurrentContext(); in test_destroy()
1411 ok(wglGetCurrentContext() == ctx, "Wrong current context.\n"); in test_destroy()
1423 ok(wglGetCurrentContext() == ctx, "Wrong current context.\n"); in test_destroy()
1452 ok(wglGetCurrentContext() == NULL, "Wrong current context.\n"); in test_destroy()
1456 ok(wglGetCurrentContext() == oldctx, "Wrong current context.\n"); in test_destroy()
1464 ok(wglGetCurrentContext() == oldctx, "Wrong current context.\n"); in test_destroy()
1503 HGLRC oldctx = wglGetCurrentContext(); in test_destroy_read()
1563 ok(wglGetCurrentContext() == ctx, "Wrong current context.\n"); in test_destroy_read()
1610 ok(wglGetCurrentContext() == NULL, "Wrong current context.\n"); in test_destroy_read()
1615 ok(wglGetCurrentContext() == oldctx, "Wrong current context.\n"); in test_destroy_read()
1623 ok(wglGetCurrentContext() == oldctx, "Wrong current context.\n"); in test_destroy_read()
1662 oldctx = wglGetCurrentContext(); in test_swap_control()