Home
last modified time | relevance | path

Searched refs:kRGB_888_GrPixelConfig (Results 1 – 14 of 14) sorted by relevance

/external/skqp/include/private/
DGrTypesPriv.h44 kRGB_888_GrPixelConfig, enumerator
992 case kRGB_888_GrPixelConfig: in GrPixelConfigIsSRGBEncoded()
1029 case kRGB_888_GrPixelConfig: // Assuming GPUs store this 4-byte aligned. in GrBytesPerPixel()
1052 case kRGB_888_GrPixelConfig: in GrPixelConfigIsOpaque()
1095 case kRGB_888_GrPixelConfig: in GrPixelConfigIsAlphaOnly()
1122 case kRGB_888_GrPixelConfig: in GrPixelConfigIsFloatingPoint()
1159 case kRGB_888_GrPixelConfig: in GrPixelConfigIsCompressed()
1193 case kRGB_888_GrPixelConfig: in GrMakePixelConfigUncompressed()
1233 case kRGB_888_GrPixelConfig: in GrCompressedFormatDataSize()
1268 case kRGB_888_GrPixelConfig: in GrSLSamplerPrecision()
[all …]
/external/skqp/src/gpu/vk/
DGrVkUtil.cpp25 case kRGB_888_GrPixelConfig: in GrPixelConfigToVkFormat()
97 return kRGB_888_GrPixelConfig == config; in GrVkFormatPixelConfigPairIsValid()
DGrVkCaps.cpp90 case kRGB_888_GrPixelConfig: in get_compatible_format_class()
802 return kRGB_888_GrPixelConfig; in validate_image_info()
865 return kRGB_888_GrPixelConfig; in get_yuva_config()
DGrVkGpu.cpp619 tex->config() == kRGB_888_GrPixelConfig); in uploadTexDataOptimal()
622 if (!this->vkCaps().configCanBeDstofBlit(kRGB_888_GrPixelConfig, tex->isLinearTiled()) && in uploadTexDataOptimal()
623 !this->vkCaps().maxRenderTargetSampleCount(kRGB_888_GrPixelConfig)) { in uploadTexDataOptimal()
2082 surface->config() == kRGB_888_GrPixelConfig); in onReadPixels()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp1449 fConfigTable[kRGB_888_GrPixelConfig].fFormats.fBaseInternalFormat = GR_GL_RGB; in initConfigTable()
1450 fConfigTable[kRGB_888_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_RGB8; in initConfigTable()
1456 …fConfigTable[kRGB_888_GrPixelConfig].fFormats.fExternalFormat[kReadPixels_ExternalFormatUsage] = G… in initConfigTable()
1457 fConfigTable[kRGB_888_GrPixelConfig].fFormats.fExternalType = GR_GL_UNSIGNED_BYTE; in initConfigTable()
1458 fConfigTable[kRGB_888_GrPixelConfig].fFormatType = kNormalizedFixedPoint_FormatType; in initConfigTable()
1459 fConfigTable[kRGB_888_GrPixelConfig].fFlags = ConfigInfo::kTextureable_Flag; in initConfigTable()
1468 fConfigTable[kRGB_888_GrPixelConfig].fFlags |= nonMSAARenderFlags; in initConfigTable()
1472 fConfigTable[kRGB_888_GrPixelConfig].fFlags |= allRenderFlags; in initConfigTable()
1476 fConfigTable[kRGB_888_GrPixelConfig].fFlags |= ConfigInfo::kCanUseTexStorage_Flag; in initConfigTable()
1478 fConfigTable[kRGB_888_GrPixelConfig].fSwizzle = GrSwizzle::RGBA(); in initConfigTable()
[all …]
DGrGLGpu.cpp832 case kRGB_888_GrPixelConfig: // We're really talking about GrColorType::kRGB_888x here. in config_alignment()
/external/skqp/src/gpu/
DSkGr.cpp298 return kRGB_888_GrPixelConfig; in SkColorType2GrPixelConfig()
344 case kRGB_888_GrPixelConfig: in dither_range_type_for_config()
DGrCaps.cpp140 case kRGB_888_GrPixelConfig: return "RGB888"; in pixel_config_name()
DGrContext.cpp344 case kRGB_888_GrPixelConfig: return false; in valid_premul_config()
983 return kRGB_888_GrPixelConfig; in GrPixelConfigFallback()
/external/skqp/tests/
DDeferredDisplayListTest.cpp88 if (kRGB_888_GrPixelConfig == config) { in create_backend_format()
153 if (kRGB_888_GrPixelConfig == config) { in create_backend_format()
212 if (kRGB_888_GrPixelConfig == config) { in create_backend_format()
DGrSurfaceTest.cpp90 kRGB_888_GrPixelConfig, in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/external/skqp/src/gpu/mtl/
DGrMtlUtil.mm33 case kRGB_888_GrPixelConfig:
/external/skqp/src/image/
DSkImage_GpuBase.cpp332 if (kRGB_888_GrPixelConfig == config) { in MakeTempTextureProxies()
/external/skqp/src/core/
DSkGpuBlurUtils.cpp98 kRGB_888_GrPixelConfig == config || kRGBA_4444_GrPixelConfig == config || in get_blur_config()