Searched refs:pfAttribFList (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_pixelformat.c | 392 const FLOAT *pfAttribFList, UINT nMaxFormats, in wglChoosePixelFormatARB() argument 428 if (pfAttribFList != NULL) { in wglChoosePixelFormatARB() 429 while (*pfAttribFList != 0) { in wglChoosePixelFormatARB() 430 if (!score_pixelformats(scores, count, (int) pfAttribFList[0], in wglChoosePixelFormatARB() 431 (int) pfAttribFList[1])) { in wglChoosePixelFormatARB() 435 pfAttribFList += 2; in wglChoosePixelFormatARB()
|
/external/skqp/src/utils/win/ |
D | SkWGL_win.cpp | 48 const FLOAT* pfAttribFList, in choosePixelFormat() argument 52 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList, in choosePixelFormat()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 48 const FLOAT* pfAttribFList, in choosePixelFormat() argument 52 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList, in choosePixelFormat()
|
/external/swiftshader/include/GL/ |
D | wglext.h | 223 …EPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm… 227 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,… 488 …EPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm… 492 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
|
/external/angle/src/third_party/khronos/GL/ |
D | wglext.h | 220 …EPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm… 224 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,… 478 …EPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm… 482 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
|
/external/mesa3d/include/GL/ |
D | wglext.h | 223 …EPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm… 227 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,… 493 …EPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm… 497 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
|
/external/angle/include/WGL/ |
D | wgl.h | 314 …EPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm… 318 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,… 584 …EPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm… 588 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 138 …PixelFormatARBFunc) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | wglew.h | 390 …EPIXELFORMATARBPROC) (HDC hdc, const int* piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm… 712 …EPIXELFORMATEXTPROC) (HDC hdc, const int* piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
|