Searched defs:SampledTexture (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/tint/src/sem/ | ||
| D | sampled_texture_type.cc | 24 SampledTexture::SampledTexture(ast::TextureDimension dim, const Type* type) in SampledTexture() function in tint::sem::SampledTexture |
| /third_party/skia/third_party/externals/tint/src/ast/ | ||
| D | sampled_texture.cc | 24 SampledTexture::SampledTexture(ProgramID pid, in SampledTexture() function in tint::ast::SampledTexture |
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ | ||
| D | parser_type.h | 396 struct SampledTexture : public Castable<SampledTexture, Texture> { struct |
| D | parser_type.cc | 231 SampledTexture::SampledTexture(ast::TextureDimension d, const Type* t) in SampledTexture() function in tint::reader::spirv::SampledTexture |