Searched refs:wglGetPixelFormatAttribivARB (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_getprocaddress.c | 65 STW_EXTENSION_ENTRY( wglGetPixelFormatAttribivARB ),
|
H A D | stw_ext_pixelformat.c | 502 wglGetPixelFormatAttribivARB(HDC hdc, int iPixelFormat, int iLayerPlane, in wglGetPixelFormatAttribivARB() function
|
/third_party/glfw/src/ |
H A D | wgl_context.c | 126 if (!wglGetPixelFormatAttribivARB(window->context.wgl.dc, in choosePixelFormatWGL() 148 if (!wglGetPixelFormatAttribivARB(window->context.wgl.dc, in choosePixelFormatWGL() 490 wglGetProcAddress("wglGetPixelFormatAttribivARB"); in _glfwInitWGL()
|
H A D | win32_platform.h | 326 #define wglGetPixelFormatAttribivARB _glfw.wgl.GetPixelFormatAttribivARB macro
|
/third_party/mesa3d/include/GL/ |
H A D | wglext.h | 225 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
|
/third_party/openGLES/api/GL/ |
H A D | wglext.h | 206 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
|
H A D | wgl.h | 297 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | wglext.h | 225 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | wglext.h | 225 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
|
H A D | wgl.h | 311 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
|
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
H A D | wglext.h | 222 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
|
/third_party/skia/third_party/externals/angle2/include/WGL/ |
H A D | wgl.h | 316 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
|
Completed in 23 milliseconds