Lines Matching defs:bufferInfo
223 static BufferInfo bufferInfo;
224 bufferInfo.virAddr = gfxAlloc_.virAddr;
225 bufferInfo.phyAddr = gfxAlloc_.phyAddr;
226 bufferInfo.width = config_.rect.GetWidth();
227 bufferInfo.height = config_.rect.GetHeight();
228 bufferInfo.mode = ARGB8888;
229 bufferInfo.stride = gfxAlloc_.stride;
231 bufferInfo.rect = {
234 static_cast<int16_t>(bufferInfo.width - 1),
235 static_cast<int16_t>(bufferInfo.height - 1)
237 return &bufferInfo;