Home
last modified time | relevance | path

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

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