Home
last modified time | relevance | path

Searched defs:ScreenRegionView (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/vnc_server/
Dvnc_client_connection.cpp47 struct ScreenRegionView { struct
48 using Pixel = uint32_t;
49 static constexpr int kSwiftShaderPadding = 4;
50 static constexpr int kRedShift = 0;
51 static constexpr int kGreenShift = 8;
52 static constexpr int kBlueShift = 16;
53 static constexpr int kRedBits = 8;
54 static constexpr int kGreenBits = 8;
55 static constexpr int kBlueBits = 8;
/device/google/cuttlefish/guest/hals/gralloc/legacy/
Dgralloc_vsoc_priv.h49 struct ScreenRegionView { struct
50 static int align(int input) { in align()
54 static constexpr int kSwiftShaderPadding = 4;