Home
last modified time | relevance | path

Searched refs:GetDefaultPixelFormatAttributes (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/wgl/
Dwgl_utils.h25 std::vector<int> GetDefaultPixelFormatAttributes(bool preservedSwap);
Dwgl_utils.cpp36 std::vector<int> GetDefaultPixelFormatAttributes(bool preservedSwap) in GetDefaultPixelFormatAttributes() function
DDisplayWGL.cpp261 std::vector<int> attribs = wgl::GetDefaultPixelFormatAttributes(false); in initializeImpl()