Searched refs:cEntries (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_wgl.c | 353 int cEntries, in wglSetLayerPaletteEntries() argument 356 return DrvSetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); in wglSetLayerPaletteEntries() 364 int cEntries, in wglGetLayerPaletteEntries() argument 367 return DrvGetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); in wglGetLayerPaletteEntries()
|
D | stw_pixelformat.c | 393 INT cEntries, COLORREF *pcr) in DrvGetLayerPaletteEntries() argument 402 INT cEntries, CONST COLORREF *pcr) in DrvSetLayerPaletteEntries() argument
|
D | gldrv.h | 378 …_In_range_(0,OPENGL_VERSION_110_ENTRIES) int cEntries; // Number of function…
|
/external/angle/src/libGL/ |
D | entry_points_wgl.cpp | 218 wglGetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, COLORREF *pcr) in wglGetLayerPaletteEntries() argument 288 wglSetLayerPaletteEntries(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *pcr) in wglSetLayerPaletteEntries() argument
|
/external/angle/include/WGL/ |
D | wgl.h | 101 …LGETLAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *… 105 …LSETLAYERPALETTEENTRIESPROC) (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF *… 128 int WINAPI wglGetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COL… 132 int WINAPI wglSetLayerPaletteEntries (HDC hdc, int iLayerPlane, int iStart, int cEntries, const COL…
|