Lines Matching refs:format
53 img->format = opFormat;
81 static bool supportedCopybitsFormat(int format) {
82 switch (format) {
96 static bool hasAlpha(int format) {
97 switch (format) {
141 if (!supportedCopybitsFormat(textureObject->surface.format)) {
142 LOGD_IF(DEBUG_COPYBIT, "texture format not supported");
207 int32_t opFormat = textureObject->surface.format;
213 const bool cbHasAlpha = hasAlpha(cbSurface.format);
247 LOGD_IF(DEBUG_COPYBIT, "texture format requires blending");
334 tmp_w, tmp_h, src.format,
343 tmp_dst.format = tempBitmap->format;
361 textureToCopyBitImage(&cbSurface, cbSurface.format,
381 tmpCbImg.format = tempCb->format;
449 dst.w, dst.h, dst.format, dst.base, dst.handle,
450 src.w, src.h, src.format, src.base, src.handle,