Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c85 int iDisplayablePixelFormat; in wglCreatePbufferARB() local
256 iDisplayablePixelFormat = fb->iDisplayablePixelFormat; in wglCreatePbufferARB()
264 bRet = SetPixelFormat(GetDC(hWnd), iDisplayablePixelFormat, &pfd); in wglCreatePbufferARB()
Dstw_framebuffer.h90 int iDisplayablePixelFormat; member
Dstw_framebuffer.c292 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count in stw_framebuffer_create()