Home
last modified time | relevance | path

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

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