Home
last modified time | relevance | path

Searched refs:grayLumInfo (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLCaps.cpp1747 ConfigInfo& grayLumInfo = fConfigTable[kGray_8_as_Lum_GrPixelConfig]; in initConfigTable() local
1748 grayLumInfo.fFormats.fExternalType = GR_GL_UNSIGNED_BYTE; in initConfigTable()
1749 grayLumInfo.fFormatType = kNormalizedFixedPoint_FormatType; in initConfigTable()
1750 grayLumInfo.fFormats.fBaseInternalFormat = GR_GL_LUMINANCE; in initConfigTable()
1751 grayLumInfo.fFormats.fSizedInternalFormat = GR_GL_LUMINANCE8; in initConfigTable()
1752 grayLumInfo.fFormats.fExternalFormat[kReadPixels_ExternalFormatUsage] = GR_GL_LUMINANCE; in initConfigTable()
1753 grayLumInfo.fSwizzle = GrSwizzle::RGBA(); in initConfigTable()
1756 grayLumInfo.fFlags = ConfigInfo::kTextureable_Flag; in initConfigTable()
1776 grayLumInfo.fFlags |= ConfigInfo::kFBOColorAttachment_Flag; in initConfigTable()
1780 grayLumInfo.fFlags |= ConfigInfo::kCanUseTexStorage_Flag; in initConfigTable()
[all …]
/external/skia/src/gpu/gl/
DGrGLCaps.cpp1761 ConfigInfo& grayLumInfo = fConfigTable[kGray_8_as_Lum_GrPixelConfig]; in initConfigTable() local
1762 grayLumInfo.fFormats.fExternalType = GR_GL_UNSIGNED_BYTE; in initConfigTable()
1763 grayLumInfo.fFormatType = kNormalizedFixedPoint_FormatType; in initConfigTable()
1764 grayLumInfo.fFormats.fBaseInternalFormat = GR_GL_LUMINANCE; in initConfigTable()
1765 grayLumInfo.fFormats.fSizedInternalFormat = GR_GL_LUMINANCE8; in initConfigTable()
1766 grayLumInfo.fFormats.fExternalFormat[kReadPixels_ExternalFormatUsage] = GR_GL_LUMINANCE; in initConfigTable()
1767 grayLumInfo.fSwizzle = GrSwizzle::RGBA(); in initConfigTable()
1770 grayLumInfo.fFlags = ConfigInfo::kTextureable_Flag; in initConfigTable()
1790 grayLumInfo.fFlags |= ConfigInfo::kFBOColorAttachment_Flag; in initConfigTable()
1794 grayLumInfo.fFlags |= ConfigInfo::kCanUseTexStorage_Flag; in initConfigTable()
[all …]