Searched refs:piAttribIList (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pixelformat.c | 376 const int *piAttribIList, in wglChoosePixelFormatARB() argument 404 if (piAttribIList != NULL) { in wglChoosePixelFormatARB() 405 while (*piAttribIList != 0) { in wglChoosePixelFormatARB() 406 if (!score_pixelformats( scores, count, piAttribIList[0], piAttribIList[1] )) { in wglChoosePixelFormatARB() 410 piAttribIList += 2; in wglChoosePixelFormatARB()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 44 const int* piAttribIList, in choosePixelFormat() argument 49 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList, in choosePixelFormat()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 481 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttri… 485 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FL… 603 extern BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttri… 607 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FL…
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 124 typedef BOOL (WINAPI* wglChoosePixelFormatARBFunc) (HDC hdc, const int *piAttribIList, const FLOAT…
|