Searched refs:nAttributes (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pixelformat.c | 466 UINT nAttributes, in wglGetPixelFormatAttribfvARB() argument 474 for (i = 0; i < nAttributes; i++) { in wglGetPixelFormatAttribfvARB() 490 UINT nAttributes, in wglGetPixelFormatAttribivARB() argument 498 for (i = 0; i < nAttributes; i++) { in wglGetPixelFormatAttribivARB()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 56 UINT nAttributes, in getPixelFormatAttribiv() argument 60 nAttributes, piAttributes, piValues); in getPixelFormatAttribiv() 66 UINT nAttributes, in getPixelFormatAttribfv() argument 70 nAttributes, piAttributes, pfValues); in getPixelFormatAttribfv()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 479 …xelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piA… 480 …xelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piA… 483 …RMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piA… 484 …RMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piA… 601 …xelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttribu… 602 …xelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttribu… 605 …RMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttribu… 606 …RMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttribu…
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 122 …rmatAttribivARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piA… 123 …rmatAttribfvARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piA…
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 693 adapt->nAttributes = nattributes; in xorg_setup_textured_adapter()
|