Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/targets/wgl/
Dgallium_wgl.def.in44 stw_pbuffer_create
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c71 stw_pbuffer_create(const struct stw_pixelformat_info *pfi, int iWidth, int iHeight, struct pipe_fro… in stw_pbuffer_create() function
249 fb = stw_pbuffer_create(pfi, iWidth, iHeight, stw_dev->fscreen); in wglCreatePbufferARB()
Dstw_framebuffer.h165 stw_pbuffer_create(const struct stw_pixelformat_info *pfi, int iWidth, int iHeight, struct pipe_fro…
/external/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c693 wgl_surf->fb = stw_pbuffer_create(stw_conf, wgl_surf->base.Width, in wgl_create_pbuffer_surface()