Lines Matching refs:GrPixelConfig
851 bool GrGLCaps::readPixelsSupported(GrPixelConfig surfaceConfig, in readPixelsSupported()
852 GrPixelConfig readConfig, in readPixelsSupported()
1198 bool GrGLCaps::getTexImageFormats(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, in getTexImageFormats()
1209 bool GrGLCaps::getCompressedTexImageFormats(GrPixelConfig surfaceConfig, in getCompressedTexImageFormats()
1218 bool GrGLCaps::getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, in getReadPixelsFormat()
1227 void GrGLCaps::getRenderbufferFormat(GrPixelConfig config, GrGLenum* internalFormat) const { in getRenderbufferFormat()
1232 void GrGLCaps::getSizedInternalFormat(GrPixelConfig config, GrGLenum* internalFormat) const { in getSizedInternalFormat()
1236 bool GrGLCaps::getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig, in getExternalFormat()
2028 GrPixelConfig config = static_cast<GrPixelConfig>(i); in initConfigTable()
2118 bool GrGLCaps::canCopyTexSubImage(GrPixelConfig dstConfig, bool dstHasMSAARenderBuffer, in canCopyTexSubImage()
2121 GrPixelConfig srcConfig, bool srcHasMSAARenderBuffer, in canCopyTexSubImage()
2155 bool GrGLCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, in canCopyAsBlit()
2158 GrPixelConfig srcConfig, int srcSampleCnt, in canCopyAsBlit()
2226 bool GrGLCaps::canCopyAsDraw(GrPixelConfig dstConfig, bool srcIsTextureable) const { in canCopyAsDraw()
2249 GrPixelConfig dstConfig = dst->config(); in onCanCopySurface()
2250 GrPixelConfig srcConfig = src->config(); in onCanCopySurface()
2846 GrColorType GrGLCaps::supportedReadPixelsColorType(GrPixelConfig config, in supportedReadPixelsColorType()
2876 int GrGLCaps::getRenderTargetSampleCount(int requestedCount, GrPixelConfig config) const { in getRenderTargetSampleCount()
2899 int GrGLCaps::maxRenderTargetSampleCount(GrPixelConfig config) const { in maxRenderTargetSampleCount()
2911 GrPixelConfig validate_sized_format(GrGLenum format, SkColorType ct, GrGLStandard standard) { in validate_sized_format()
2986 GrPixelConfig GrGLCaps::validateBackendRenderTarget(const GrBackendRenderTarget& rt, in validateBackendRenderTarget()
2995 GrPixelConfig GrGLCaps::getConfigFromBackendFormat(const GrBackendFormat& format, in getConfigFromBackendFormat()
3004 static GrPixelConfig get_yuva_config(GrGLenum format) { in get_yuva_config()
3005 GrPixelConfig config = kUnknown_GrPixelConfig; in get_yuva_config()
3031 GrPixelConfig GrGLCaps::getYUVAConfigFromBackendFormat(const GrBackendFormat& format) const { in getYUVAConfigFromBackendFormat()
3041 GrPixelConfig config = GrColorTypeToPixelConfig(ct, srgbEncoded); in getBackendFormatFromGrColorType()