Home
last modified time | relevance | path

Searched defs:format (Results 426 - 450 of 6021) sorted by relevance

1...<<11121314151617181920>>...241

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
H A Djsonrpc2.go
/third_party/skia/src/gpu/d3d/
H A DGrD3DUtil.h35 static constexpr uint32_t GrDxgiFormatChannels(DXGI_FORMAT format) { in GrDxgiFormatChannels() argument
59 static constexpr GrColorFormatDesc GrDxgiFormatDesc(DXGI_FORMAT format) { in GrDxgiFormatDesc() argument
101 static constexpr size_t GrDxgiFormatBytesPerBlock(DXGI_FORMAT format) { in GrDxgiFormatBytesPerBlock() argument
125 static constexpr int GrDxgiFormatStencilBits(DXGI_FORMAT format) { in GrDxgiFormatStencilBits() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnUtil.cpp10 size_t GrDawnBytesPerBlock(wgpu::TextureFormat format) { in GrDawnBytesPerBlock() argument
24 int GrDawnFormatStencilBits(wgpu::TextureFormat format) { in GrDawnFormatStencilBits() argument
37 bool GrDawnFormatIsRenderable(wgpu::TextureFormat format) { in GrDawnFormatIsRenderable() argument
43 bool GrColorTypeToDawnFormat(GrColorType ct, wgpu::TextureFormat* format) { in GrColorTypeToDawnFormat() argument
60 GrDawnFormatToGrColorType(wgpu::TextureFormat format, GrColorType* colorType) GrDawnFormatToGrColorType() argument
82 GrDawnFormatToStr(wgpu::TextureFormat format) GrDawnFormatToStr() argument
[all...]
/third_party/skia/src/gpu/
H A DGrSurface.cpp18 size_t GrSurface::ComputeSize(const GrBackendFormat& format, in ComputeSize() argument
H A DGrBackendUtils.cpp32 SkImage::CompressionType GrBackendFormatToCompressionType(const GrBackendFormat& format) { in GrBackendFormatToCompressionType() argument
109 size_t GrBackendFormatBytesPerBlock(const GrBackendFormat& format) { in GrBackendFormatBytesPerBlock() argument
162 GrBackendFormatBytesPerPixel(const GrBackendFormat& format) GrBackendFormatBytesPerPixel() argument
169 GrBackendFormatStencilBits(const GrBackendFormat& format) GrBackendFormatStencilBits() argument
[all...]
/third_party/skia/src/gpu/effects/
H A DGrModulateAtlasCoverageEffect.h35 SkString format; variable
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrPathTessellationShader_MiddleOut.cpp74 SkString format; variable
/third_party/skia/src/gpu/gl/
H A DGrGLAttachment.h43 GrGLFormat format() const { return fFormat; } in format() function in GrGLAttachment
28 MakeWrappedRenderBuffer(GrGpu* gpu, GrGLuint renderbufferID, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt, GrGLFormat format) MakeWrappedRenderBuffer() argument
53 GrGLAttachment(GrGpu* gpu, GrGLuint renderbufferID, SkISize dimensions, UsageFlags supportedUsages, int sampleCnt, GrGLFormat format) GrGLAttachment() argument
/third_party/skia/src/gpu/vk/
H A DGrVkUtil.h172 static constexpr int GrVkFormatStencilBits(VkFormat format) { in GrVkFormatStencilBits() argument
H A DGrVkImageView.cpp13 Make(GrVkGpu* gpu, VkImage image, VkFormat format, Type viewType, uint32_t miplevels, const GrVkYcbcrConversionInfo& ycbcrInfo) Make() argument
/third_party/skia/src/images/
H A DSkImageEncoder.cpp105 sk_sp<SkData> SkEncodePixmap(const SkPixmap& src, SkEncodedImageFormat format, int quality) { in SkEncodePixmap() argument
110 sk_sp<SkData> SkEncodeBitmap(const SkBitmap& src, SkEncodedImageFormat format, int quality) { in SkEncodeBitmap() argument
37 SkEncodeImage(SkWStream* dst, const SkPixmap& src, SkEncodedImageFormat format, int quality) SkEncodeImage() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkBufferView.hpp45 VkFormat format; member in vk::BufferView
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DImage.cpp18 Image::Image(vk::Device device, vk::PhysicalDevice physicalDevice, uint32_t width, uint32_t height, vk::Format format, vk::SampleCountFlagBits sampleCount /*= vk::SampleCountFlagBits::e1*/) in Image() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DSimpleBitmapGlyph.java28 protected SimpleBitmapGlyph(ReadableFontData data, int format) { in SimpleBitmapGlyph() argument
34 protected Builder(WritableFontData data, int format) { in Builder() argument
38 protected Builder(ReadableFontData data, int format) { in Builder() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
H A Djsonrpc2.go
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_dump.c43 WebPOutputFileFormat format = PNG; in main() local
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimage_dec.c20 WebPInputFileFormat format = WEBP_UNSUPPORTED_FORMAT; in WebPGuessImageType() local
52 WebPImageReader WebPGetImageReader(WebPInputFileFormat format) { in WebPGetImageReader() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcurrfmt.cpp40 UnicodeString& CurrencyFormat::format(const Formattable& obj, in format() function in CurrencyFormat
/third_party/skia/third_party/externals/oboe/src/common/
H A DTrace.cpp35 void Trace::beginSection(const char *format, ...){ in beginSection() argument
/third_party/skia/tests/
H A DProxyRefTest.cpp29 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888, in make_deferred() local
H A DBackendSurfaceMutableStateTest.cpp26 GrBackendFormat format = GrBackendFormat::MakeVk(VK_FORMAT_R8G8B8A8_UNORM); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
/third_party/skia/src/ports/
H A DSkNDKConversions.cpp13 AndroidBitmapFormat format; member
34 SkColorType toColorType(AndroidBitmapFormat format) { in toColorType() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DSpirvUtils.cpp67 wgpu::TextureFormat SpirvImageFormatToTextureFormat(spv::ImageFormat format) { in SpirvImageFormatToTextureFormat() argument
H A DGLFormat.h27 GLenum format = 0; member
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DScissorTests.cpp22 wgpu::RenderPipeline CreateQuadPipeline(wgpu::TextureFormat format) { in CreateQuadPipeline() argument

Completed in 8 milliseconds

1...<<11121314151617181920>>...241