Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp150 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()
Dallocator3.cpp255 const uint32_t bytesPerPixel, in allocateImpl2() argument
266 bytesPerPixel, stride, in allocateImpl2()
318 const int32_t bytesPerPixel, in allocateCb() argument
385 bytesPerPixel, in allocateCb()
Dcb_handle_30.h54 bytesPerPixel(p_bytesPerPixel), in cb_handle_30_t()
111 uint32_t bytesPerPixel; member