Searched refs:nNumFormats (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/frontends/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/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/angle/src/third_party/khronos/GL/ |
D | wglext.h | 220 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 224 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 478 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 482 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
|
/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); 493 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 497 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
|
/external/angle/include/WGL/ |
D | wgl.h | 314 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 318 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 584 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 588 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
|
/external/mesa3d/docs/relnotes/ |
D | 10.2.5.rst | 106 - st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 138 …t *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | wglew.h | 390 …t* piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); 712 …t* piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
|