Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/dawn/
DDawnCaps.h70 struct FormatInfo { struct
94 std::array<FormatInfo, 8> fFormatTable; argument
/external/skia/src/gpu/graphite/mtl/
DMtlCaps.h95 struct FormatInfo { struct
96 uint32_t colorTypeFlags(SkColorType colorType) const { in colorTypeFlags()
122 FormatInfo fFormatTable[kNumMtlFormats]; argument
/external/skia/src/gpu/ganesh/d3d/
DGrD3DCaps.h163 struct FormatInfo { struct
164 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
198 FormatInfo fFormatTable[kNumDxgiFormats]; argument
/external/skia/src/gpu/ganesh/mtl/
DGrMtlCaps.h141 struct FormatInfo { struct
142 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
171 FormatInfo fFormatTable[kNumMtlFormats]; argument
/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.h702 struct FormatInfo { struct
703 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
712 GrGLenum externalFormat(GrColorType surfaceColorType, GrColorType externalColorType, in externalFormat()
723 GrGLenum externalType(GrColorType surfaceColorType, GrColorType externalColorType) const { in externalType()
732 enum {
745 uint32_t fFlags = 0;
747 FormatType fFormatType = FormatType::kUnknown;
750 GrGLenum fCompressedInternalFormat = 0;
756 GrGLenum fInternalFormatForTexImageOrStorage = 0;
759 GrGLenum fInternalFormatForRenderbuffer = 0;
[all …]
/external/skia/src/gpu/graphite/vk/
DVulkanCaps.h128 struct FormatInfo { struct
129 uint32_t colorTypeFlags(SkColorType colorType) const { in colorTypeFlags()
166 // Map VkFormat to FormatInfo. argument
/external/skia/src/gpu/ganesh/vk/
DGrVkCaps.h381 struct FormatInfo { struct
382 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
419 FormatInfo fFormatTable[kNumVkFormats]; argument
/external/deqp/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;
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedFormatsTests.cpp69 struct FormatInfo struct
71 const char* GLSLFormat;
72 int VectorWidth;
73 int BytesPerPixel;
74 tcu::TextureChannelClass ChannelClass;
/external/angle/src/tests/gl_tests/gles1/
DFramebufferObjectTest.cpp90 using FormatInfo = std::array<GLenum, 3>; in TEST_P() typedef
/external/deqp/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
/external/icu/icu4c/source/i18n/
Dwinnmfmt.cpp44 union FormatInfo union
/external/cronet/third_party/icu/source/i18n/
Dwinnmfmt.cpp44 union FormatInfo union
/external/vulkan-headers/registry/
Dreg.py295 class FormatInfo(BaseInfo): class
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/
Dreg.py371 class FormatInfo(BaseInfo): class