Searched refs:iPixelFormat (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_pixelformat.h58 stw_pixelformat_get_info( int iPixelFormat );
H A Dstw_framebuffer.h64 int iPixelFormat; member in struct:stw_framebuffer
120 int iPixelFormat );
H A Dstw_wgl.h50 int iPixelFormat,
59 int iPixelFormat,
H A Dstw_context.h40 int iPixelFormat; member in struct:stw_context
H A Dstw_context.c141 int iPixelFormat; local
155 iPixelFormat = GetPixelFormat(hdc);
156 if(!iPixelFormat)
167 assert(iPixelFormat == fb->iDisplayablePixelFormat);
168 iPixelFormat = fb->iPixelFormat;
172 pfi = stw_pixelformat_get_info( iPixelFormat );
185 ctx->iPixelFormat = iPixelFormat;
363 int iPixelFormat local
[all...]
H A Dstw_framebuffer.c242 int iPixelFormat )
263 fb->iPixelFormat = iPixelFormat;
269 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count ? iPixelFormat : 1;
271 fb->pfi = pfi = stw_pixelformat_get_info( iPixelFormat );
444 LONG iPixelFormat )
453 index = (uint) iPixelFormat - 1;
471 fb = stw_framebuffer_create(hdc, iPixelFormat);
482 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NUL
494 int iPixelFormat = 0; local
[all...]
H A Dstw_wgl.c168 int iPixelFormat,
172 return DrvDescribePixelFormat( hdc, iPixelFormat, nBytes, ppfd );
185 int iPixelFormat,
193 return DrvSetPixelFormat( hdc, iPixelFormat );
293 int iPixelFormat,
298 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd);
166 wglDescribePixelFormat( HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd ) argument
183 wglSetPixelFormat( HDC hdc, int iPixelFormat, const PIXELFORMATDESCRIPTOR *ppfd ) argument
291 wglDescribeLayerPlane( HDC hdc, int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd ) argument
H A Dstw_ext_pixelformat.c53 int iPixelFormat,
68 pfi = stw_pixelformat_get_info( iPixelFormat );
464 int iPixelFormat,
477 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &value ))
488 int iPixelFormat,
499 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &piValues[i] ))
52 stw_query_attrib( int iPixelFormat, int iLayerPlane, int attrib, int *pvalue ) argument
462 wglGetPixelFormatAttribfvARB( HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues ) argument
486 wglGetPixelFormatAttribivARB( HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues ) argument
H A Dstw_pixelformat.c298 stw_pixelformat_get_info( int iPixelFormat )
302 if (iPixelFormat <= 0) {
306 index = iPixelFormat - 1;
318 INT iPixelFormat,
337 pfi = stw_pixelformat_get_info( iPixelFormat );
350 INT iPixelFormat,
316 DrvDescribePixelFormat( HDC hdc, INT iPixelFormat, ULONG cjpfd, PIXELFORMATDESCRIPTOR *ppfd ) argument
348 DrvDescribeLayerPlane( HDC hdc, INT iPixelFormat, INT iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd ) argument
H A Dstw_ext_pbuffer.c69 int iPixelFormat,
88 info = stw_pixelformat_get_info(iPixelFormat - 1);
214 fb = stw_framebuffer_create(hDC, iPixelFormat);
68 wglCreatePbufferARB(HDC hCurrentDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList) argument
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_pixelformat.h58 stw_pixelformat_get_info( int iPixelFormat );
H A Dstw_framebuffer.h64 int iPixelFormat; member in struct:stw_framebuffer
120 int iPixelFormat );
H A Dstw_wgl.h50 int iPixelFormat,
59 int iPixelFormat,
H A Dstw_context.h40 int iPixelFormat; member in struct:stw_context
H A Dstw_context.c141 int iPixelFormat; local
155 iPixelFormat = GetPixelFormat(hdc);
156 if(!iPixelFormat)
167 assert(iPixelFormat == fb->iDisplayablePixelFormat);
168 iPixelFormat = fb->iPixelFormat;
172 pfi = stw_pixelformat_get_info( iPixelFormat );
185 ctx->iPixelFormat = iPixelFormat;
363 int iPixelFormat local
[all...]
H A Dstw_framebuffer.c242 int iPixelFormat )
263 fb->iPixelFormat = iPixelFormat;
269 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count ? iPixelFormat : 1;
271 fb->pfi = pfi = stw_pixelformat_get_info( iPixelFormat );
444 LONG iPixelFormat )
453 index = (uint) iPixelFormat - 1;
471 fb = stw_framebuffer_create(hdc, iPixelFormat);
482 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NUL
494 int iPixelFormat = 0; local
[all...]
H A Dstw_wgl.c168 int iPixelFormat,
172 return DrvDescribePixelFormat( hdc, iPixelFormat, nBytes, ppfd );
185 int iPixelFormat,
193 return DrvSetPixelFormat( hdc, iPixelFormat );
293 int iPixelFormat,
298 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd);
166 wglDescribePixelFormat( HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd ) argument
183 wglSetPixelFormat( HDC hdc, int iPixelFormat, const PIXELFORMATDESCRIPTOR *ppfd ) argument
291 wglDescribeLayerPlane( HDC hdc, int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd ) argument
H A Dstw_ext_pixelformat.c53 int iPixelFormat,
68 pfi = stw_pixelformat_get_info( iPixelFormat );
464 int iPixelFormat,
477 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &value ))
488 int iPixelFormat,
499 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &piValues[i] ))
52 stw_query_attrib( int iPixelFormat, int iLayerPlane, int attrib, int *pvalue ) argument
462 wglGetPixelFormatAttribfvARB( HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues ) argument
486 wglGetPixelFormatAttribivARB( HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues ) argument
H A Dstw_pixelformat.c298 stw_pixelformat_get_info( int iPixelFormat )
302 if (iPixelFormat <= 0) {
306 index = iPixelFormat - 1;
318 INT iPixelFormat,
337 pfi = stw_pixelformat_get_info( iPixelFormat );
350 INT iPixelFormat,
316 DrvDescribePixelFormat( HDC hdc, INT iPixelFormat, ULONG cjpfd, PIXELFORMATDESCRIPTOR *ppfd ) argument
348 DrvDescribeLayerPlane( HDC hdc, INT iPixelFormat, INT iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd ) argument
H A Dstw_ext_pbuffer.c69 int iPixelFormat,
88 info = stw_pixelformat_get_info(iPixelFormat - 1);
214 fb = stw_framebuffer_create(hDC, iPixelFormat);
68 wglCreatePbufferARB(HDC hCurrentDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
H A Dwgl.c297 int iPixelFormat,
305 if(iPixelFormat < 1 || iPixelFormat > npfd ||
311 *ppfd = pfd[iPixelFormat - 1].pfd;
335 WINGDIAPI BOOL GLAPIENTRY wglSetPixelFormat(HDC hdc,int iPixelFormat, argument
345 if(iPixelFormat < 1 || iPixelFormat > npfd) {
349 curPFD = iPixelFormat;
635 int iPixelFormat,
640 (void) hdc; (void) iPixelFormat; (voi
296 wglDescribePixelFormat(HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd) argument
634 wglDescribeLayerPlane(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd) argument
[all...]
/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwgl.c297 int iPixelFormat,
305 if(iPixelFormat < 1 || iPixelFormat > npfd ||
311 *ppfd = pfd[iPixelFormat - 1].pfd;
335 WINGDIAPI BOOL GLAPIENTRY wglSetPixelFormat(HDC hdc,int iPixelFormat, argument
345 if(iPixelFormat < 1 || iPixelFormat > npfd) {
349 curPFD = iPixelFormat;
635 int iPixelFormat,
640 (void) hdc; (void) iPixelFormat; (voi
296 wglDescribePixelFormat(HDC hdc, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd) argument
634 wglDescribeLayerPlane(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd) argument
[all...]
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp54 int iPixelFormat,
59 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane,
64 int iPixelFormat,
69 return fGetPixelFormatAttribfv(hdc, iPixelFormat, iLayerPlane,
83 int iPixelFormat,
87 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList);
53 getPixelFormatAttribiv(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues) const argument
63 getPixelFormatAttribfv(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, float *pfValues) const argument
82 createPbuffer(HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList) const argument
/external/skia/src/utils/win/
H A DSkWGL_win.cpp54 int iPixelFormat,
59 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane,
64 int iPixelFormat,
69 return fGetPixelFormatAttribfv(hdc, iPixelFormat, iLayerPlane,
53 getPixelFormatAttribiv(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues) const argument
63 getPixelFormatAttribfv(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, float *pfValues) const argument
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dwglext.h479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
483 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
484 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
501 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
507 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
585 extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
591 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
601 extern BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues);
602 extern BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, in
[all...]

Completed in 307 milliseconds

12