Searched refs:piAttribIList (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pixelformat.c | 395 const int *piAttribIList, in wglChoosePixelFormatARB() argument 423 if (piAttribIList != NULL) { in wglChoosePixelFormatARB() 424 while (*piAttribIList != 0) { in wglChoosePixelFormatARB() 425 if (!score_pixelformats( scores, count, piAttribIList[0], piAttribIList[1] )) { in wglChoosePixelFormatARB() 429 piAttribIList += 2; in wglChoosePixelFormatARB()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 46 const int* piAttribIList, in choosePixelFormat() argument 51 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList, in choosePixelFormat()
|
/external/swiftshader/include/GL/ |
D | wglext.h | 213 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FL… 217 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,… 471 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FL… 475 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
|
/external/mesa3d/include/GL/ |
D | wglext.h | 220 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FL… 224 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,… 478 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FL… 482 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 124 typedef BOOL (WINAPI* wglChoosePixelFormatARBFunc) (HDC hdc, const int *piAttribIList, const FLOAT…
|