Home | History | Annotate | Download | only in egl

Lines Matching refs:UNORM_INT8

310 		case PACK_FMT(8,8,8,8):		return TextureFormat(TextureFormat::RGBA,	TextureFormat::UNORM_INT8);
311 case PACK_FMT(8,8,8,0): return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8);
317 default: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8);
328 case 8: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT8);