Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLUtil.h46 kATI_GrGLVendor, enumerator
DGrGLUtil.cpp301 return kATI_GrGLVendor; in GrGLGetVendorFromString()
DGrGLCaps.cpp1379 disableSRGBRenderWithMSAAForMacAMD = kATI_GrGLVendor == ctxInfo.vendor(); in initConfigTable()
2425 if (kATI_GrGLVendor == ctxInfo.vendor()) { in applyDriverCorrectnessWorkarounds()
2574 (kATI_GrGLVendor == ctxInfo.vendor()))) { in applyDriverCorrectnessWorkarounds()
/external/skia/src/gpu/gl/
DGrGLUtil.h50 kATI_GrGLVendor, enumerator
DGrGLUtil.cpp332 return kATI_GrGLVendor; in GrGLGetVendorFromString()
DGrGLCaps.cpp3360 if (kATI_GrGLVendor == ctxInfo.vendor()) { in applyDriverCorrectnessWorkarounds()
3526 (kATI_GrGLVendor == ctxInfo.vendor()))) { in applyDriverCorrectnessWorkarounds()
3753 if (kATI_GrGLVendor == ctxInfo.vendor() || // Radeon drops stencil draws that use sample mask. in applyDriverCorrectnessWorkarounds()
3817 formatWorkarounds->fDisableSRGBRenderWithMSAAForMacAMD = kATI_GrGLVendor == ctxInfo.vendor(); in applyDriverCorrectnessWorkarounds()
3887 if (kQualcomm_GrGLVendor == ctxInfo.vendor() || kATI_GrGLVendor == ctxInfo.vendor()) { in applyDriverCorrectnessWorkarounds()