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