Home
last modified time | relevance | path

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

12345

/third_party/skia/gm/
H A Dlazytiling.cpp51 desc.fFormat, in create_view()
/third_party/skia/include/gpu/
H A DGrBackendSurface.h234 VkFormat fFormat; member
264 // The GrGLTextureInfo must have a valid fFormat.
459 // The GrGLTextureInfo must have a valid fFormat. If wrapping in an SkSurface we require the
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp264 textureInfo.fFormat = GR_GL_RGBA8; in importHardwareBufferForRead()
292 textureInfo.fFormat = GR_GL_RGBA8; in importHardwareBufferForWrite()
797 outImageInfo->fFormat = VK_FORMAT_R8G8B8A8_UNORM; in importHardwareBuffer()
H A DDeferredDisplayListTest.cpp236 fboInfo.fFormat = GR_GL_RGBA8; in make()
307 vkInfo.fFormat = VK_FORMAT_R8G8B8A8_UNORM; in makeVkSCB()
H A DBlurTest.cpp183 src.fFormat = SkMask::kA8_Format; in ground_truth_2d()
/third_party/skia/src/core/
H A DSkVMBlitter.cpp688 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()
693 switch (mask.fFormat) { in blitMask()
H A DSkGlyphRunPainter.cpp190 if (mask.fFormat != SkMask::kARGB32_Format) { in drawForBitmapDevice()
H A DSkGlyph.cpp20 mask.fFormat = fMaskFormat; in mask()
H A DSkBlitter.cpp196 if (mask.fFormat == SkMask::kLCD16_Format) { in blitMask()
200 if (mask.fFormat == SkMask::kBW_Format) { in blitMask()
H A DSkMaskBlurFilter.cpp919 switch (src.fFormat) {
1003 switch (src.fFormat) {
H A DSkBlurMF.cpp187 mask->fFormat = SkMask::kA8_Format; in prepare_to_draw_into_mask()
337 srcM.fFormat = SkMask::kA8_Format; in filterRRectToNine()
456 srcM.fFormat = SkMask::kA8_Format; in filterRectsToNine()
H A DSkPixmap.cpp51 if (SkMask::kA8_Format == src.fFormat) { in reset()
H A DSkScan_AntiPath.cpp450 fMask.fFormat = SkMask::kA8_Format;
H A DSkScan_AAAPath.cpp221 fMask.fFormat = SkMask::kA8_Format; in MaskAdditiveBlitter()
/third_party/skia/src/codec/
H A DSkHeifCodec.cpp213 , fFormat(format) in SkHeifCodec()
/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.h536 GrBackendFormat fFormat;
H A DGrBlurUtils.cpp143 SkASSERT(SkMask::kA8_Format == srcM.fFormat); in sw_create_filtered_mask()
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp358 info.fFormat = format; in createBuffers()
/third_party/skia/experimental/skottiekit/
H A Dskottiekit_bindings.cpp246 info.fFormat = GL_RGBA8; in MakeOnScreenGLSurface()
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp115 SkASSERT(SkMask::kLCD16_Format == mask.fFormat); in copyFT2LCD16()
235 const SkMask::Format dstFormat = static_cast<SkMask::Format>(dstMask.fFormat); in copyFTBitmap()
1479 unscaledBitmapAlias.fFormat = SkMaskFormat_for_SkColorType(unscaledBitmap.colorType()); in generateGlyphImage()
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp506 info.fFormat = GL_RGBA8; in MakeOnScreenGLSurface()
/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.cpp862 vkInfo.fFormat = fFramebuffer->colorAttachment()->imageFormat(); in onExecuteDrawable()
/third_party/skia/src/pdf/
H A DSkPDFFont.cpp452 switch (mask.fFormat) { in to_image()
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp181 info.fFormat = colorSettings.pixFormat; in MakeOnScreenGLSurface()
751 glInfo.fFormat = GR_GL_RGBA8; in onGenerateTexture()
/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp4887 GrGLenum formatEnum = GrGLFormatToEnum(combo2D.fFormat.asGLFormat()); in getTestingCombinations()

Completed in 40 milliseconds

12345