Searched refs:choosePixelFormat (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/utils/win/ |
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()
|
D | SkWGL.h | 67 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const;
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWGL.hpp | 228 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config);
|
D | tcuWGLContextFactory.cpp | 110 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config); in WGLContext()
|
D | tcuWGL.cpp | 614 int choosePixelFormat (const Core& wgl, HDC deviceCtx, const glu::RenderConfig& config) in choosePixelFormat() function
|
/third_party/glfw/src/ |
D | wgl_context.c | 59 static int choosePixelFormat(_GLFWwindow* window, const _GLFWfbconfig* desired) in choosePixelFormat() function 495 pixelFormat = choosePixelFormat(window, fbconfig); in _glfwCreateContextWGL()
|