Searched defs:pfAttribFList (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.c377 const FLOAT *pfAttribFList,
413 if (pfAttribFList != NULL) {
414 while (*pfAttribFList != 0) {
415 if (!score_pixelformats( scores, count, (int) pfAttribFList[0], (int) pfAttribFList[1] )) {
419 pfAttribFList += 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.c377 const FLOAT *pfAttribFList,
413 if (pfAttribFList != NULL) {
414 while (*pfAttribFList != 0) {
415 if (!score_pixelformats( scores, count, (int) pfAttribFList[0], (int) pfAttribFList[1] )) {
419 pfAttribFList += 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.cpp45 const FLOAT* pfAttribFList,
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.cpp45 const FLOAT* pfAttribFList,
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 168 milliseconds