Home
last modified time | relevance | path

Searched defs:ExternalTexture (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
Dexternal_texture_type.cc24 ExternalTexture::ExternalTexture() : Base(ast::TextureDimension::k2d) {} in ExternalTexture() function in tint::sem::ExternalTexture
/third_party/skia/third_party/externals/tint/src/ast/
Dexternal_texture.cc25 ExternalTexture::ExternalTexture(ProgramID pid, const Source& src) in ExternalTexture() function in tint::ast::ExternalTexture
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBindingInfo.h51 enum class BindingInfoType { Buffer, Sampler, Texture, StorageTexture, ExternalTexture }; enumerator
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DLabelTests.cpp215 TEST_F(LabelTest, ExternalTexture) { in TEST_F() argument