Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.h146 bool canFormatBeFBOColorAttachment(GrGLFormat) const;
DGrGLCaps.cpp3399 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 GrGLCaps
4641 return this->canFormatBeFBOColorAttachment(format.asGLFormat()); in isFormatCopyable()
DGrGLGpu.cpp1427 } else if (this->glCaps().canFormatBeFBOColorAttachment(format.asGLFormat()) && in onCreateTexture()
1593 SkASSERT(this->glCaps().canFormatBeFBOColorAttachment(format)); in getCompatibleStencilIndex()