Home
last modified time | relevance | path

Searched refs:flip (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/img/hwcomposer/ips/common/
DSpritePlaneBase.cpp36 bool SpritePlaneBase::flip(void *ctx) in flip() function in android::intel::SpritePlaneBase
39 return DisplayPlane::flip(ctx); in flip()
DSpritePlaneBase.h32 virtual bool flip(void *ctx);
DOverlayPlaneBase.h47 virtual bool flip(void *ctx) = 0;
/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnRGBPlane.h39 bool flip(void *ctx);
DAnnOverlayPlane.h41 virtual bool flip(void *ctx);
DAnnOverlayPlane.cpp637 bool AnnOverlayPlane::flip(void *ctx) in flip() function in android::intel::AnnOverlayPlane
651 if (!DisplayPlane::flip(ctx)) { in flip()
DAnnRGBPlane.cpp59 bool AnnRGBPlane::flip(void*) in flip() function in android::intel::AnnRGBPlane
/hardware/intel/img/hwcomposer/include/
DDisplayPlane.h97 virtual bool flip(void *ctx);
/hardware/intel/img/hwcomposer/ips/tangier/
DTngDisplayContext.cpp102 ret = plane->flip(NULL); in commitContents()
/hardware/ti/omap4-aah/hwc/
Drgz_2d.c1042 char flip[5] = ""; in rgz_print_layer() local
1043 strcat(flip, l->transform & HWC_TRANSFORM_FLIP_H ? "H" : ""); in rgz_print_layer()
1044 strcat(flip, l->transform & HWC_TRANSFORM_FLIP_V ? "V" : ""); in rgz_print_layer()
1046 strcpy(flip, "none"); in rgz_print_layer()
1047 e -= snprintf(end - e, e, "%s %s", csv ? "," : " flip:", flip); in rgz_print_layer()
/hardware/intel/img/hwcomposer/common/planes/
DDisplayPlane.cpp364 bool DisplayPlane::flip(void * /* ctx */) in flip() function in android::intel::DisplayPlane