/external/skia/src/gpu/d3d/ |
D | GrD3DCaps.h | 161 struct FormatInfo { struct 162 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags() 196 FormatInfo fFormatTable[kNumDxgiFormats]; argument
|
/external/skia/src/gpu/mtl/ |
D | GrMtlCaps.h | 142 struct FormatInfo { struct 143 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags() 172 FormatInfo fFormatTable[kNumMtlFormats]; argument
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 654 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/ |
D | GrVkCaps.h | 329 struct FormatInfo { struct 330 uint32_t colorTypeFlags(GrColorType colorType) const { in colorTypeFlags() 361 FormatInfo fFormatTable[kNumVkFormats]; argument
|
/external/deqp/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 …]
|
/external/deqp/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;
|
D | vktImageMismatchedWriteOpTests.cpp | 391 struct FormatInfo { struct 392 VkFormat vkFormat; 393 const char* spirvName; 394 OpCapability capability;
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | FormatManager.cpp | 25 struct FormatInfo { struct 33 static constexpr FormatInfo g_format_infos[] = { argument
|
/external/angle/src/tests/gl_tests/gles1/ |
D | FramebufferObjectTest.cpp | 90 using FormatInfo = std::array<GLenum, 3>; in TEST_P() typedef
|
/external/deqp/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
|
/external/icu/icu4c/source/i18n/ |
D | winnmfmt.cpp | 44 union FormatInfo union
|