Searched refs:bytesPerPixel (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/system/hals/ |
D | mapper3.cpp | 150 int32_t bytesPerPixel = 0; in lock() local 154 &ptr, &bytesPerPixel, &bytesPerStride); in lock() 156 hidl_cb(Error3::NONE, ptr, bytesPerPixel, bytesPerStride); in lock() 318 *pBytesPerPixel = cb->bytesPerPixel; in lockImpl() 319 *pBytesPerStride = cb->bytesPerPixel * cb->stride; in lockImpl() 492 bufferBits, cb.width * cb.height * cb.bytesPerPixel); in lockHostImpl()
|
D | allocator3.cpp | 255 const uint32_t bytesPerPixel, in allocateImpl2() argument 266 bytesPerPixel, stride, in allocateImpl2() 318 const int32_t bytesPerPixel, in allocateCb() argument 385 bytesPerPixel, in allocateCb()
|
D | cb_handle_30.h | 54 bytesPerPixel(p_bytesPerPixel), in cb_handle_30_t() 111 uint32_t bytesPerPixel; member
|