/third_party/skia/src/effects/ |
H A D | SkEmbossMaskFilter.cpp | 76 if (src.fFormat != SkMask::kA8_Format) { in filterMask() 86 dst->fFormat = SkMask::k3D_Format; in filterMask()
|
H A D | SkTableMaskFilter.cpp | 51 if (src.fFormat != SkMask::kA8_Format) { in filterMask() 57 dst->fFormat = SkMask::kA8_Format; in filterMask()
|
H A D | SkEmbossMask.cpp | 49 SkASSERT(mask->fFormat == SkMask::k3D_Format); in Emboss()
|
/third_party/skia/tests/ |
H A D | MaskCacheTest.cpp | 49 mask.fFormat = SkMask::kBW_Format; in DEF_TEST() 86 mask.fFormat = SkMask::kBW_Format; in DEF_TEST()
|
H A D | TextureBindingsResetTest.cpp | 116 infoExternal.fFormat = info2D.fFormat; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
H A D | BlitMaskClip.cpp | 54 mask.fFormat = SkMask::kBW_Format; in DEF_TEST()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkRenderPass.cpp | 23 attachment->format = desc.fFormat; in setup_vk_attachment_description() 465 b->add32(attachmentsDescriptor.fColor.fFormat); in GenKey() 469 b->add32(attachmentsDescriptor.fResolve.fFormat); in GenKey() 473 b->add32(attachmentsDescriptor.fStencil.fFormat); in GenKey()
|
H A D | GrVkImageView.cpp | 24 SkASSERT(gpu->vkCaps().supportsYcbcrConversion() && format == ycbcrInfo.fFormat); in Make()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tsdate.h | 42 * perform tests using date and fFormat, called in many variations 58 DateFormat *fFormat; member in IntlTestDateFormat
|
H A D | tsnmfmt.h | 36 * perform tests using aNumber and fFormat, called in many variations 40 * perform tests using aNumber and fFormat, called in many variations 56 NumberFormat* fFormat; member in IntlTestNumberFormat
|
/third_party/skia/include/gpu/mtl/ |
H A D | GrMtlTypes.h | 56 GrMTLPixelFormat fFormat = 0; // MTLPixelFormat fFormat = MTLPixelFormatInvalid; member
|
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/ |
H A D | native-lib.cpp | 210 fboInfo.fFormat = GL_RGBA16F; in Java_org_skia_skottie_SkottieAnimation_nDrawFrame() 213 fboInfo.fFormat = GL_RGBA8; in Java_org_skia_skottie_SkottieAnimation_nDrawFrame()
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnTexture.h | 34 wgpu::TextureFormat format() const { return fInfo.fFormat; } in format()
|
H A D | GrDawnRenderTarget.cpp | 60 return GrBackendFormat::MakeDawn(fInfo.fFormat); in backendFormat()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 625 if (!backendTex.getGLTextureInfo(&info) || !info.fID || !info.fFormat) { in check_backend_texture() 632 desc->fFormat = GrGLFormatFromGLEnum(info.fFormat); in check_backend_texture() 634 if (desc->fFormat == GrGLFormat::kUnknown) { in check_backend_texture() 687 if (!backendTex.getGLTextureInfo(&info) || !info.fID || !info.fFormat) { in check_compressed_backend_texture() 694 desc->fFormat = GrGLFormatFromGLEnum(info.fFormat); in check_compressed_backend_texture() 696 if (desc->fFormat == GrGLFormat::kUnknown) { in check_compressed_backend_texture() 744 SkASSERT(caps.isFormatRenderable(desc.fFormat, sampleCnt)); in onWrapRenderableBackendTexture() 745 SkASSERT(caps.isFormatTexturable(desc.fFormat)); in onWrapRenderableBackendTexture() [all...] |
H A D | GrGLAttachment.cpp | 137 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fFormat), GR_GL_TEXTURE_NONE); in backendFormat()
|
/third_party/skia/tools/sk_app/ |
H A D | GLWindowContext.cpp | 65 fbInfo.fFormat = GR_GL_RGBA8; in getBackbufferSurface()
|
/third_party/skia/src/core/ |
H A D | SkBlitter_ARGB32.cpp | 612 if (device.colorType() == kN32_SkColorType && mask.fFormat == SkMask::kA8_Format) { in blit_color() 619 if (device.colorType() == kN32_SkColorType && mask.fFormat == SkMask::kLCD16_Format) { in blit_color() 805 switch (mask.fFormat) { in blitMask() 825 switch (mask.fFormat) { in blitMask() 1284 if (fXfermode && (SkMask::kA8_Format != mask.fFormat)) { in blitMask() 1296 if (mask.fFormat == SkMask::kA8_Format && opaque) { in blitMask() 1298 } else if (mask.fFormat == SkMask::kA8_Format) { in blitMask() 1300 } else if (mask.fFormat == SkMask::kLCD16_Format && opaque) { in blitMask() 1302 } else if (mask.fFormat == SkMask::kLCD16_Format) { in blitMask() 1323 SkASSERT(SkMask::kA8_Format == mask.fFormat); in blitMask() [all...] |
H A D | SkAAClip.cpp | 858 mask->fFormat = SkMask::kA8_Format; 1863 SkASSERT(SkMask::kBW_Format == srcMask.fFormat); 1864 SkASSERT(SkMask::kA8_Format == dstMask->fFormat); 1915 if (SkMask::kBW_Format == origMask.fFormat) { 1916 grayMask.fFormat = SkMask::kA8_Format; 1935 MergeAAProc mergeProc = find_merge_aa_proc(mask->fFormat); 1938 rowMask.fFormat = SkMask::k3D_Format == mask->fFormat ? SkMask::kA8_Format : mask->fFormat;
|
H A D | SkBlitter_A8.cpp | 70 if (SkMask::kA8_Format != mask.fFormat) { in blitMask()
|
/third_party/skia/src/utils/win/ |
H A D | SkWGL_win.cpp | 108 int fFormat; member 149 rankedFormats[i].fFormat = formats[i]; in selectFormat() 165 return rankedFormats[idx].fFormat; in selectFormat()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_date_time.cpp | 914 , fFormat (dng_date_time_format_unknown) in dng_date_time_storage_info() 926 , fFormat (format) in dng_date_time_storage_info() 961 return fFormat; in Format()
|
/third_party/skia/src/gpu/ |
H A D | GrProxyProvider.cpp | 358 desc.fFormat, in createNonMippedProxyFromBitmap() 414 desc.fFormat, in createMippedProxyFromBitmap() 514 desc.fDimensions, desc.fFormat, desc.fBudgeted, desc.fMipmapped, in createCompressedTextureProxy() 711 colorType, GrBackendFormat::MakeVk(vkInfo.fFormat), /*sampleCount=*/1)) { in wrapVulkanSecondaryCBAsRenderTarget()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DTextureResource.h | 38 DXGI_FORMAT dxgiFormat() const { return fInfo.fFormat; } in dxgiFormat()
|
H A D | GrD3DAttachment.cpp | 24 , fFormat(format) { in GrD3DAttachment()
|