Home
last modified time | relevance | path

Searched refs:src_hnd (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp1221 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() local
1223 if (NULL == src_hnd) { in stretch_copybit_internal()
1237 delete_handle(src_hnd); in stretch_copybit_internal()
1242 src_hnd->fd = ctx->temp_src_buffer.fd; in stretch_copybit_internal()
1243 src_hnd->size = ctx->temp_src_buffer.size; in stretch_copybit_internal()
1244 src_hnd->flags = ctx->temp_src_buffer.allocType; in stretch_copybit_internal()
1245 src_hnd->base = (int)(ctx->temp_src_buffer.base); in stretch_copybit_internal()
1246 src_hnd->offset = ctx->temp_src_buffer.offset; in stretch_copybit_internal()
1247 src_hnd->gpuaddr = 0; in stretch_copybit_internal()
1248 src_image.handle = src_hnd; in stretch_copybit_internal()
[all …]
Dcopybit.cpp462 private_handle_t* src_hnd = (private_handle_t*)src->handle; in stretch_copybit() local
463 if(src_hnd != NULL && src_hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) { in stretch_copybit()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp1255 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() local
1257 if (NULL == src_hnd) { in stretch_copybit_internal()
1271 delete_handle(src_hnd); in stretch_copybit_internal()
1276 src_hnd->fd = ctx->temp_src_buffer.fd; in stretch_copybit_internal()
1277 src_hnd->size = ctx->temp_src_buffer.size; in stretch_copybit_internal()
1278 src_hnd->flags = ctx->temp_src_buffer.allocType; in stretch_copybit_internal()
1279 src_hnd->base = (uintptr_t)(ctx->temp_src_buffer.base); in stretch_copybit_internal()
1280 src_hnd->offset = ctx->temp_src_buffer.offset; in stretch_copybit_internal()
1281 src_hnd->gpuaddr = 0; in stretch_copybit_internal()
1282 src_image.handle = src_hnd; in stretch_copybit_internal()
[all …]
Dcopybit.cpp502 private_handle_t* src_hnd = (private_handle_t*)src->handle; in stretch_copybit() local
503 if(src_hnd != NULL && src_hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) { in stretch_copybit()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp1249 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() local
1251 if (NULL == src_hnd) { in stretch_copybit_internal()
1265 delete_handle(src_hnd); in stretch_copybit_internal()
1270 src_hnd->fd = ctx->temp_src_buffer.fd; in stretch_copybit_internal()
1271 src_hnd->size = ctx->temp_src_buffer.size; in stretch_copybit_internal()
1272 src_hnd->flags = ctx->temp_src_buffer.allocType; in stretch_copybit_internal()
1273 src_hnd->base = (uintptr_t)(ctx->temp_src_buffer.base); in stretch_copybit_internal()
1274 src_hnd->offset = ctx->temp_src_buffer.offset; in stretch_copybit_internal()
1275 src_hnd->gpuaddr = 0; in stretch_copybit_internal()
1276 src_image.handle = src_hnd; in stretch_copybit_internal()
[all …]
Dcopybit.cpp502 private_handle_t* src_hnd = (private_handle_t*)src->handle; in stretch_copybit() local
503 if(src_hnd != NULL && src_hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) { in stretch_copybit()
/hardware/qcom/display/msm8974/libcopybit/
Dcopybit_c2d.cpp1249 private_handle_t* src_hnd = new private_handle_t(-1, 0, 0, 0, src_info.format, in stretch_copybit_internal() local
1251 if (NULL == src_hnd) { in stretch_copybit_internal()
1265 delete_handle(src_hnd); in stretch_copybit_internal()
1270 src_hnd->fd = ctx->temp_src_buffer.fd; in stretch_copybit_internal()
1271 src_hnd->size = ctx->temp_src_buffer.size; in stretch_copybit_internal()
1272 src_hnd->flags = ctx->temp_src_buffer.allocType; in stretch_copybit_internal()
1273 src_hnd->base = (int)(ctx->temp_src_buffer.base); in stretch_copybit_internal()
1274 src_hnd->offset = ctx->temp_src_buffer.offset; in stretch_copybit_internal()
1275 src_hnd->gpuaddr = 0; in stretch_copybit_internal()
1276 src_image.handle = src_hnd; in stretch_copybit_internal()
[all …]
Dcopybit.cpp496 private_handle_t* src_hnd = (private_handle_t*)src->handle; in stretch_copybit() local
497 if(src_hnd != NULL && src_hnd->flags & private_handle_t::PRIV_FLAGS_DO_NOT_FLUSH) { in stretch_copybit()