Searched defs:piAttribIList (Results 1 - 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
H A D | stw_ext_pixelformat.c | 376 const int *piAttribIList, 404 if (piAttribIList != NULL) { 405 while (*piAttribIList != 0) { 406 if (!score_pixelformats( scores, count, piAttribIList[0], piAttribIList[1] )) { 410 piAttribIList += 2; 374 wglChoosePixelFormatARB( HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats ) argument
|
/external/skia/src/utils/win/ |
H A D | SkWGL_win.cpp | 47 const int* piAttribIList, 52 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList, 46 choosePixelFormat(HDC hdc, const int* piAttribIList, const FLOAT* pfAttribFList, UINT nMaxFormats, int* piFormats, UINT* nNumFormats) const argument
|
Completed in 787 milliseconds