Home
last modified time | relevance | path

Searched refs:piAttribIList (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pixelformat.c391 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/
DSkWGL_win.cpp47 const int* piAttribIList, in choosePixelFormat() argument
52 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList, in choosePixelFormat()
/external/skia/src/utils/win/
DSkWGL_win.cpp47 const int* piAttribIList, in choosePixelFormat() argument
52 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList, in choosePixelFormat()
/external/swiftshader/include/GL/
Dwglext.h223 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/
Dwglext.h220 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/
Dwglext.h223 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/
Dwgl.h314 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/
DtcuWGL.cpp138 typedef BOOL (WINAPI* wglChoosePixelFormatARBFunc) (HDC hdc, const int *piAttribIList, const FLOA…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h390 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int* piAttribIList, const FL…
712 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATEXTPROC) (HDC hdc, const int* piAttribIList, const FL…