Searched defs:piAttribIList (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c376 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/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c376 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 DSkWGL_win.cpp44 const int* piAttribIList,
49 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList,
43 choosePixelFormat(HDC hdc, const int* piAttribIList, const FLOAT* pfAttribFList, UINT nMaxFormats, int* piFormats, UINT* nNumFormats) const argument
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp44 const int* piAttribIList,
49 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList,
43 choosePixelFormat(HDC hdc, const int* piAttribIList, const FLOAT* pfAttribFList, UINT nMaxFormats, int* piFormats, UINT* nNumFormats) const argument

Completed in 113 milliseconds