Home
last modified time | relevance | path

Searched refs:piAttribIList (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pixelformat.c395 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/
DSkWGL_win.cpp46 const int* piAttribIList, in choosePixelFormat() argument
51 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList, in choosePixelFormat()
/external/swiftshader/include/GL/
Dwglext.h213 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/
Dwglext.h220 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/
DtcuWGL.cpp124 typedef BOOL (WINAPI* wglChoosePixelFormatARBFunc) (HDC hdc, const int *piAttribIList, const FLOAT…