Searched refs:choosePixelFormat (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 46 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc, in choosePixelFormat() function in SkWGLExtensions 323 extensions.choosePixelFormat(dc, msaaIAttrs, fAttrs, 64, formats, &num); in get_pixel_formats_to_try() 331 extensions.choosePixelFormat(dc, iAttrs, fAttrs, 1, format, &num); in get_pixel_formats_to_try()
|
D | SkWGL.h | 73 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const;
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.hpp | 210 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
|
D | tcuWGLContextFactory.cpp | 106 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config); in WGLContext()
|
D | tcuWin32GLES3Platform.cpp | 92 const int pixelFormat = wgl::choosePixelFormat(wgl, deviceCtx, config); in Win32GLES3Context()
|
D | tcuWGL.cpp | 454 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config) in choosePixelFormat() function
|