Home
last modified time | relevance | path

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

/external/skia/src/gpu/d3d/
DGrD3DCaps.h161 struct FormatInfo { struct
162 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
196 FormatInfo fFormatTable[kNumDxgiFormats]; argument
/external/skia/src/gpu/mtl/
DGrMtlCaps.h142 struct FormatInfo { struct
143 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
172 FormatInfo fFormatTable[kNumMtlFormats]; argument
/external/skia/src/gpu/gl/
DGrGLCaps.h654 struct FormatInfo { struct
655 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
664 GrGLenum externalFormat(GrColorType surfaceColorType, GrColorType externalColorType, in externalFormat()
675 GrGLenum externalType(GrColorType surfaceColorType, GrColorType externalColorType) const { in externalType()
684 enum {
692 uint32_t fFlags = 0;
694 FormatType fFormatType = FormatType::kUnknown;
697 GrGLenum fCompressedInternalFormat = 0;
703 GrGLenum fInternalFormatForTexImageOrStorage = 0;
706 GrGLenum fInternalFormatForRenderbuffer = 0;
[all …]
/external/skia/src/gpu/vk/
DGrVkCaps.h329 struct FormatInfo { struct
330 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags()
361 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 …]
/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;
DvktImageMismatchedWriteOpTests.cpp391 struct FormatInfo { struct
392 VkFormat vkFormat;
393 const char* spirvName;
394 OpCapability capability;
/external/llvm-project/lldb/source/DataFormatters/
DFormatManager.cpp25 struct FormatInfo { struct
33 static constexpr FormatInfo g_format_infos[] = { argument
/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