Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.h59 bool multisampleDisableSupport() const { return fMultisampleDisableSupport; } in multisampleDisableSupport() function
DGrRenderTargetContext.cpp127 if (fsaaType == GrFSAAType::kUnifiedMSAA && !caps.multisampleDisableSupport()) { in GrChooseAAType()
/external/skqp/src/gpu/
DGrCaps.h59 bool multisampleDisableSupport() const { return fMultisampleDisableSupport; } in multisampleDisableSupport() function
DGrRenderTargetContext.cpp122 if (fsaaType == GrFSAAType::kUnifiedMSAA && !caps.multisampleDisableSupport()) { in GrChooseAAType()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2856 if (this->caps()->multisampleDisableSupport()) { in flushHWAAState()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp2818 if (this->caps()->multisampleDisableSupport()) { in flushHWAAState()