Lines Matching refs:formatWorkarounds
770 FormatWorkarounds formatWorkarounds;
774 &formatWorkarounds);
778 this->initFormatTable(ctxInfo, gli, formatWorkarounds);
1344 const FormatWorkarounds& formatWorkarounds) {
1374 if (!formatWorkarounds.fDontDisableTexStorageOnAndroid) {
1459 formatWorkarounds.fDisallowBGRA8ReadPixels ? 0 : GR_GL_BGRA;
1484 formatWorkarounds.fDisallowBGRA8ReadPixels ? 0 : GR_GL_BGRA;
1538 if (formatWorkarounds.fDisallowR8ForPowerVRSGX54x) {
1938 !formatWorkarounds.fDisableBGRATextureStorageForIntelWindowsES) {
1991 formatWorkarounds.fDisallowBGRA8ReadPixels ? 0 : GR_GL_BGRA;
2141 if (texStorageSupported && !formatWorkarounds.fDisableRGBA16FTexStorageForCrBug1008003) {
2334 if (formatWorkarounds.fDisableLuminance16F) {
2519 if (GR_IS_GR_GL(standard) && !formatWorkarounds.fDisallowDirectRG8ReadPixels) {
2621 formatWorkarounds.fDisallowBGRA8ReadPixels ? 0 : GR_GL_BGRA;
2755 info.fFlags |= formatWorkarounds.fDisableSRGBRenderWithMSAAForMacAMD
2843 if (!formatWorkarounds.fDisallowETC2Compression) {
2928 if (!formatWorkarounds.fDisallowTextureUnorm16) {
2939 if (!formatWorkarounds.fDisallowUnorm16Transfers) {
3004 if (!formatWorkarounds.fDisallowTextureUnorm16) {
3015 if (!formatWorkarounds.fDisallowUnorm16Transfers) {
3070 if (!formatWorkarounds.fDisallowTextureUnorm16) {
3087 if (!formatWorkarounds.fDisallowUnorm16Transfers) {
3587 FormatWorkarounds* formatWorkarounds) {
3672 formatWorkarounds->fDisallowR8ForPowerVRSGX54x = true;
3677 formatWorkarounds->fDisallowTextureUnorm16 = true; // http://crbug.com/1224108
3678 formatWorkarounds->fDisallowETC2Compression = true; // http://crbug.com/1224111
4182 formatWorkarounds->fDisableSRGBRenderWithMSAAForMacAMD = true;
4188 formatWorkarounds->fDisableRGBA16FTexStorageForCrBug1008003 =
4194 formatWorkarounds->fDisableBGRATextureStorageForIntelWindowsES =
4204 formatWorkarounds->fDisableLuminance16F = ctxInfo.renderer() == GrGLRenderer::kIntelBroadwell ||
4211 formatWorkarounds->fDisallowDirectRG8ReadPixels =
4227 formatWorkarounds->fDontDisableTexStorageOnAndroid = true;
4253 formatWorkarounds->fDisallowBGRA8ReadPixels = true;
4310 formatWorkarounds->fDisallowUnorm16Transfers = true;