Searched refs:piAttribIList (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pixelformat.c | 391 wglChoosePixelFormatARB(HDC hdc, const int *piAttribIList, in wglChoosePixelFormatARB() argument 418 if (piAttribIList != NULL) { in wglChoosePixelFormatARB() 419 while (*piAttribIList != 0) { in wglChoosePixelFormatARB() 420 if (!score_pixelformats(scores, count, piAttribIList[0], in wglChoosePixelFormatARB() 421 piAttribIList[1])) { in wglChoosePixelFormatARB() 425 piAttribIList += 2; in wglChoosePixelFormatARB()
|
/external/skqp/src/utils/win/ |
D | SkWGL_win.cpp | 47 const int* piAttribIList, in choosePixelFormat() argument 52 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList, in choosePixelFormat()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 47 const int* piAttribIList, in choosePixelFormat() argument 52 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList, in choosePixelFormat()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 223 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FL… 227 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,… 488 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FL… 492 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
|
/external/swiftshader/include/GL/ |
D | wglext.h | 223 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FL… 227 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,… 488 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FL… 492 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 133 typedef BOOL (WINAPI* wglChoosePixelFormatARBFunc) (HDC hdc, const int *piAttribIList, const FLOA…
|