Searched refs:blit_list (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit_c2d.cpp | 144 C2D_OBJECT_STR blit_list[MAX_BLIT_OBJECT_COUNT]; // Z-ordered list of blit objects member 600 ctx->blit_list[i].next = &(ctx->blit_list[i+1]); in msm_copybit() 602 ctx->blit_list[ctx->blit_count-1].next = NULL; in msm_copybit() 609 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list, in msm_copybit() 1323 ctx->blit_list[ctx->blit_count] = src_surface; in stretch_copybit_internal()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit_c2d.cpp | 142 C2D_OBJECT_STR blit_list[MAX_BLIT_OBJECT_COUNT]; // Z-ordered list of blit objects member 616 ctx->blit_list[i].next = &(ctx->blit_list[i+1]); in msm_copybit() 618 ctx->blit_list[ctx->blit_count-1].next = NULL; in msm_copybit() 625 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list, in msm_copybit() 1357 ctx->blit_list[ctx->blit_count] = src_surface; in stretch_copybit_internal()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit_c2d.cpp | 142 C2D_OBJECT_STR blit_list[MAX_BLIT_OBJECT_COUNT]; // Z-ordered list of blit objects member 610 ctx->blit_list[i].next = &(ctx->blit_list[i+1]); in msm_copybit() 612 ctx->blit_list[ctx->blit_count-1].next = NULL; in msm_copybit() 619 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list, in msm_copybit() 1351 ctx->blit_list[ctx->blit_count] = src_surface; in stretch_copybit_internal()
|
/hardware/qcom/display/msm8974/libcopybit/ |
D | copybit_c2d.cpp | 144 C2D_OBJECT_STR blit_list[MAX_BLIT_OBJECT_COUNT]; // Z-ordered list of blit objects member 611 ctx->blit_list[i].next = &(ctx->blit_list[i+1]); in msm_copybit() 613 ctx->blit_list[ctx->blit_count-1].next = NULL; in msm_copybit() 620 if(LINK_c2dDraw(target, target_transform, 0x0, 0, 0, ctx->blit_list, in msm_copybit() 1351 ctx->blit_list[ctx->blit_count] = src_surface; in stretch_copybit_internal()
|