Searched defs:iPixelFormat (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.h41 int iPixelFormat; member in struct:stw_context
H A Dstw_ext_pbuffer.c71 int iPixelFormat,
93 info = stw_pixelformat_get_info(iPixelFormat - 1);
249 fb = stw_framebuffer_create(hDC, iPixelFormat);
70 wglCreatePbufferARB(HDC hCurrentDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList) argument
H A Dstw_ext_pixelformat.c53 int iPixelFormat,
68 pfi = stw_pixelformat_get_info( iPixelFormat );
485 int iPixelFormat,
498 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &value ))
509 int iPixelFormat,
520 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &piValues[i] ))
52 stw_query_attrib( int iPixelFormat, int iLayerPlane, int attrib, int *pvalue ) argument
483 wglGetPixelFormatAttribfvARB( HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues ) argument
507 wglGetPixelFormatAttribivARB( HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues ) argument
H A Dstw_framebuffer.h68 int iPixelFormat; member in struct:stw_framebuffer
133 stw_framebuffer_create(HDC hdc, int iPixelFormat);
H A Dstw_context.c145 int iPixelFormat; local
167 iPixelFormat = fb->iPixelFormat;
173 pfi = stw_pixelformat_get_info( iPixelFormat );
186 ctx->iPixelFormat = iPixelFormat;
430 int iPixelFormat = GetPixelFormat(hdc); local
431 if (iPixelFormat)
432 fb = stw_framebuffer_create( hdc, iPixelFormat );
437 if (fb->iPixelFormat !
[all...]
H A Dstw_framebuffer.c251 stw_framebuffer_create(HDC hdc, int iPixelFormat) argument
267 fb->iPixelFormat = iPixelFormat;
273 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count
274 ? iPixelFormat : 1;
276 fb->pfi = pfi = stw_pixelformat_get_info( iPixelFormat );
422 DrvSetPixelFormat(HDC hdc, LONG iPixelFormat) argument
431 index = (uint) iPixelFormat - 1;
449 fb = stw_framebuffer_create(hdc, iPixelFormat);
460 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NUL
473 int iPixelFormat = 0; local
[all...]
H A Dstw_pixelformat.c324 stw_pixelformat_get_info( int iPixelFormat )
328 if (iPixelFormat <= 0) {
332 index = iPixelFormat - 1;
344 INT iPixelFormat,
363 pfi = stw_pixelformat_get_info( iPixelFormat );
376 INT iPixelFormat,
342 DrvDescribePixelFormat( HDC hdc, INT iPixelFormat, ULONG cjpfd, PIXELFORMATDESCRIPTOR *ppfd ) argument
374 DrvDescribeLayerPlane( HDC hdc, INT iPixelFormat, INT iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd ) argument
H A Dstw_wgl.c174 int iPixelFormat,
178 return DrvDescribePixelFormat( hdc, iPixelFormat, nBytes, ppfd );
191 int iPixelFormat,
199 return DrvSetPixelFormat( hdc, iPixelFormat );
299 int iPixelFormat,
304 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd);
172 wglDescribePixelFormat( HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd ) argument
189 wglSetPixelFormat( HDC hdc, int iPixelFormat, const PIXELFORMATDESCRIPTOR *ppfd ) argument
297 wglDescribeLayerPlane( HDC hdc, int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd ) argument
/external/skia/src/utils/win/
H A DSkWGL_win.cpp57 int iPixelFormat,
62 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane,
67 int iPixelFormat,
72 return fGetPixelFormatAttribfv(hdc, iPixelFormat, iLayerPlane,
86 int iPixelFormat,
90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList);
56 getPixelFormatAttribiv(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues) const argument
66 getPixelFormatAttribfv(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, float *pfValues) const argument
85 createPbuffer(HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList) const argument
/external/skqp/src/utils/win/
H A DSkWGL_win.cpp57 int iPixelFormat,
62 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane,
67 int iPixelFormat,
72 return fGetPixelFormatAttribfv(hdc, iPixelFormat, iLayerPlane,
86 int iPixelFormat,
90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList);
56 getPixelFormatAttribiv(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues) const argument
66 getPixelFormatAttribfv(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, float *pfValues) const argument
85 createPbuffer(HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList) const argument
/external/swiftshader/src/OpenGL/libGL/
H A DlibGL.cpp7849 int WINAPI wglDescribePixelFormat(HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd) argument
8198 BOOL WINAPI wglSetPixelFormat(HDC hdc, int iPixelFormat, const PIXELFORMATDESCRIPTOR *ppfd) argument

Completed in 203 milliseconds