Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pixelformat.c377 const FLOAT *pfAttribFList, in wglChoosePixelFormatARB() argument
413 if (pfAttribFList != NULL) { in wglChoosePixelFormatARB()
414 while (*pfAttribFList != 0) { in wglChoosePixelFormatARB()
415 if (!score_pixelformats( scores, count, (int) pfAttribFList[0], (int) pfAttribFList[1] )) { in wglChoosePixelFormatARB()
419 pfAttribFList += 2; in wglChoosePixelFormatARB()
/external/skia/src/utils/win/
DSkWGL_win.cpp45 const FLOAT* pfAttribFList, in choosePixelFormat() argument
49 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList, in choosePixelFormat()
/external/mesa3d/include/GL/
Dwglext.h481 …ChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
485 …EPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
603 …ChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
607 …EPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
/external/deqp/framework/platform/win32/
DtcuWGL.cpp124 …PixelFormatARBFunc) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…