Searched refs:nAttributes (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pixelformat.c | 487 UINT nAttributes, in wglGetPixelFormatAttribfvARB() argument 495 for (i = 0; i < nAttributes; i++) { in wglGetPixelFormatAttribfvARB() 511 UINT nAttributes, in wglGetPixelFormatAttribivARB() argument 519 for (i = 0; i < nAttributes; i++) { in wglGetPixelFormatAttribivARB()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 58 UINT nAttributes, in getPixelFormatAttribiv() argument 62 nAttributes, piAttributes, piValues); in getPixelFormatAttribiv() 68 UINT nAttributes, in getPixelFormatAttribfv() argument 72 nAttributes, piAttributes, pfValues); in getPixelFormatAttribfv()
|
/external/swiftshader/include/GL/ |
D | wglext.h | 211 …RMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piA… 212 …RMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piA… 215 …xelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piA… 216 …xelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piA… 469 …RMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttribu… 470 …RMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttribu… 473 …xelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttribu… 474 …xelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttribu…
|
/external/mesa3d/include/GL/ |
D | wglext.h | 218 …RMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piA… 219 …RMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piA… 222 …xelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piA… 223 …xelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piA… 476 …RMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttribu… 477 …RMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttribu… 480 …xelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttribu… 481 …xelFormatAttribfvEXT (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…
|