Home
last modified time | relevance | path

Searched refs:bytesPerPixel (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/hals/
Dcb_handle_30.h55 bytesPerPixel(p_bytesPerPixel), in cb_handle_30_t()
77 uint32_t bytesPerPixel; member
Dallocator3.cpp243 const uint32_t bytesPerPixel, in allocateImpl2() argument
254 bytesPerPixel, stride, in allocateImpl2()
330 const int32_t bytesPerPixel, in allocateCb() argument
393 bytesPerPixel, in allocateCb()
Dmapper3.cpp138 int32_t bytesPerPixel = 0; in lock() local
142 &ptr, &bytesPerPixel, &bytesPerStride); in lock()
144 hidl_cb(Error3::NONE, ptr, bytesPerPixel, bytesPerStride); in lock()
285 *pBytesPerPixel = cb->bytesPerPixel; in lockImpl()
286 *pBytesPerStride = cb->bytesPerPixel * cb->stride; in lockImpl()