Searched refs:dst_buffer (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/display/msm8998/gpu_tonemapper/ |
D | Tonemapper.cpp | 112 EGLImageBuffer *dst_buffer = eglImageWrapper->wrap(dst); in blit() local 119 engine_setDestination(dst_buffer->getFramebuffer(), 0, 0, dst_buffer->getWidth(), in blit() 120 dst_buffer->getHeight()); in blit()
|
/hardware/intel/img/psb_video/src/ |
D | vsp_cmdbuf.c | 211 uint32_t dst_buffer, in vsp_cmdbuf_add_relocation() argument 241 reloc->dst_buffer = dst_buffer; in vsp_cmdbuf_add_relocation()
|
D | pnw_cmdbuf.h | 166 … uint32_t dst_buffer, /*Index of the list refered by cmdbuf->buffer_refs */
|
D | pnw_cmdbuf.c | 269 uint32_t dst_buffer, in pnw_cmdbuf_add_relocation() argument 299 reloc->dst_buffer = dst_buffer; in pnw_cmdbuf_add_relocation()
|
D | vsp_cmdbuf.h | 187 uint32_t dst_buffer,
|
D | tng_cmdbuf.h | 193 … IMG_UINT32 dst_buffer, /*Index of the list refered by cmdbuf->buffer_refs */
|
D | tng_cmdbuf.c | 332 IMG_UINT32 dst_buffer, in tng_cmdbuf_add_relocation() argument 362 reloc->dst_buffer = dst_buffer; in tng_cmdbuf_add_relocation()
|
D | psb_cmdbuf.h | 155 uint32_t dst_buffer);
|
D | psb_cmdbuf.c | 327 … uint32_t dst_buffer) /* 0 = reloc buf, 1 = cmdbuf, 2 = for host reloc */ in psb_cmdbuf_add_relocation() argument 333 if (dst_buffer) { in psb_cmdbuf_add_relocation() 364 reloc->dst_buffer = dst_buffer; in psb_cmdbuf_add_relocation()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | lnc_cmdbuf.h | 145 … uint32_t dst_buffer, /*Index of the list refered by cmdbuf->buffer_refs */
|
D | lnc_cmdbuf.c | 260 uint32_t dst_buffer, in lnc_cmdbuf_add_relocation() argument 290 reloc->dst_buffer = dst_buffer; in lnc_cmdbuf_add_relocation()
|