Searched defs:nAttributes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c466 UINT nAttributes,
474 for (i = 0; i < nAttributes; i++) {
490 UINT nAttributes,
498 for (i = 0; i < nAttributes; i++) {
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
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c466 UINT nAttributes,
474 for (i = 0; i < nAttributes; i++) {
490 UINT nAttributes,
498 for (i = 0; i < nAttributes; i++) {
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
/external/skia/src/utils/win/
H A DSkWGL_win.cpp56 UINT nAttributes,
60 nAttributes, piAttributes, piValues);
66 UINT nAttributes,
70 nAttributes, piAttributes, pfValues);
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/skia/src/utils/win/
H A DSkWGL_win.cpp56 UINT nAttributes,
60 nAttributes, piAttributes, piValues);
66 UINT nAttributes,
70 nAttributes, piAttributes, pfValues);
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

Completed in 126 milliseconds