Searched defs:ExternalTexture (Results 1 – 4 of 4) sorted by relevance
24 ExternalTexture::ExternalTexture() : Base(ast::TextureDimension::k2d) {} in ExternalTexture() function in tint::sem::ExternalTexture
25 ExternalTexture::ExternalTexture(ProgramID pid, const Source& src) in ExternalTexture() function in tint::ast::ExternalTexture
51 enum class BindingInfoType { Buffer, Sampler, Texture, StorageTexture, ExternalTexture }; enumerator
215 TEST_F(LabelTest, ExternalTexture) { in TEST_F() argument