Home
last modified time | relevance | path

Searched refs:WGL_DRAW_TO_PBUFFER_ARB (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/reactos/wine/
H A Dwglext.h128 #define WGL_DRAW_TO_PBUFFER_ARB 0x202D macro
H A Dwgl.h5017 #define WGL_DRAW_TO_PBUFFER_ARB 0x202D macro
/reactos/modules/rostests/winetests/opengl32/
H A Dopengl.c125 const int iAttribList[] = { WGL_DRAW_TO_PBUFFER_ARB, 1, /* Request pbuffer support */ in test_pbuffers()