Searched defs:bufferType (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
H A Dgpu.cpp56 buffer_handle_t* pHandle, int bufferType,
106 if (bufferType == BUFFER_TYPE_VIDEO) {
146 bufferType, format, width, height, eData.fd, eData.offset,
162 int *bufferType)
164 *bufferType = BUFFER_TYPE_VIDEO;
168 *bufferType = BUFFER_TYPE_UI;
171 *bufferType = BUFFER_TYPE_UI;
254 int bufferType; local
268 getGrallocInformationFromFormat(grallocFormat, &bufferType);
279 bufferType
55 gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle, int bufferType, int format, int width, int height) argument
161 getGrallocInformationFromFormat(int inputFormat, int *bufferType) argument
[all...]
H A Dgralloc_priv.h176 int bufferType; member in struct:private_handle_t
191 private_handle_t(int fd, int size, int flags, int bufferType, argument
195 flags(flags), size(size), offset(0), bufferType(bufferType),
/hardware/qcom/display/msm8974/libgralloc/
H A Dgpu.cpp55 buffer_handle_t* pHandle, int bufferType,
107 if (bufferType == BUFFER_TYPE_VIDEO) {
152 bufferType, format, width, height, eData.fd, eData.offset,
168 int *bufferType)
170 *bufferType = BUFFER_TYPE_VIDEO;
174 *bufferType = BUFFER_TYPE_UI;
177 *bufferType = BUFFER_TYPE_UI;
260 int bufferType; local
283 getGrallocInformationFromFormat(grallocFormat, &bufferType);
294 bufferType
54 gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle, int bufferType, int format, int width, int height) argument
167 getGrallocInformationFromFormat(int inputFormat, int *bufferType) argument
[all...]
H A Dgralloc_priv.h174 int bufferType; member in struct:private_handle_t
189 private_handle_t(int fd, int size, int flags, int bufferType, argument
193 flags(flags), size(size), offset(0), bufferType(bufferType),
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgpu.cpp56 buffer_handle_t* pHandle, int bufferType,
106 if (bufferType == BUFFER_TYPE_VIDEO) {
146 bufferType, format, width, height, eData.fd, eData.offset,
162 int *bufferType)
164 *bufferType = BUFFER_TYPE_VIDEO;
168 *bufferType = BUFFER_TYPE_UI;
171 *bufferType = BUFFER_TYPE_UI;
254 int bufferType; local
268 getGrallocInformationFromFormat(grallocFormat, &bufferType);
279 bufferType
55 gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle, int bufferType, int format, int width, int height) argument
161 getGrallocInformationFromFormat(int inputFormat, int *bufferType) argument
[all...]
H A Dgralloc_priv.h175 int bufferType; member in struct:private_handle_t
190 private_handle_t(int fd, int size, int flags, int bufferType, argument
194 flags(flags), size(size), offset(0), bufferType(bufferType),

Completed in 1682 milliseconds