/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_context.c | 143 int iPixelFormat = GetPixelFormat(hdc); in get_matching_pixel_format() local 146 if (!iPixelFormat) in get_matching_pixel_format() 148 if (!DescribePixelFormat(hdc, iPixelFormat, sizeof(pfd), &pfd)) in get_matching_pixel_format() 167 int iPixelFormat; in stw_create_context_attribs() local 189 iPixelFormat = fb->iPixelFormat; in stw_create_context_attribs() 196 iPixelFormat = get_matching_pixel_format(hdc); in stw_create_context_attribs() 197 if (!iPixelFormat) in stw_create_context_attribs() 201 pfi = stw_pixelformat_get_info( iPixelFormat ); in stw_create_context_attribs() 216 ctx->iPixelFormat = iPixelFormat; in stw_create_context_attribs() 480 int iPixelFormat = get_matching_pixel_format(hDrawDC); in stw_make_current() local [all …]
|
D | stw_framebuffer.c | 252 stw_framebuffer_create(HDC hdc, int iPixelFormat) in stw_framebuffer_create() argument 268 fb->iPixelFormat = iPixelFormat; in stw_framebuffer_create() 274 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count in stw_framebuffer_create() 275 ? iPixelFormat : 1; in stw_framebuffer_create() 277 fb->pfi = pfi = stw_pixelformat_get_info( iPixelFormat ); in stw_framebuffer_create() 423 DrvSetPixelFormat(HDC hdc, LONG iPixelFormat) in DrvSetPixelFormat() argument 432 index = (uint) iPixelFormat - 1; in DrvSetPixelFormat() 450 fb = stw_framebuffer_create(hdc, iPixelFormat); in DrvSetPixelFormat() 461 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NULL); in DrvSetPixelFormat() 474 int iPixelFormat = 0; in stw_pixelformat_get() local [all …]
|
D | stw_wgl.c | 181 int iPixelFormat, in wglDescribePixelFormat() argument 185 return DrvDescribePixelFormat( hdc, iPixelFormat, nBytes, ppfd ); in wglDescribePixelFormat() 198 int iPixelFormat, in wglSetPixelFormat() argument 206 return DrvSetPixelFormat( hdc, iPixelFormat ); in wglSetPixelFormat() 339 int iPixelFormat, in wglDescribeLayerPlane() argument 344 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd); in wglDescribeLayerPlane()
|
D | stw_ext_rendertexture.c | 173 pixelFormatSave = fb->iPixelFormat; in wglBindTexImageARB() 174 fb->iPixelFormat = curctx->iPixelFormat; in wglBindTexImageARB() 177 fb->iPixelFormat = pixelFormatSave; in wglBindTexImageARB()
|
D | stw_ext_pixelformat.c | 52 stw_query_attrib(int iPixelFormat, int iLayerPlane, int attrib, int *pvalue) in stw_query_attrib() argument 64 pfi = stw_pixelformat_get_info(iPixelFormat); in stw_query_attrib() 481 wglGetPixelFormatAttribfvARB(HDC hdc, int iPixelFormat, int iLayerPlane, in wglGetPixelFormatAttribfvARB() argument 492 if (!stw_query_attrib(iPixelFormat, iLayerPlane, in wglGetPixelFormatAttribfvARB() 503 wglGetPixelFormatAttribivARB(HDC hdc, int iPixelFormat, int iLayerPlane, in wglGetPixelFormatAttribivARB() argument 512 if (!stw_query_attrib(iPixelFormat, iLayerPlane, in wglGetPixelFormatAttribivARB()
|
D | stw_pixelformat.c | 326 stw_pixelformat_get_info(int iPixelFormat) in stw_pixelformat_get_info() argument 330 if (iPixelFormat <= 0) { in stw_pixelformat_get_info() 334 index = iPixelFormat - 1; in stw_pixelformat_get_info() 344 DrvDescribePixelFormat(HDC hdc, INT iPixelFormat, ULONG cjpfd, in DrvDescribePixelFormat() argument 363 pfi = stw_pixelformat_get_info(iPixelFormat); in DrvDescribePixelFormat() 375 DrvDescribeLayerPlane(HDC hdc, INT iPixelFormat, INT iLayerPlane, in DrvDescribeLayerPlane() argument
|
D | stw_wgl.h | 50 int iPixelFormat, 59 int iPixelFormat,
|
D | stw_framebuffer.h | 68 int iPixelFormat; member 136 stw_framebuffer_create(HDC hdc, int iPixelFormat);
|
D | stw_ext_pbuffer.c | 71 int iPixelFormat, in wglCreatePbufferARB() argument 93 info = stw_pixelformat_get_info(iPixelFormat - 1); in wglCreatePbufferARB() 249 fb = stw_framebuffer_create(hDC, iPixelFormat); in wglCreatePbufferARB()
|
D | stw_pixelformat.h | 62 stw_pixelformat_get_info( int iPixelFormat );
|
D | stw_context.h | 41 int iPixelFormat; member
|
D | stw_icd.h | 539 INT iPixelFormat, 547 INT iPixelFormat, 598 LONG iPixelFormat );
|
/external/skqp/src/utils/win/ |
D | SkWGL_win.cpp | 57 int iPixelFormat, in getPixelFormatAttribiv() argument 62 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane, in getPixelFormatAttribiv() 67 int iPixelFormat, in getPixelFormatAttribfv() argument 72 return fGetPixelFormatAttribfv(hdc, iPixelFormat, iLayerPlane, in getPixelFormatAttribfv() 86 int iPixelFormat, in createPbuffer() argument 90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 57 int iPixelFormat, in getPixelFormatAttribiv() argument 62 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane, in getPixelFormatAttribiv() 67 int iPixelFormat, in getPixelFormatAttribfv() argument 72 return fGetPixelFormatAttribfv(hdc, iPixelFormat, iLayerPlane, in getPixelFormatAttribfv() 86 int iPixelFormat, in createPbuffer() argument 90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i… 162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i… 221 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP… 222 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP… 225 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 226 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 425 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i… 431 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i… 486 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerP… 487 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerP… [all …]
|
/external/swiftshader/include/GL/ |
D | wglext.h | 156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i… 162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i… 221 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP… 222 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP… 225 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 226 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 425 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i… 431 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i… 486 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerP… 487 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerP… [all …]
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 131 typedef BOOL (WINAPI* wglGetPixelFormatAttribivARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlan… 132 typedef BOOL (WINAPI* wglGetPixelFormatAttribfvARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlan…
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 950 DescribePixelFormat(hdc ptr[inout, intptr], iPixelFormat int32, nBytes int32, ppfd ptr[inout, intpt…
|