Searched refs:canFormatBeFBOColorAttachment (Results 1 – 3 of 3) sorted by relevance
146 bool canFormatBeFBOColorAttachment(GrGLFormat) const;
3399 return this->canFormatBeFBOColorAttachment(srcFormat) && in canCopyTexSubImage()3411 if (!this->canFormatBeFBOColorAttachment(dstFormat) || in canCopyAsBlit()3412 !this->canFormatBeFBOColorAttachment(srcFormat)) { in canCopyAsBlit()3558 if (this->canFormatBeFBOColorAttachment(srcFormat)) { in getDstCopyRestrictions()3571 if (this->canFormatBeFBOColorAttachment(srcFormat)) { in getDstCopyRestrictions()4632 bool GrGLCaps::canFormatBeFBOColorAttachment(GrGLFormat format) const { in canFormatBeFBOColorAttachment() function in GrGLCaps4641 return this->canFormatBeFBOColorAttachment(format.asGLFormat()); in isFormatCopyable()
1427 } else if (this->glCaps().canFormatBeFBOColorAttachment(format.asGLFormat()) && in onCreateTexture()1593 SkASSERT(this->glCaps().canFormatBeFBOColorAttachment(format)); in getCompatibleStencilIndex()