Searched refs:cEntries (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_wgl.c | 352 int cEntries, in wglSetLayerPaletteEntries() argument 355 return DrvSetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); in wglSetLayerPaletteEntries() 363 int cEntries, in wglGetLayerPaletteEntries() argument 366 return DrvGetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr); in wglGetLayerPaletteEntries()
|
D | stw_pixelformat.c | 385 INT cEntries, COLORREF *pcr) in DrvGetLayerPaletteEntries() argument 394 INT cEntries, CONST COLORREF *pcr) in DrvSetLayerPaletteEntries() argument
|
D | stw_icd.h | 392 int cEntries; member 556 INT cEntries, 592 INT cEntries,
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 911 AnimatePalette(hPal ptr[inout, intptr], iStartIndex int32, cEntries int32, ppe ptr[inout, intptr]) 999 GetPaletteEntries(hpal ptr[inout, intptr], iStart int32, cEntries int32, pPalEntries ptr[inout, int… 1009 GetSystemPaletteEntries(hdc ptr[inout, intptr], iStart int32, cEntries int32, pPalEntries ptr[inout… 1081 SetPaletteEntries(hpal ptr[inout, intptr], iStart int32, cEntries int32, pPalEntries ptr[inout, int… 1130 GetDIBColorTable(hdc ptr[inout, intptr], iStart int32, cEntries int32, prgbq ptr[inout, intptr]) 1131 SetDIBColorTable(hdc ptr[inout, intptr], iStart int32, cEntries int32, prgbq ptr[inout, intptr])
|