/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_framebuffer.c | 242 int iPixelFormat ) in stw_framebuffer_create() argument 263 fb->iPixelFormat = iPixelFormat; in stw_framebuffer_create() 269 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count ? iPixelFormat : 1; in stw_framebuffer_create() 271 fb->pfi = pfi = stw_pixelformat_get_info( iPixelFormat ); in stw_framebuffer_create() 444 LONG iPixelFormat ) in DrvSetPixelFormat() argument 453 index = (uint) iPixelFormat - 1; in DrvSetPixelFormat() 471 fb = stw_framebuffer_create(hdc, iPixelFormat); in DrvSetPixelFormat() 482 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NULL); in DrvSetPixelFormat() 494 int iPixelFormat = 0; in stw_pixelformat_get() local 499 iPixelFormat = fb->iPixelFormat; in stw_pixelformat_get() [all …]
|
D | stw_context.c | 141 int iPixelFormat; in stw_create_context_attribs() local 155 iPixelFormat = GetPixelFormat(hdc); in stw_create_context_attribs() 156 if(!iPixelFormat) in stw_create_context_attribs() 167 assert(iPixelFormat == fb->iDisplayablePixelFormat); in stw_create_context_attribs() 168 iPixelFormat = fb->iPixelFormat; in stw_create_context_attribs() 172 pfi = stw_pixelformat_get_info( iPixelFormat ); in stw_create_context_attribs() 185 ctx->iPixelFormat = iPixelFormat; in stw_create_context_attribs() 363 int iPixelFormat = GetPixelFormat(hdc); in stw_make_current() local 364 if (iPixelFormat) in stw_make_current() 365 fb = stw_framebuffer_create( hdc, iPixelFormat ); in stw_make_current() [all …]
|
D | stw_wgl.c | 168 int iPixelFormat, in wglDescribePixelFormat() argument 172 return DrvDescribePixelFormat( hdc, iPixelFormat, nBytes, ppfd ); in wglDescribePixelFormat() 185 int iPixelFormat, in wglSetPixelFormat() argument 193 return DrvSetPixelFormat( hdc, iPixelFormat ); in wglSetPixelFormat() 293 int iPixelFormat, in wglDescribeLayerPlane() argument 298 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd); in wglDescribeLayerPlane()
|
D | stw_ext_pixelformat.c | 53 int iPixelFormat, in stw_query_attrib() argument 68 pfi = stw_pixelformat_get_info( iPixelFormat ); in stw_query_attrib() 464 int iPixelFormat, in wglGetPixelFormatAttribfvARB() argument 477 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &value )) in wglGetPixelFormatAttribfvARB() 488 int iPixelFormat, in wglGetPixelFormatAttribivARB() argument 499 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &piValues[i] )) in wglGetPixelFormatAttribivARB()
|
D | stw_pixelformat.c | 298 stw_pixelformat_get_info( int iPixelFormat ) in stw_pixelformat_get_info() argument 302 if (iPixelFormat <= 0) { in stw_pixelformat_get_info() 306 index = iPixelFormat - 1; in stw_pixelformat_get_info() 318 INT iPixelFormat, in DrvDescribePixelFormat() argument 337 pfi = stw_pixelformat_get_info( iPixelFormat ); in DrvDescribePixelFormat() 350 INT iPixelFormat, in DrvDescribeLayerPlane() argument
|
D | stw_wgl.h | 50 int iPixelFormat, 59 int iPixelFormat,
|
D | stw_framebuffer.h | 64 int iPixelFormat; member 120 int iPixelFormat );
|
D | stw_ext_pbuffer.c | 69 int iPixelFormat, in wglCreatePbufferARB() argument 88 info = stw_pixelformat_get_info(iPixelFormat - 1); in wglCreatePbufferARB() 214 fb = stw_framebuffer_create(hDC, iPixelFormat); in wglCreatePbufferARB()
|
D | stw_pixelformat.h | 58 stw_pixelformat_get_info( int iPixelFormat );
|
D | stw_context.h | 40 int iPixelFormat; member
|
D | stw_icd.h | 539 INT iPixelFormat, 547 INT iPixelFormat, 598 LONG iPixelFormat );
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | wgl.c | 297 int iPixelFormat, in wglDescribePixelFormat() argument 305 if(iPixelFormat < 1 || iPixelFormat > npfd || in wglDescribePixelFormat() 311 *ppfd = pfd[iPixelFormat - 1].pfd; in wglDescribePixelFormat() 335 WINGDIAPI BOOL GLAPIENTRY wglSetPixelFormat(HDC hdc,int iPixelFormat, in wglSetPixelFormat() argument 345 if(iPixelFormat < 1 || iPixelFormat > npfd) { in wglSetPixelFormat() 349 curPFD = iPixelFormat; in wglSetPixelFormat() 635 int iPixelFormat, in wglDescribeLayerPlane() argument 640 (void) hdc; (void) iPixelFormat; (void) iLayerPlane; in wglDescribeLayerPlane()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 56 int iPixelFormat, in getPixelFormatAttribiv() argument 61 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane, in getPixelFormatAttribiv() 66 int iPixelFormat, in getPixelFormatAttribfv() argument 71 return fGetPixelFormatAttribfv(hdc, iPixelFormat, iLayerPlane, in getPixelFormatAttribfv() 85 int iPixelFormat, in createPbuffer() argument 89 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer()
|
/external/swiftshader/include/GL/ |
D | wglext.h | 146 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i… 152 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i… 211 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP… 212 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP… 215 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 216 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu… 408 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i… 414 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i… 469 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerP… 470 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerP… [all …]
|
/external/mesa3d/include/GL/ |
D | wglext.h | 479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n… 480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n… 483 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP… 484 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerP… 501 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, … 507 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i… 585 extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, … 591 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i… 601 extern BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n… 602 extern BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT n… [all …]
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 122 typedef BOOL (WINAPI* wglGetPixelFormatAttribivARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlane… 123 typedef BOOL (WINAPI* wglGetPixelFormatAttribfvARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlane…
|
/external/swiftshader/src/OpenGL/libGL/ |
D | libGL.cpp | 7875 int WINAPI wglDescribePixelFormat(HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR p… in wglDescribePixelFormat() argument 8224 BOOL WINAPI wglSetPixelFormat(HDC hdc, int iPixelFormat, const PIXELFORMATDESCRIPTOR *ppfd) in wglSetPixelFormat() argument
|