Home
last modified time | relevance | path

Searched refs:fFormat (Results 51 - 75 of 125) sorted by relevance

12345

/third_party/skia/src/effects/
H A DSkEmbossMaskFilter.cpp76 if (src.fFormat != SkMask::kA8_Format) { in filterMask()
86 dst->fFormat = SkMask::k3D_Format; in filterMask()
H A DSkTableMaskFilter.cpp51 if (src.fFormat != SkMask::kA8_Format) { in filterMask()
57 dst->fFormat = SkMask::kA8_Format; in filterMask()
H A DSkEmbossMask.cpp49 SkASSERT(mask->fFormat == SkMask::k3D_Format); in Emboss()
/third_party/skia/tests/
H A DMaskCacheTest.cpp49 mask.fFormat = SkMask::kBW_Format; in DEF_TEST()
86 mask.fFormat = SkMask::kBW_Format; in DEF_TEST()
H A DTextureBindingsResetTest.cpp116 infoExternal.fFormat = info2D.fFormat; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
H A DBlitMaskClip.cpp54 mask.fFormat = SkMask::kBW_Format; in DEF_TEST()
/third_party/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp23 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 DGrVkImageView.cpp24 SkASSERT(gpu->vkCaps().supportsYcbcrConversion() && format == ycbcrInfo.fFormat); in Make()
/third_party/icu/icu4c/source/test/intltest/
H A Dtsdate.h42 * perform tests using date and fFormat, called in many variations
58 DateFormat *fFormat; member in IntlTestDateFormat
H A Dtsnmfmt.h36 * 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 DGrMtlTypes.h56 GrMTLPixelFormat fFormat = 0; // MTLPixelFormat fFormat = MTLPixelFormatInvalid; member
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/
H A Dnative-lib.cpp210 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 DGrDawnTexture.h34 wgpu::TextureFormat format() const { return fInfo.fFormat; } in format()
H A DGrDawnRenderTarget.cpp60 return GrBackendFormat::MakeDawn(fInfo.fFormat); in backendFormat()
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp625 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 DGrGLAttachment.cpp137 return GrBackendFormat::MakeGL(GrGLFormatToEnum(fFormat), GR_GL_TEXTURE_NONE); in backendFormat()
/third_party/skia/tools/sk_app/
H A DGLWindowContext.cpp65 fbInfo.fFormat = GR_GL_RGBA8; in getBackbufferSurface()
/third_party/skia/src/core/
H A DSkBlitter_ARGB32.cpp612 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 DSkAAClip.cpp858 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 DSkBlitter_A8.cpp70 if (SkMask::kA8_Format != mask.fFormat) { in blitMask()
/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp108 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 Ddng_date_time.cpp914 , 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 DGrProxyProvider.cpp358 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 DGrD3DTextureResource.h38 DXGI_FORMAT dxgiFormat() const { return fInfo.fFormat; } in dxgiFormat()
H A DGrD3DAttachment.cpp24 , fFormat(format) { in GrD3DAttachment()

Completed in 22 milliseconds

12345