/hardware/qcom/display/msm8974/libgralloc/ |
D | gpu.cpp | 55 buffer_handle_t* pHandle, int bufferType, in gralloc_alloc_buffer() argument 107 if (bufferType == BUFFER_TYPE_VIDEO) { in gralloc_alloc_buffer() 152 bufferType, format, width, height, eData.fd, eData.offset, in gralloc_alloc_buffer() 168 int *bufferType) in getGrallocInformationFromFormat() argument 170 *bufferType = BUFFER_TYPE_VIDEO; in getGrallocInformationFromFormat() 174 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat() 177 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat() 260 int bufferType; in alloc_impl() local 283 getGrallocInformationFromFormat(grallocFormat, &bufferType); in alloc_impl() 294 bufferType = BUFFER_TYPE_VIDEO; in alloc_impl() [all …]
|
D | gralloc_priv.h | 174 int bufferType; member 189 private_handle_t(int fd, int size, int flags, int bufferType, 193 flags(flags), size(size), offset(0), bufferType(bufferType), in fd()
|
D | gpu.h | 41 int bufferType, int format, 72 int *bufferType);
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gpu.cpp | 56 buffer_handle_t* pHandle, int bufferType, in gralloc_alloc_buffer() argument 106 if (bufferType == BUFFER_TYPE_VIDEO) { in gralloc_alloc_buffer() 146 bufferType, format, width, height, eData.fd, eData.offset, in gralloc_alloc_buffer() 162 int *bufferType) in getGrallocInformationFromFormat() argument 164 *bufferType = BUFFER_TYPE_VIDEO; in getGrallocInformationFromFormat() 168 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat() 171 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat() 254 int bufferType; in alloc_impl() local 268 getGrallocInformationFromFormat(grallocFormat, &bufferType); in alloc_impl() 279 bufferType = BUFFER_TYPE_VIDEO; in alloc_impl() [all …]
|
D | gralloc_priv.h | 177 int bufferType; member 192 private_handle_t(int fd, int size, int flags, int bufferType, 196 flags(flags), size(size), offset(0), bufferType(bufferType), in fd()
|
D | gpu.h | 41 int bufferType, int format, 72 int *bufferType);
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gpu.cpp | 56 buffer_handle_t* pHandle, int bufferType, in gralloc_alloc_buffer() argument 104 if (bufferType == BUFFER_TYPE_VIDEO) { in gralloc_alloc_buffer() 159 bufferType, format, width, height, eData.fd, eData.offset, in gralloc_alloc_buffer() 176 int *bufferType) in getGrallocInformationFromFormat() argument 178 *bufferType = BUFFER_TYPE_VIDEO; in getGrallocInformationFromFormat() 182 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat() 185 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat() 268 int bufferType; in alloc_impl() local 288 getGrallocInformationFromFormat(grallocFormat, &bufferType); in alloc_impl() 309 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType, in alloc_impl()
|
D | gralloc_priv.h | 216 int bufferType; member 233 private_handle_t(int fd, size_t size, int flags, int bufferType, 237 flags(flags), size(size), offset(0), bufferType(bufferType), in fd()
|
D | gpu.h | 40 int bufferType, int format, 71 int *bufferType);
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gpu.cpp | 55 buffer_handle_t* pHandle, int bufferType, in gralloc_alloc_buffer() argument 103 if (bufferType == BUFFER_TYPE_VIDEO) { in gralloc_alloc_buffer() 162 bufferType, format, width, height, eData.fd, eData.offset, in gralloc_alloc_buffer() 179 int *bufferType) in getGrallocInformationFromFormat() argument 181 *bufferType = BUFFER_TYPE_VIDEO; in getGrallocInformationFromFormat() 185 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat() 188 *bufferType = BUFFER_TYPE_UI; in getGrallocInformationFromFormat() 271 int bufferType; in alloc_impl() local 291 getGrallocInformationFromFormat(grallocFormat, &bufferType); in alloc_impl() 312 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType, in alloc_impl()
|
D | gralloc_priv.h | 218 int bufferType; member 236 private_handle_t(int fd, unsigned int size, int flags, int bufferType, 240 flags(flags), size(size), offset(0), bufferType(bufferType), in fd()
|
D | gpu.h | 40 int bufferType, int format, 71 int *bufferType);
|
/hardware/intel/common/libwsbm/src/ |
D | wsbm_manager.c | 78 unsigned bufferType; member 437 if (buf->bufferType == WSBM_BUFFER_SIMPLE) { in wsbmBOReference() 470 if (buf->bufferType == WSBM_BUFFER_SIMPLE) { in wsbmBOUnreference() 496 if (buf->bufferType == WSBM_BUFFER_SIMPLE) in wsbmBOData() 516 if (buf->bufferType == WSBM_BUFFER_REF) in wsbmBOData() 629 if (buf->bufferType == WSBM_BUFFER_SIMPLE) in wsbmBODataUB() 649 if (buf->bufferType == WSBM_BUFFER_REF) in wsbmBODataUB() 815 if (buf->bufferType == WSBM_BUFFER_SIMPLE) in wsbmBOSubData() 917 buf->bufferType = WSBM_BUFFER_REF; in wsbmBOSetReferenced() 958 buf->bufferType = WSBM_BUFFER_SIMPLE; in wsbmBOCreateSimple() [all …]
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_copybit.cpp | 127 if (BUFFER_TYPE_UI == hnd->bufferType) { in getRGBRenderingArea() 189 if ((hnd->bufferType == BUFFER_TYPE_VIDEO && useCopybitForYUV) || in prepare() 190 (hnd->bufferType == BUFFER_TYPE_UI && useCopybitForRGB)) { in prepare()
|
D | hwc_utils.h | 217 return (hnd && (hnd->bufferType == BUFFER_TYPE_VIDEO)); in isYuvBuffer()
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_copybit.cpp | 122 if (BUFFER_TYPE_UI == hnd->bufferType) { in getRGBRenderingArea() 208 if ((hnd->bufferType == BUFFER_TYPE_VIDEO && useCopybitForYUV) || in prepare() 209 (hnd->bufferType == BUFFER_TYPE_UI && useCopybitForRGB)) { in prepare()
|
D | hwc_utils.h | 264 return (hnd && (hnd->bufferType == BUFFER_TYPE_VIDEO)); in isYuvBuffer()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.h | 386 return (hnd && (hnd->bufferType == BUFFER_TYPE_VIDEO)); in isYuvBuffer() 391 return (hnd && (hnd->bufferType == BUFFER_TYPE_VIDEO) && in is4kx2kYuvBuffer()
|
D | hwc_copybit.cpp | 125 if (BUFFER_TYPE_UI == hnd->bufferType) { in getRGBRenderingArea()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.h | 407 return (hnd && (hnd->bufferType == BUFFER_TYPE_VIDEO)); in isYuvBuffer() 412 return (hnd && (hnd->bufferType == BUFFER_TYPE_VIDEO) && in is4kx2kYuvBuffer()
|
D | hwc_copybit.cpp | 125 if (BUFFER_TYPE_UI == hnd->bufferType) { in getRGBRenderingArea()
|