Home
last modified time | relevance | path

Searched refs:iPixelFormat (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.c143 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 …]
Dstw_framebuffer.c252 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 …]
Dstw_wgl.c181 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()
Dstw_ext_rendertexture.c173 pixelFormatSave = fb->iPixelFormat; in wglBindTexImageARB()
174 fb->iPixelFormat = curctx->iPixelFormat; in wglBindTexImageARB()
177 fb->iPixelFormat = pixelFormatSave; in wglBindTexImageARB()
Dstw_ext_pixelformat.c52 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()
Dstw_pixelformat.c326 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
Dstw_wgl.h50 int iPixelFormat,
59 int iPixelFormat,
Dstw_framebuffer.h68 int iPixelFormat; member
136 stw_framebuffer_create(HDC hdc, int iPixelFormat);
Dstw_ext_pbuffer.c71 int iPixelFormat, in wglCreatePbufferARB() argument
93 info = stw_pixelformat_get_info(iPixelFormat - 1); in wglCreatePbufferARB()
249 fb = stw_framebuffer_create(hDC, iPixelFormat); in wglCreatePbufferARB()
Dstw_pixelformat.h62 stw_pixelformat_get_info( int iPixelFormat );
Dstw_context.h41 int iPixelFormat; member
Dstw_icd.h539 INT iPixelFormat,
547 INT iPixelFormat,
598 LONG iPixelFormat );
/external/skqp/src/utils/win/
DSkWGL_win.cpp57 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/
DSkWGL_win.cpp57 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/
Dwglext.h156 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/
Dwglext.h156 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/
DtcuWGL.cpp131 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/
Dwindows.txt950 DescribePixelFormat(hdc ptr[inout, intptr], iPixelFormat int32, nBytes int32, ppfd ptr[inout, intpt…