| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_pixelformat.h | 55 int iPixelFormat; member in struct:stw_pixelformat_info 68 stw_pixelformat_get_info( int iPixelFormat );
|
| H A D | stw_context.h | 41 int iPixelFormat; member in struct:stw_context 56 int iPixelFormat);
|
| H A D | stw_framebuffer.h | 86 int iPixelFormat; member in struct:stw_framebuffer 155 stw_framebuffer_create(HWND hwnd, int iPixelFormat, enum stw_framebuffer_owner owner);
|
| H A D | stw_context.c | 151 int iPixelFormat = GetPixelFormat(hdc); local in function:get_matching_pixel_format 154 if (!iPixelFormat) 156 if (!DescribePixelFormat(hdc, iPixelFormat, sizeof(pfd), &pfd)) 170 int iPixelFormat) 183 if (!iPixelFormat) { 193 iPixelFormat = fb->iPixelFormat; 201 iPixelFormat = get_matching_pixel_format(hdc); 202 if (!iPixelFormat) 207 pfi = stw_pixelformat_get_info( iPixelFormat ); 167 stw_create_context_attribs(HDC hdc,INT iLayerPlane,struct stw_context * shareCtx,int majorVersion,int minorVersion,int contextFlags,int profileMask,int iPixelFormat) argument 572 int iPixelFormat = get_matching_pixel_format(hDC); local in function:get_unlocked_refd_framebuffer_from_dc [all...] |
| H A D | stw_ext_rendertexture.c | 173 pixelFormatSave = fb->iPixelFormat; 174 fb->iPixelFormat = curctx->iPixelFormat; 176 fb->iPixelFormat = pixelFormatSave;
|
| H A D | stw_framebuffer.c | 264 stw_framebuffer_create(HWND hWnd, int iPixelFormat, enum stw_framebuffer_owner owner) argument 274 fb->iPixelFormat = iPixelFormat; 278 stw_dev->stw_winsys->create_framebuffer(stw_dev->screen, hWnd, iPixelFormat); 284 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count 285 ? iPixelFormat : 1; 288 fb->pfi = pfi = stw_pixelformat_get_info( iPixelFormat ); 463 DrvSetPixelFormat(HDC hdc, LONG iPixelFormat) argument 472 index = (uint) iPixelFormat - 1; 490 fb = stw_framebuffer_create(WindowFromDC(hdc), iPixelFormat, STW_FRAMEBUFFER_WGL_WINDO 514 int iPixelFormat = 0; local in function:stw_pixelformat_get [all...] |
| H A D | stw_ext_pixelformat.c | 52 stw_query_attrib(HDC hdc, int iPixelFormat, int iLayerPlane, int attrib, int *pvalue) argument 64 pfi = stw_pixelformat_get_info(iPixelFormat); 482 wglGetPixelFormatAttribfvARB(HDC hdc, int iPixelFormat, int iLayerPlane, argument 491 if (!stw_query_attrib(hdc, iPixelFormat, iLayerPlane, 502 wglGetPixelFormatAttribivARB(HDC hdc, int iPixelFormat, int iLayerPlane, argument 509 if (!stw_query_attrib(hdc, iPixelFormat, iLayerPlane,
|
| H A D | stw_winsys.h | 135 int iPixelFormat );
|
| H A D | stw_pixelformat.c | 157 pfi->iPixelFormat = util_dynarray_num_elements(&stw_dev->pixelformats, struct stw_pixelformat_info); 356 stw_pixelformat_get_info(int iPixelFormat) argument 360 if (iPixelFormat <= 0) { 364 index = iPixelFormat - 1; 377 DrvDescribePixelFormat(HDC hdc, INT iPixelFormat, ULONG cjpfd, argument 394 pfi = stw_pixelformat_get_info(iPixelFormat); 406 DrvDescribeLayerPlane(HDC hdc, INT iPixelFormat, INT iLayerPlane, argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_wgl.h | 50 int iPixelFormat, 59 int iPixelFormat,
|
| H A D | stw_pixelformat.h | 62 stw_pixelformat_get_info( int iPixelFormat );
|
| H A D | stw_context.h | 41 int iPixelFormat; member in struct:stw_context
|
| H A D | stw_context.c | 143 int iPixelFormat = GetPixelFormat(hdc); local in function:get_matching_pixel_format 146 if (!iPixelFormat) 148 if (!DescribePixelFormat(hdc, iPixelFormat, sizeof(pfd), &pfd)) 167 int iPixelFormat; local in function:stw_create_context_attribs 189 iPixelFormat = fb->iPixelFormat; 196 iPixelFormat = get_matching_pixel_format(hdc); 197 if (!iPixelFormat) 201 pfi = stw_pixelformat_get_info( iPixelFormat ); 216 ctx->iPixelFormat 480 int iPixelFormat = get_matching_pixel_format(hDrawDC); local in function:stw_make_current 520 int iPixelFormat = GetPixelFormat(hReadDC); local in function:stw_make_current [all...] |
| H A D | stw_framebuffer.h | 68 int iPixelFormat; member in struct:stw_framebuffer 136 stw_framebuffer_create(HDC hdc, int iPixelFormat);
|
| H A D | stw_framebuffer.c | 252 stw_framebuffer_create(HDC hdc, int iPixelFormat) argument 268 fb->iPixelFormat = iPixelFormat; 274 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count 275 ? iPixelFormat : 1; 277 fb->pfi = pfi = stw_pixelformat_get_info( iPixelFormat ); 423 DrvSetPixelFormat(HDC hdc, LONG iPixelFormat) argument 432 index = (uint) iPixelFormat - 1; 450 fb = stw_framebuffer_create(hdc, iPixelFormat); 461 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NUL 474 int iPixelFormat = 0; local in function:stw_pixelformat_get [all...] |
| H A D | stw_ext_rendertexture.c | 173 pixelFormatSave = fb->iPixelFormat; 174 fb->iPixelFormat = curctx->iPixelFormat; 177 fb->iPixelFormat = pixelFormatSave;
|
| H A D | stw_wgl.c | 181 int iPixelFormat, 185 return DrvDescribePixelFormat( hdc, iPixelFormat, nBytes, ppfd ); 198 int iPixelFormat, 206 return DrvSetPixelFormat( hdc, iPixelFormat ); 339 int iPixelFormat, 344 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd); 179 wglDescribePixelFormat(HDC hdc,int iPixelFormat,UINT nBytes,LPPIXELFORMATDESCRIPTOR ppfd) argument 196 wglSetPixelFormat(HDC hdc,int iPixelFormat,const PIXELFORMATDESCRIPTOR * ppfd) argument 337 wglDescribeLayerPlane(HDC hdc,int iPixelFormat,int iLayerPlane,UINT nBytes,LPLAYERPLANEDESCRIPTOR plpd) argument
|
| H A D | stw_ext_pixelformat.c | 52 stw_query_attrib(int iPixelFormat, int iLayerPlane, int attrib, int *pvalue) argument 64 pfi = stw_pixelformat_get_info(iPixelFormat); 481 wglGetPixelFormatAttribfvARB(HDC hdc, int iPixelFormat, int iLayerPlane, argument 492 if (!stw_query_attrib(iPixelFormat, iLayerPlane, 503 wglGetPixelFormatAttribivARB(HDC hdc, int iPixelFormat, int iLayerPlane, argument 512 if (!stw_query_attrib(iPixelFormat, iLayerPlane,
|
| H A D | stw_pixelformat.c | 327 stw_pixelformat_get_info(int iPixelFormat) argument 331 if (iPixelFormat <= 0) { 335 index = iPixelFormat - 1; 345 DrvDescribePixelFormat(HDC hdc, INT iPixelFormat, ULONG cjpfd, argument 364 pfi = stw_pixelformat_get_info(iPixelFormat); 376 DrvDescribeLayerPlane(HDC hdc, INT iPixelFormat, INT iLayerPlane, argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-gdi/ |
| H A D | stw_wgl.h | 50 int iPixelFormat, 59 int iPixelFormat,
|
| H A D | stw_wgl.c | 170 int iPixelFormat, 174 return DrvDescribePixelFormat( hdc, iPixelFormat, nBytes, ppfd ); 187 int iPixelFormat, 195 return DrvSetPixelFormat( hdc, iPixelFormat ); 330 int iPixelFormat, 335 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd); 168 wglDescribePixelFormat(HDC hdc,int iPixelFormat,UINT nBytes,LPPIXELFORMATDESCRIPTOR ppfd) argument 185 wglSetPixelFormat(HDC hdc,int iPixelFormat,const PIXELFORMATDESCRIPTOR * ppfd) argument 328 wglDescribeLayerPlane(HDC hdc,int iPixelFormat,int iLayerPlane,UINT nBytes,LPLAYERPLANEDESCRIPTOR plpd) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/d3d12/wgl/ |
| H A D | d3d12_wgl_public.h | 54 int iPixelFormat);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/ |
| H A D | wgl_ext_api.h | 46 int iPixelFormat, 53 int iPixelFormat, 66 int iPixelFormat,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-d3d12/ |
| H A D | libgl_d3d12.c | 98 int iPixelFormat) 100 return d3d12_wgl_create_framebuffer(screen, hWnd, iPixelFormat); 96 gdi_create_framebuffer(struct pipe_screen * screen,HWND hWnd,int iPixelFormat) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/wgl/ |
| H A D | wgl.c | 257 int iPixelFormat) 261 return d3d12_wgl_create_framebuffer(screen, hWnd, iPixelFormat); 255 wgl_create_framebuffer(struct pipe_screen * screen,HWND hWnd,int iPixelFormat) argument
|