/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pixelformat.c | 482 UINT nAttributes, const int *piAttributes, in wglGetPixelFormatAttribfvARB() argument 493 piAttributes[i], &value)) in wglGetPixelFormatAttribfvARB() 504 UINT nAttributes, const int *piAttributes, in wglGetPixelFormatAttribivARB() argument 513 piAttributes[i], &piValues[i])) in wglGetPixelFormatAttribivARB()
|
/external/skqp/src/utils/win/ |
D | SkWGL_win.cpp | 60 const int *piAttributes, in getPixelFormatAttribiv() argument 63 nAttributes, piAttributes, piValues); in getPixelFormatAttribiv() 70 const int *piAttributes, in getPixelFormatAttribfv() argument 73 nAttributes, piAttributes, pfValues); in getPixelFormatAttribfv()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 60 const int *piAttributes, in getPixelFormatAttribiv() argument 63 nAttributes, piAttributes, piValues); in getPixelFormatAttribiv() 70 const int *piAttributes, in getPixelFormatAttribfv() argument 73 nAttributes, piAttributes, pfValues); in getPixelFormatAttribfv()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 221 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 222 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValue… 225 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 226 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValue… 486 …) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 487 …) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValue… 490 …T (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 491 …T (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValue…
|
/external/swiftshader/include/GL/ |
D | wglext.h | 221 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 222 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValue… 225 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 226 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValue… 486 …) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 487 …) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValue… 490 …T (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues); 491 …T (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValue…
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 131 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues); 132 … hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValue…
|