Lines Matching refs:getFormatInfo
1232 const auto& info = this->getFormatInfo(surfaceFormat); in getTexImageExternalFormatAndType()
1241 const auto& info = this->getFormatInfo(format); in getTexSubImageDefaultFormatTypeAndColorType()
1267 *externalFormat = this->getFormatInfo(surfaceFormat).externalFormat( in getExternalFormat()
1269 *externalType = this->getFormatInfo(surfaceFormat).externalType( in getExternalFormat()
1275 this->getFormatInfo(format).fStencilFormatIndex = in setStencilFormatIndexForFormat()
1343 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRGBA8); in initFormatTable()
1466 FormatInfo& info = this->getFormatInfo(GrGLFormat::kR8); in initFormatTable()
1578 FormatInfo& info = this->getFormatInfo(GrGLFormat::kALPHA8); in initFormatTable()
1668 FormatInfo& info = this->getFormatInfo(GrGLFormat::kLUMINANCE8); in initFormatTable()
1748 FormatInfo& info = this->getFormatInfo(GrGLFormat::kLUMINANCE8_ALPHA8); in initFormatTable()
1821 FormatInfo& info = this->getFormatInfo(GrGLFormat::kBGRA8); in initFormatTable()
1946 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRGB565); in initFormatTable()
2017 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRGBA16F); in initFormatTable()
2155 FormatInfo& info = this->getFormatInfo(GrGLFormat::kR16F); in initFormatTable()
2268 FormatInfo& info = this->getFormatInfo(GrGLFormat::kLUMINANCE16F); in initFormatTable()
2331 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRGB8); in initFormatTable()
2399 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRG8); in initFormatTable()
2466 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRGB10_A2); in initFormatTable()
2566 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRGBA4); in initFormatTable()
2629 FormatInfo& info = this->getFormatInfo(GrGLFormat::kSRGB8_ALPHA8); in initFormatTable()
2738 FormatInfo& info = this->getFormatInfo(GrGLFormat::kCOMPRESSED_RGB8_BC1); in initFormatTable()
2752 FormatInfo& info = this->getFormatInfo(GrGLFormat::kCOMPRESSED_RGBA8_BC1); in initFormatTable()
2766 FormatInfo& info = this->getFormatInfo(GrGLFormat::kCOMPRESSED_RGB8_ETC2); in initFormatTable()
2785 FormatInfo& info = this->getFormatInfo(GrGLFormat::kCOMPRESSED_ETC1_RGB8); in initFormatTable()
2799 FormatInfo& info = this->getFormatInfo(GrGLFormat::kR16); in initFormatTable()
2867 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRG16); in initFormatTable()
2942 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRGBA16); in initFormatTable()
3031 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRG16F); in initFormatTable()
4215 const auto& formatInfo = this->getFormatInfo(srcBackendFormat.asGLFormat()); in onSupportedReadPixelsColorType()
4250 const auto& formatInfo = this->getFormatInfo(surfaceFormat.asGLFormat()); in supportedWritePixelsColorType()
4293 const FormatInfo& info = this->getFormatInfo(format); in isFormatTexturable()
4306 const FormatInfo& info = this->getFormatInfo(f); in isFormatAsColorTypeRenderable()
4325 const FormatInfo& info = this->getFormatInfo(format); in getRenderTargetSampleCount()
4350 const FormatInfo& info = this->getFormatInfo(format); in maxRenderTargetSampleCount()
4363 return SkToBool(this->getFormatInfo(format).fFlags & FormatInfo::kFBOColorAttachment_Flag); in canFormatBeFBOColorAttachment()
4375 return SkToBool(this->getFormatInfo(format).fFlags & FormatInfo::kUseTexStorage_Flag); in formatSupportsTexStorage()
4379 const auto& formatInfo = const_cast<GrGLCaps*>(this)->getFormatInfo(format); in shouldQueryImplementationReadSupport()
4403 auto& formatInfo = const_cast<GrGLCaps*>(this)->getFormatInfo(format); in didQueryImplementationReadSupport()
4423 const auto& info = this->getFormatInfo(glFormat); in onAreColorTypeAndFormatCompatible()
4473 const auto& info = this->getFormatInfo(glFormat); in onGetReadSwizzle()
4486 const auto& info = this->getFormatInfo(format.asGLFormat()); in getWriteSwizzle()