Searched refs:dst_surface_base (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp162 void* dst_surface_base; // Stores the dst surface addr member in struct:copybit_context_t
245 ctx->dst_surface_base = 0;
685 ctx->dst_surface_base = 0;
712 ctx->dst_surface_base = buf->base;
1204 ctx->dst_surface_base = dst->base;
1205 } else if(ctx->dst_surface_mapped && ctx->dst_surface_base != dst->base) {
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_c2d.cpp162 void* dst_surface_base; // Stores the dst surface addr member in struct:copybit_context_t
245 ctx->dst_surface_base = 0;
691 ctx->dst_surface_base = 0;
718 ctx->dst_surface_base = buf->base;
1210 ctx->dst_surface_base = dst->base;
1211 } else if(ctx->dst_surface_mapped && ctx->dst_surface_base != dst->base) {
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp164 void* dst_surface_base; // Stores the dst surface addr member in struct:copybit_context_t
247 ctx->dst_surface_base = 0;
686 ctx->dst_surface_base = 0;
713 ctx->dst_surface_base = buf->base;
1204 ctx->dst_surface_base = dst->base;
1205 } else if(ctx->dst_surface_mapped && ctx->dst_surface_base != dst->base) {

Completed in 210 milliseconds