OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spriteFormat
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnRGBPlane.cpp
93
uint32_t
spriteFormat
;
110
if (!PixelFormat::convertFormat(mapper.getFormat(),
spriteFormat
, bpp)) {
149
mContext.ctx.sp_ctx.cntr =
spriteFormat
| 0x80000000;
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngSpritePlane.cpp
42
uint32_t
spriteFormat
;
58
if (!PixelFormat::convertFormat(mapper.getFormat(),
spriteFormat
, bpp)) {
92
if (mBlending == HWC_BLENDING_NONE &&
spriteFormat
== PixelFormat::PLANE_PIXEL_FORMAT_BGRA8888)
96
mContext.ctx.sp_ctx.cntr =
spriteFormat
| 0x80000000;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnRGBPlane.cpp
152
uint32_t
spriteFormat
;
169
if (!PixelFormat::convertFormat(mapper.getFormat(),
spriteFormat
, bpp)) {
208
mContext.ctx.sp_ctx.cntr =
spriteFormat
| 0x80000000;
Completed in 46 milliseconds