HomeSort by relevance Sort by last modified time
    Searched refs:alloc_buffer (Results 1 - 21 of 21) sorted by null

  /hardware/qcom/display/msm8960/libgralloc/
ionalloc.h 42 virtual int alloc_buffer(alloc_data& data);
memalloc.h 61 virtual int alloc_buffer(alloc_data& data) = 0;
gr.h 63 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
alloc_controller.cpp 223 ret = mIonAlloc->alloc_buffer(data);
231 ret = mIonAlloc->alloc_buffer(data);
344 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) function
ionalloc.cpp 65 int IonAlloc::alloc_buffer(alloc_data& data) function in class:IonAlloc
  /hardware/qcom/display/msm8974/libgralloc/
ionalloc.h 42 virtual int alloc_buffer(alloc_data& data);
memalloc.h 61 virtual int alloc_buffer(alloc_data& data) = 0;
gr.h 63 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
alloc_controller.cpp 242 ret = mIonAlloc->alloc_buffer(data);
250 ret = mIonAlloc->alloc_buffer(data);
361 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) function
ionalloc.cpp 65 int IonAlloc::alloc_buffer(alloc_data& data) function in class:IonAlloc
  /hardware/qcom/display/msm8x26/libgralloc/
ionalloc.h 42 virtual int alloc_buffer(alloc_data& data);
memalloc.h 61 virtual int alloc_buffer(alloc_data& data) = 0;
gr.h 63 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
alloc_controller.cpp 223 ret = mIonAlloc->alloc_buffer(data);
231 ret = mIonAlloc->alloc_buffer(data);
342 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) function
ionalloc.cpp 65 int IonAlloc::alloc_buffer(alloc_data& data) function in class:IonAlloc
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 419 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, fbHandle->format, usage)){
513 ret = alloc_buffer(&mRenderBuffer[i],
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 449 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, format, usage)){
566 ret = alloc_buffer(&mRenderBuffer[i],
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_copybit.cpp 419 if (0 == alloc_buffer(&tmpHnd, tmp_w, tmp_h, fbHandle->format, usage)){
513 ret = alloc_buffer(&mRenderBuffer[i],
  /hardware/qcom/display/msm8960/libcopybit/
copybit.cpp 430 if (0 == alloc_buffer(&yv12_handle,src->w,src->h,
  /hardware/qcom/display/msm8974/libcopybit/
copybit.cpp 465 if (0 == alloc_buffer(&yv12_handle,src->w,src->h,
  /hardware/qcom/display/msm8x26/libcopybit/
copybit.cpp 430 if (0 == alloc_buffer(&yv12_handle,src->w,src->h,

Completed in 254 milliseconds