/third_party/skia/src/gpu/d3d/ |
D | GrD3DCaps.h | 165 struct FormatInfo { struct 166 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags() 200 FormatInfo fFormatTable[kNumDxgiFormats]; argument
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlCaps.h | 148 struct FormatInfo { struct 149 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags() 178 FormatInfo fFormatTable[kNumMtlFormats]; argument
|
/third_party/skia/src/gpu/gl/ |
D | GrGLCaps.h | 684 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/ |
D | GrVkCaps.h | 343 struct FormatInfo { struct 344 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags() 375 FormatInfo fFormatTable[kNumVkFormats]; argument
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcTextureRepeatModeTests.cpp | 78 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 …]
|
D | glcCompressedFormatTests.cpp | 59 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/vulkan/image/ |
D | vktImageMismatchedFormatsTests.cpp | 69 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_no_buildgn/vulkan/image/ |
D | vktImageMismatchedFormatsTests.cpp | 69 struct FormatInfo struct 71 const char* GLSLFormat; 72 int VectorWidth; 73 int BytesPerPixel; 74 tcu::TextureChannelClass ChannelClass;
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
D | FramebufferObjectTest.cpp | 90 using FormatInfo = std::array<GLenum, 3>; in TEST_P() typedef
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferTextureBufferRange.cpp | 45 FormatInfo::FormatInfo() in FormatInfo() function in glcts::FormatInfo 63 FormatInfo::FormatInfo(glw::GLenum internalFormat, glw::GLuint offsetAlignment) in FormatInfo() function in glcts::FormatInfo
|
D | esextcTextureBufferTextureBufferRange.hpp | 140 class FormatInfo class
|
/third_party/icu/icu4c/source/i18n/ |
D | winnmfmt.cpp | 44 union FormatInfo union
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | winnmfmt.cpp | 44 union FormatInfo union
|
/third_party/node/deps/icu-small/source/i18n/ |
D | winnmfmt.cpp | 47 union FormatInfo union
|
/third_party/vulkan-headers/registry/ |
D | reg.py | 371 class FormatInfo(BaseInfo): class
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | reg.py | 371 class FormatInfo(BaseInfo): class
|