Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_getprocaddress.c63 STW_EXTENSION_ENTRY( wglChoosePixelFormatARB ),
Dstw_ext_pixelformat.c391 wglChoosePixelFormatARB(HDC hdc, const int *piAttribIList, in wglChoosePixelFormatARB() function
/external/mesa3d/docs/relnotes/
D10.2.5.rst106 - st/wgl: Clamp wglChoosePixelFormatARB's output nNumFormats to
/external/swiftshader/include/GL/
Dwglext.h227 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
/external/angle/src/third_party/khronos/GL/
Dwglext.h224 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
/external/mesa3d/include/GL/
Dwglext.h227 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h394 #define wglChoosePixelFormatARB WGLEW_GET_FUN(__wglewChoosePixelFormatARB) macro
/external/angle/include/WGL/
Dwgl.h318 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19128 …r = ((wglChoosePixelFormatARB = (PFNWGLCHOOSEPIXELFORMATARBPROC)glewGetProcAddress((const GLubyte*… in _glewInit_WGL_ARB_pixel_format()