Home
last modified time | relevance | path

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

/third_party/skia/src/utils/win/
DSkWGL_win.cpp46 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()
DSkWGL.h67 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const;
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.hpp228 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
DtcuWGLContextFactory.cpp110 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config); in WGLContext()
DtcuWGL.cpp614 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config) in choosePixelFormat() function
/third_party/glfw/src/
Dwgl_context.c59 static int choosePixelFormat(_GLFWwindow* window, const _GLFWfbconfig* desired) in choosePixelFormat() function
495 pixelFormat = choosePixelFormat(window, fbconfig); in _glfwCreateContextWGL()