Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/wayland/
Dwayland_surfaces.h56 void SetFramesAreRGBA(bool frames_are_rgba);
Dwayland_surfaces.cpp37 void Surfaces::SetFramesAreRGBA(bool frames_are_rgba) { in SetFramesAreRGBA() function in wayland::Surfaces
Dwayland_server.cpp63 server_state_->surfaces_.SetFramesAreRGBA(frames_are_rgba); in ServerLoop()