Searched refs:nNumFormats (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pixelformat.c | 380 UINT *nNumFormats ) in wglChoosePixelFormatARB() argument 386 *nNumFormats = 0; in wglChoosePixelFormatARB() 451 if (*nNumFormats < nMaxFormats) in wglChoosePixelFormatARB() 452 piFormats[*nNumFormats] = scores[i].index + 1; in wglChoosePixelFormatARB() 453 (*nNumFormats)++; in wglChoosePixelFormatARB()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 48 UINT* nNumFormats) const { in choosePixelFormat() 50 nMaxFormats, piFormats, nNumFormats); in choosePixelFormat()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 481 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 485 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 603 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 607 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 124 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
|