Searched refs:choosePixelFormat (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/utils/win/ |
H A D | SkWGL_win.cpp | 46 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc, in choosePixelFormat() function in SkWGLExtensions 345 extensions.choosePixelFormat(dc, msaaIAttrs.begin(), fAttrs, 64, formats, &num); in get_pixel_formats_to_try() 354 extensions.choosePixelFormat(dc, iAttrs.begin(), fAttrs, 1, format, &num); in get_pixel_formats_to_try()
|
H A D | SkWGL.h | 67 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const;
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWGL.hpp | 228 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
|
H A D | tcuWGLContextFactory.cpp | 110 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config); in WGLContext()
|
H A D | tcuWGL.cpp | 614 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config) in choosePixelFormat() function
|
Completed in 4 milliseconds