Home
last modified time | relevance | path

Searched defs:TextureInfo (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/experimental/graphite/include/mtl/
DMtlTypes.h39 struct TextureInfo { struct
50 TextureInfo() = default; argument
52 TextureInfo(uint32_t sampleCount, in TextureInfo() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredRenderingBoundaryCondition.hpp41 struct TextureInfo struct in glcts::GeometryShaderLayeredRenderingBoundaryCondition
43 glw::GLint m_depth;
44 glw::GLenum m_draw_buffer;
45 glw::GLuint m_id;
46 glw::GLenum m_texture_target;
/third_party/flutter/skia/src/gpu/
DGrProxyProvider.h154 struct TextureInfo { struct
155 GrMipMapped fMipMapped;
156 GrTextureType fTextureType;
/third_party/skia/src/gpu/
DGrProxyProvider.h149 struct TextureInfo { struct
150 GrMipmapped fMipmapped;
151 GrTextureType fTextureType;
/third_party/skia/experimental/graphite/include/
DTextureInfo.h29 TextureInfo() {} in TextureInfo() function
31 TextureInfo(const mtl::TextureInfo& mtlInfo) in TextureInfo() function
/third_party/skia/experimental/graphite/src/
DCaps.h17 class TextureInfo; variable
DResourceProvider.h23 class TextureInfo; variable