Home
last modified time | relevance | path

Searched defs:FormatInfo (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/src/gpu/d3d/
DGrD3DCaps.h165 struct FormatInfo { struct
166 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
200 FormatInfo fFormatTable[kNumDxgiFormats]; argument
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.h125 struct FormatInfo { struct
126 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
155 FormatInfo fFormatTable[kNumMtlFormats]; argument
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.h148 struct FormatInfo { struct
149 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
178 FormatInfo fFormatTable[kNumMtlFormats]; argument
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h604 struct FormatInfo { struct
605 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
614 GrGLenum externalFormat(GrColorType surfaceColorType, GrColorType externalColorType, in externalFormat()
624 GrGLenum externalType(GrColorType surfaceColorType, GrColorType externalColorType) const { in externalType()
633 enum {
641 uint32_t fFlags = 0;
643 FormatType fFormatType = FormatType::kUnknown;
646 GrGLenum fBaseInternalFormat = 0;
649 GrGLenum fSizedInternalFormat = 0;
652 GrGLenum fCompressedInternalFormat = 0;
[all …]
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.h236 struct FormatInfo { struct
237 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
268 FormatInfo fFormatTable[kNumVkFormats]; argument
/third_party/skia/src/gpu/gl/
DGrGLCaps.h684 struct FormatInfo { struct
685 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
694 GrGLenum externalFormat(GrColorType surfaceColorType, GrColorType externalColorType, in externalFormat()
705 GrGLenum externalType(GrColorType surfaceColorType, GrColorType externalColorType) const { in externalType()
714 enum {
727 uint32_t fFlags = 0;
729 FormatType fFormatType = FormatType::kUnknown;
732 GrGLenum fCompressedInternalFormat = 0;
738 GrGLenum fInternalFormatForTexImageOrStorage = 0;
741 GrGLenum fInternalFormatForRenderbuffer = 0;
[all …]
/third_party/skia/src/gpu/vk/
DGrVkCaps.h340 struct FormatInfo { struct
341 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
372 FormatInfo fFormatTable[kNumVkFormats]; argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp78 struct FormatInfo struct
81 GLenum internalformat;
83 const char* name;
86 GLsizei pixelSize;
89 GLubyte internalred[MAX_PIXEL_SIZE];
90 GLubyte internalgreen[MAX_PIXEL_SIZE];
91 GLubyte internalblue[MAX_PIXEL_SIZE];
92 GLubyte internalwhite[MAX_PIXEL_SIZE];
95 GLubyte RGBAred[4];
96 GLubyte RGBAgreen[4];
[all …]
DglcCompressedFormatTests.cpp59 struct FormatInfo struct
61 ApiType minApi;
62 const char* name;
63 GLenum internalFormat;
64 GLenum format;
65 GLenum sizedFormat;
66 bool issRGB;
67 IVec2 blockSize;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageMismatchedFormatsTests.cpp69 struct FormatInfo struct
71 const char* GLSLFormat;
72 int VectorWidth;
73 int BytesPerPixel;
74 tcu::TextureChannelClass ChannelClass;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedFormatsTests.cpp69 struct FormatInfo struct
71 const char* GLSLFormat;
72 int VectorWidth;
73 int BytesPerPixel;
74 tcu::TextureChannelClass ChannelClass;
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_swapchain.cc22 struct FormatInfo { struct
23 VkFormat format_;
24 SkColorType color_type_;
25 sk_sp<SkColorSpace> color_space_;
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DFramebufferObjectTest.cpp90 using FormatInfo = std::array<GLenum, 3>; in TEST_P() typedef
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferTextureBufferRange.cpp45 FormatInfo::FormatInfo() in FormatInfo() function in glcts::FormatInfo
63 FormatInfo::FormatInfo(glw::GLenum internalFormat, glw::GLuint offsetAlignment) in FormatInfo() function in glcts::FormatInfo
DesextcTextureBufferTextureBufferRange.hpp140 class FormatInfo class
/third_party/node/deps/icu-small/source/i18n/
Dwinnmfmt.cpp44 union FormatInfo union
/third_party/icu/icu4c/source/i18n/
Dwinnmfmt.cpp44 union FormatInfo union
/third_party/skia/third_party/externals/icu/source/i18n/
Dwinnmfmt.cpp44 union FormatInfo union
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dwinnmfmt.cpp44 union FormatInfo union
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Ddescriptions.c68 } FormatInfo; typedef
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dreg.py295 class FormatInfo(BaseInfo): class
/third_party/vulkan-headers/registry/
Dreg.py295 class FormatInfo(BaseInfo): class