Searched refs:piAttributes (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pixelformat.c | 467 const int *piAttributes, in wglGetPixelFormatAttribfvARB() argument 477 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &value )) in wglGetPixelFormatAttribfvARB() 491 const int *piAttributes, in wglGetPixelFormatAttribivARB() argument 499 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &piValues[i] )) in wglGetPixelFormatAttribivARB()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 57 const int *piAttributes, in getPixelFormatAttribiv() argument 60 nAttributes, piAttributes, piValues); in getPixelFormatAttribiv() 67 const int *piAttributes, in getPixelFormatAttribfv() argument 70 nAttributes, piAttributes, pfValues); in getPixelFormatAttribfv()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 479 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 480 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValue… 483 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 484 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValue… 601 …T (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 602 …T (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValue… 605 …) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 606 …) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValue…
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 122 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 123 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValue…
|