Searched refs:alloc_buffer (Results 1 - 25 of 28) sorted by relevance

12

/hardware/qcom/display/msm8226/libgralloc/
H A Dionalloc.h42 virtual int alloc_buffer(alloc_data& data);
H A Dmemalloc.h61 virtual int alloc_buffer(alloc_data& data) = 0;
H A Dgr.h70 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
H A Dalloc_controller.cpp334 ret = mIonAlloc->alloc_buffer(data);
342 ret = mIonAlloc->alloc_buffer(data);
623 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) function
H A Dionalloc.cpp65 int IonAlloc::alloc_buffer(alloc_data& data) function in class:IonAlloc
/hardware/qcom/display/msm8960/libgralloc/
H A Dionalloc.h42 virtual int alloc_buffer(alloc_data& data);
H A Dmemalloc.h61 virtual int alloc_buffer(alloc_data& data) = 0;
H A Dgr.h59 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
H A Dalloc_controller.cpp224 ret = mIonAlloc->alloc_buffer(data);
232 ret = mIonAlloc->alloc_buffer(data);
353 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) function
H A Dionalloc.cpp65 int IonAlloc::alloc_buffer(alloc_data& data) function in class:IonAlloc
/hardware/qcom/display/msm8974/libgralloc/
H A Dionalloc.h42 virtual int alloc_buffer(alloc_data& data);
H A Dmemalloc.h61 virtual int alloc_buffer(alloc_data& data) = 0;
H A Dgr.h59 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
H A Dalloc_controller.cpp243 ret = mIonAlloc->alloc_buffer(data);
251 ret = mIonAlloc->alloc_buffer(data);
363 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) function
H A Dionalloc.cpp65 int IonAlloc::alloc_buffer(alloc_data& data) function in class:IonAlloc
/hardware/qcom/display/msm8084/libgralloc/
H A Dionalloc.h42 virtual int alloc_buffer(alloc_data& data);
H A Dmemalloc.h61 virtual int alloc_buffer(alloc_data& data) = 0;
H A Dgr.h70 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
H A Dalloc_controller.cpp334 ret = mIonAlloc->alloc_buffer(data);
342 ret = mIonAlloc->alloc_buffer(data);
627 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) function
H A Dionalloc.cpp65 int IonAlloc::alloc_buffer(alloc_data& data) function in class:IonAlloc
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp420 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, fbHandle->format, usage)){
514 ret = alloc_buffer(&mRenderBuffer[i],
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_copybit.cpp450 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, format, usage)){
567 ret = alloc_buffer(&mRenderBuffer[i],
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp520 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, format, usage) && tmpHnd) {
676 ret = alloc_buffer(&mRenderBuffer[i],
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.cpp430 if (0 == alloc_buffer(&yv12_handle,src->w,src->h,
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.cpp465 if (0 == alloc_buffer(&yv12_handle,src->w,src->h,

Completed in 296 milliseconds

12