Searched defs:ScreenRegionView (Results 1 – 2 of 2) sorted by relevance
47 struct ScreenRegionView { struct48 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;
49 struct ScreenRegionView { struct50 static int align(int input) { in align()54 static constexpr int kSwiftShaderPadding = 4;