Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pbuffer.c84 int iDisplayablePixelFormat; in wglCreatePbufferARB() local
221 iDisplayablePixelFormat = fb->iDisplayablePixelFormat; in wglCreatePbufferARB()
229 bRet = SetPixelFormat(hDC, iDisplayablePixelFormat, &pfd); in wglCreatePbufferARB()
Dstw_framebuffer.h68 int iDisplayablePixelFormat; member
Dstw_framebuffer.c269 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count ? iPixelFormat : 1; in stw_framebuffer_create()
Dstw_context.c167 assert(iPixelFormat == fb->iDisplayablePixelFormat); in stw_create_context_attribs()