Searched refs:pfAttribFList (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pixelformat.c | 377 const FLOAT *pfAttribFList, in wglChoosePixelFormatARB() argument 413 if (pfAttribFList != NULL) { in wglChoosePixelFormatARB() 414 while (*pfAttribFList != 0) { in wglChoosePixelFormatARB() 415 if (!score_pixelformats( scores, count, (int) pfAttribFList[0], (int) pfAttribFList[1] )) { in wglChoosePixelFormatARB() 419 pfAttribFList += 2; in wglChoosePixelFormatARB()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 45 const FLOAT* pfAttribFList, in choosePixelFormat() argument 49 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList, in choosePixelFormat()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 481 …ChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm… 485 …EPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm… 603 …ChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm… 607 …EPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 124 …PixelFormatARBFunc) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
|