Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pixelformat.c380 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/
DSkWGL_win.cpp48 UINT* nNumFormats) const { in choosePixelFormat()
50 nMaxFormats, piFormats, nNumFormats); in choosePixelFormat()
/external/mesa3d/include/GL/
Dwglext.h481 …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/
DtcuWGL.cpp124 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);