Searched refs:convertFormat (Results 1 – 3 of 3) sorted by relevance
35 static bool convertFormat(uint32_t grallocFormat, uint32_t& spriteFormat, int& bpp);
24 bool PixelFormat::convertFormat(uint32_t grallocFormat, uint32_t& spriteFormat, int& bpp) in convertFormat() function in android::intel::PixelFormat
169 if (!PixelFormat::convertFormat(mapper.getFormat(), spriteFormat, bpp)) { in setDataBuffer()