Commit da6b27ae by Greg Hartman

Remove reference to M-incompatible format

Change-Id: Ia8053af04c687894dfcf3b03e2001678e194b058 Reviewed-on: https://swiftshader-review.googlesource.com/3302Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarGreg Hartman <ghartman@google.com>
parent 064cf080
......@@ -35,7 +35,6 @@ GLenum getColorFormatFromAndroid(int format)
return GL_RGB565_OES;
#endif
case HAL_PIXEL_FORMAT_YV12:
case HAL_PIXEL_FORMAT_RAW_SENSOR:
case HAL_PIXEL_FORMAT_BLOB:
case HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED:
default:
......@@ -67,7 +66,6 @@ GLenum getPixelFormatFromAndroid(int format)
return GL_UNSIGNED_SHORT_5_6_5;
#endif
case HAL_PIXEL_FORMAT_YV12:
case HAL_PIXEL_FORMAT_RAW_SENSOR:
case HAL_PIXEL_FORMAT_BLOB:
case HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED:
default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment