Home
last modified time | relevance | path

Searched refs:kRGB_565_GrPixelConfig (Results 1 – 25 of 36) sorted by relevance

12

/external/skqp/include/private/
DGrTypesPriv.h41 kRGB_565_GrPixelConfig, enumerator
990 case kRGB_565_GrPixelConfig: in GrPixelConfigIsSRGBEncoded()
1022 case kRGB_565_GrPixelConfig: in GrBytesPerPixel()
1051 case kRGB_565_GrPixelConfig: in GrPixelConfigIsOpaque()
1092 case kRGB_565_GrPixelConfig: in GrPixelConfigIsAlphaOnly()
1120 case kRGB_565_GrPixelConfig: in GrPixelConfigIsFloatingPoint()
1157 case kRGB_565_GrPixelConfig: in GrPixelConfigIsCompressed()
1191 case kRGB_565_GrPixelConfig: in GrMakePixelConfigUncompressed()
1231 case kRGB_565_GrPixelConfig: in GrCompressedFormatDataSize()
1265 case kRGB_565_GrPixelConfig: in GrSLSamplerPrecision()
[all …]
/external/skia/include/private/
DGrTypesPriv.h45 kRGB_565_GrPixelConfig, enumerator
890 case kRGB_565_GrPixelConfig: in GrPixelConfigIsSRGBEncoded()
924 case kRGB_565_GrPixelConfig: in GrBytesPerPixel()
955 case kRGB_565_GrPixelConfig: in GrPixelConfigIsOpaque()
998 case kRGB_565_GrPixelConfig: in GrPixelConfigIsAlphaOnly()
1028 case kRGB_565_GrPixelConfig: in GrPixelConfigIsFloatingPoint()
1074 case kRGB_565_GrPixelConfig: in GrPixelConfigIsCompressed()
1110 case kRGB_565_GrPixelConfig: in GrMakePixelConfigUncompressed()
1152 case kRGB_565_GrPixelConfig: in GrCompressedFormatDataSize()
1188 case kRGB_565_GrPixelConfig: in GrSLSamplerPrecision()
[all …]
/external/skia/src/gpu/vk/
DGrVkUtil.cpp46 case kRGB_565_GrPixelConfig: in GrPixelConfigToVkFormat()
110 return kRGB_565_GrPixelConfig == config; in GrVkFormatPixelConfigPairIsValid()
/external/skqp/src/gpu/vk/
DGrVkUtil.cpp43 case kRGB_565_GrPixelConfig: in GrPixelConfigToVkFormat()
103 return kRGB_565_GrPixelConfig == config; in GrVkFormatPixelConfigPairIsValid()
/external/skqp/include/gpu/mock/
DGrMockTypes.h46 fConfigOptions[kRGB_565_GrPixelConfig].fTexturable = true; in GrMockOptions()
/external/skia/include/gpu/mock/
DGrMockTypes.h46 fConfigOptions[kRGB_565_GrPixelConfig].fTexturable = true; in GrMockOptions()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp1640 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fBaseInternalFormat = GR_GL_RGB; in initConfigTable()
1642 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_RGB565; in initConfigTable()
1644 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_RGB5; in initConfigTable()
1646 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fExternalFormat[kReadPixels_ExternalFormatUsage] = in initConfigTable()
1648 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fExternalType = GR_GL_UNSIGNED_SHORT_5_6_5; in initConfigTable()
1649 fConfigTable[kRGB_565_GrPixelConfig].fFormatType = kNormalizedFixedPoint_FormatType; in initConfigTable()
1650 fConfigTable[kRGB_565_GrPixelConfig].fFlags = ConfigInfo::kTextureable_Flag; in initConfigTable()
1653 fConfigTable[kRGB_565_GrPixelConfig].fFlags |= allRenderFlags; in initConfigTable()
1656 fConfigTable[kRGB_565_GrPixelConfig].fFlags |= allRenderFlags; in initConfigTable()
1666 fConfigTable[kRGB_565_GrPixelConfig].fFlags |= ConfigInfo::kCanUseTexStorage_Flag; in initConfigTable()
[all …]
/external/skia/src/gpu/gl/
DGrGLCaps.cpp1654 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fBaseInternalFormat = GR_GL_RGB; in initConfigTable()
1656 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_RGB565; in initConfigTable()
1658 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_RGB5; in initConfigTable()
1660 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fExternalFormat[kReadPixels_ExternalFormatUsage] = in initConfigTable()
1662 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fExternalType = GR_GL_UNSIGNED_SHORT_5_6_5; in initConfigTable()
1663 fConfigTable[kRGB_565_GrPixelConfig].fFormatType = kNormalizedFixedPoint_FormatType; in initConfigTable()
1664 fConfigTable[kRGB_565_GrPixelConfig].fFlags = ConfigInfo::kTextureable_Flag; in initConfigTable()
1667 fConfigTable[kRGB_565_GrPixelConfig].fFlags |= allRenderFlags; in initConfigTable()
1670 fConfigTable[kRGB_565_GrPixelConfig].fFlags |= allRenderFlags; in initConfigTable()
1680 fConfigTable[kRGB_565_GrPixelConfig].fFlags |= ConfigInfo::kCanUseTexStorage_Flag; in initConfigTable()
[all …]
/external/skqp/src/gpu/mtl/
DGrMtlUtil.mm51 case kRGB_565_GrPixelConfig:
116 return kRGB_565_GrPixelConfig;
/external/skqp/src/gpu/text/
DGrAtlasManager.h37 !fProxyProvider->caps()->isConfigTexturable(kRGB_565_GrPixelConfig)) { in resolveMaskFormat()
DGrAtlasManager.cpp29 return kRGB_565_GrPixelConfig; in mask_format_to_pixel_config()
/external/skia/src/gpu/text/
DGrAtlasManager.h37 !fProxyProvider->caps()->isConfigTexturable(kRGB_565_GrPixelConfig)) { in resolveMaskFormat()
DGrAtlasManager.cpp29 return kRGB_565_GrPixelConfig; in mask_format_to_pixel_config()
/external/skqp/src/gpu/
DSkGr.cpp292 return kRGB_565_GrPixelConfig; in SkColorType2GrPixelConfig()
348 case kRGB_565_GrPixelConfig: in dither_range_type_for_config()
DGrCaps.cpp137 case kRGB_565_GrPixelConfig: return "RGB565"; in pixel_config_name()
/external/skia/src/gpu/
DSkGr.cpp295 return kRGB_565_GrPixelConfig; in SkColorType2GrPixelConfig()
354 case kRGB_565_GrPixelConfig: in dither_range_type_for_config()
DGrCaps.cpp136 case kRGB_565_GrPixelConfig: return "RGB565"; in pixel_config_name()
DGrRecordingContext.cpp246 case kRGB_565_GrPixelConfig: in GrPixelConfigFallback()
/external/skqp/tests/
DDeferredDisplayListTest.cpp73 if (kRGB_565_GrPixelConfig == config) { in create_backend_format()
138 if (kRGB_565_GrPixelConfig == config) { in create_backend_format()
197 if (kRGB_565_GrPixelConfig == config) { in create_backend_format()
DLazyProxyTest.cpp96 desc.fConfig = kRGB_565_GrPixelConfig; in Op()
103 kRGB_565_GrPixelConfig, *proxyProvider->caps()); in Op()
DProxyTest.cpp116 for (auto config : { kAlpha_8_GrPixelConfig, kRGB_565_GrPixelConfig, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/tests/
DLazyProxyTest.cpp99 desc.fConfig = kRGB_565_GrPixelConfig; in Op()
106 kRGB_565_GrPixelConfig, *proxyProvider->caps()); in Op()
DProxyTest.cpp116 for (auto config : { kAlpha_8_GrPixelConfig, kRGB_565_GrPixelConfig, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/mtl/
DGrMtlUtil.mm54 case kRGB_565_GrPixelConfig:
DGrMtlCaps.mm368 info = &fConfigTable[kRGB_565_GrPixelConfig];
455 return kRGB_565_GrPixelConfig;

12