Searched defs:piAttributes (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.c467 const int *piAttributes,
477 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &value ))
491 const int *piAttributes,
499 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &piValues[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.c467 const int *piAttributes,
477 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &value ))
491 const int *piAttributes,
499 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &piValues[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.cpp57 const int *piAttributes,
60 nAttributes, piAttributes, piValues);
67 const int *piAttributes,
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.cpp57 const int *piAttributes,
60 nAttributes, piAttributes, piValues);
67 const int *piAttributes,
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 1759 milliseconds