Home
last modified time | relevance | path

Searched refs:kATI_GrGLVendor (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLUtil.h47 kATI_GrGLVendor, enumerator
DGrGLUtil.cpp319 return kATI_GrGLVendor; in GrGLGetVendorFromString()
DGrGLCaps.cpp871 if (kQualcomm_GrGLVendor == ctxInfo.vendor() || kATI_GrGLVendor == ctxInfo.vendor()) { in initGLSL()
3149 if (kATI_GrGLVendor == ctxInfo.vendor()) { in applyDriverCorrectnessWorkarounds()
3302 (kATI_GrGLVendor == ctxInfo.vendor()))) { in applyDriverCorrectnessWorkarounds()
3519 if (kATI_GrGLVendor == ctxInfo.vendor() || // Radeon drops stencil draws that use sample mask. in applyDriverCorrectnessWorkarounds()
3559 formatWorkarounds->fDisableSRGBRenderWithMSAAForMacAMD = kATI_GrGLVendor == ctxInfo.vendor(); in applyDriverCorrectnessWorkarounds()