Home
last modified time | relevance | path

Searched refs:SwapControl (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp77 mSwapControl(SwapControl::Absent), in DisplayGLX()
128 mSwapControl = SwapControl::EXT; in initialize()
139 mSwapControl = SwapControl::Mesa; in initialize()
145 mSwapControl = SwapControl::SGI; in initialize()
151 mSwapControl = SwapControl::Absent; in initialize()
777 if (mSwapControl == SwapControl::EXT) in setSwapInterval()
803 if (mSwapControl == SwapControl::Mesa) in setSwapInterval()
807 else if (mSwapControl == SwapControl::SGI) in setSwapInterval()
DDisplayGLX.h134 enum class SwapControl enum
141 SwapControl mSwapControl;