Home
last modified time | relevance | path

Searched refs:nAttributes (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pixelformat.c466 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/
DSkWGL_win.cpp56 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/
Dwglext.h479 …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/
DtcuWGL.cpp122 …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/
Dxorg_xv.c693 adapt->nAttributes = nattributes; in xorg_setup_textured_adapter()