Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c86 int iDisplayablePixelFormat; in wglCreatePbufferARB() local
264 iDisplayablePixelFormat = fb->iDisplayablePixelFormat; in wglCreatePbufferARB()
272 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd); in wglCreatePbufferARB()
Dstw_framebuffer.h72 int iDisplayablePixelFormat; member
Dstw_framebuffer.c275 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count in stw_framebuffer_create()