Searched refs:kRGBA_4444_GrPixelConfig (Results 1 – 8 of 8) sorted by relevance
175 SET_CONFIG_IS_RENDERABLE(kRGBA_4444_GrPixelConfig); in initConfigRenderableTable()199 SET_CONFIG_IS_TEXTURABLE(kRGBA_4444_GrPixelConfig); in initConfigTexturableTable()
29 case kRGBA_4444_GrPixelConfig: in GrPixelConfigToVkFormat()
1426 fConfigTable[kRGBA_4444_GrPixelConfig].fFormats.fBaseInternalFormat = GR_GL_RGBA; in initConfigTable()1427 fConfigTable[kRGBA_4444_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_RGBA4; in initConfigTable()1428 fConfigTable[kRGBA_4444_GrPixelConfig].fFormats.fExternalFormat[kOther_ExternalFormatUsage] = in initConfigTable()1430 fConfigTable[kRGBA_4444_GrPixelConfig].fFormats.fExternalType = GR_GL_UNSIGNED_SHORT_4_4_4_4; in initConfigTable()1431 fConfigTable[kRGBA_4444_GrPixelConfig].fFormatType = kNormalizedFixedPoint_FormatType; in initConfigTable()1432 fConfigTable[kRGBA_4444_GrPixelConfig].fFlags = ConfigInfo::kTextureable_Flag; in initConfigTable()1435 fConfigTable[kRGBA_4444_GrPixelConfig].fFlags |= allRenderFlags; in initConfigTable()1438 fConfigTable[kRGBA_4444_GrPixelConfig].fFlags |= allRenderFlags; in initConfigTable()1440 fConfigTable[kRGBA_4444_GrPixelConfig].fSwizzle = GrSwizzle::RGBA(); in initConfigTable()
886 case kRGBA_4444_GrPixelConfig: in config_alignment()
207 kRGBA_4444_GrPixelConfig, enumerator350 case kRGBA_4444_GrPixelConfig: in GrBytesPerPixel()
235 GR_STATIC_ASSERT(4 == kRGBA_4444_GrPixelConfig); in GrPixelConfigComponentMask()
309 return kRGBA_4444_GrPixelConfig; in SkImageInfo2GrPixelConfig()342 case kRGBA_4444_GrPixelConfig: in GrPixelConfig2ColorAndProfileType()
223 GR_STATIC_ASSERT(4 == kRGBA_4444_GrPixelConfig); in dump()