Searched defs:TextureInfo (Results 1 – 14 of 14) sorted by relevance
41 struct TextureInfo struct in glcts::GeometryShaderLayeredRenderingBoundaryCondition43 glw::GLint m_depth;44 glw::GLenum m_draw_buffer;45 glw::GLuint m_id;46 glw::GLenum m_texture_target;
169 struct TextureInfo { struct170 skgpu::Mipmapped fMipmapped;171 GrTextureType fTextureType;
14 TextureInfo::TextureInfo(){}; in TextureInfo() function in skgpu::graphite::TextureInfo23 TextureInfo::TextureInfo(const TextureInfo& that) in TextureInfo() function in skgpu::graphite::TextureInfo
31 class TextureInfo; variable
23 class TextureInfo; variable
48 class TextureInfo; variable
47 class TextureInfo; variable
26 class TextureInfo; variable
32 class TextureInfo; variable
58 TextureInfo(BackendApi backend, in TextureInfo() function
55 class TextureInfo; variable
19 class TextureInfo; variable
33 class TextureInfo; variable
531 using TextureInfo = skgpu::graphite::TextureInfo; in DEF_CONDITIONAL_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS() typedef