Searched refs:nNumFormats (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pixelformat.c | 393 int *piFormats, UINT *nNumFormats) in wglChoosePixelFormatARB() argument 399 *nNumFormats = 0; in wglChoosePixelFormatARB() 467 piFormats[*nNumFormats] = scores[i].index + 1; in wglChoosePixelFormatARB() 468 (*nNumFormats)++; in wglChoosePixelFormatARB() 469 if (*nNumFormats >= nMaxFormats) { in wglChoosePixelFormatARB()
|
/external/skqp/src/utils/win/ |
D | SkWGL_win.cpp | 51 UINT* nNumFormats) const { in choosePixelFormat() 53 nMaxFormats, piFormats, nNumFormats); in choosePixelFormat()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 51 UINT* nNumFormats) const { in choosePixelFormat() 53 nMaxFormats, piFormats, nNumFormats); in choosePixelFormat()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 223 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 227 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 488 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 492 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
|
/external/swiftshader/include/GL/ |
D | wglext.h | 223 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 227 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 488 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 492 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 133 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
|