Searched refs:choosePixelFormat (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp210 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
H A DtcuWGLContextFactory.cpp106 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config);
H A DtcuWin32GLES3Platform.cpp92 const int pixelFormat = wgl::choosePixelFormat(wgl, deviceCtx, config);
H A DtcuWGL.cpp454 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config) function in namespace:tcu::wgl
/external/skia/src/utils/win/
H A DSkWGL.h67 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const;
H A DSkWGL_win.cpp45 BOOL SkWGLExtensions::choosePixelFormat(HDC hdc, function in class:SkWGLExtensions
325 extensions.choosePixelFormat(dc, msaaIAttrs.begin(), fAttrs, 64, formats, &num);
334 extensions.choosePixelFormat(dc, iAttrs.begin(), fAttrs, 1, format, &num);

Completed in 119 milliseconds