OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kSwiftShaderPadding
(Results
1 - 2
of
2
) sorted by null
/device/google/cuttlefish_common/common/vsoc/lib/
screen_region_view.h
60
return (align(x_res() * bytes_per_pixel()) * y_res()) +
kSwiftShaderPadding
;
90
static constexpr int
kSwiftShaderPadding
= 4;
/device/google/cuttlefish_common/guest/hals/gralloc/
gralloc.cpp
31
static const int
kSwiftShaderPadding
= 4;
100
return (y_size + 2 * c_size +
kSwiftShaderPadding
);
109
return bytes_per_pixel * w16 * h16 +
kSwiftShaderPadding
;
Completed in 238 milliseconds