Home
last modified time | relevance | path

Searched defs:TextureSampler (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/
H A DMaterial.h32 struct TextureSampler struct
34 TextureSampler(const CStr &n, CTexturePtr t) : Name(n), Sampler(t) {} in TextureSampler() function
35 TextureSampler(const CStrIntern &n, CTexturePtr t) : Name(n), Sampler(t) {} in TextureSampler() function
41 typedef std::vector<TextureSampler> SamplersVector; argument
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrProcessor.cpp200 GrResourceIOProcessor::TextureSampler::TextureSampler() {} in TextureSampler() function in GrResourceIOProcessor::TextureSampler
202 GrResourceIOProcessor::TextureSampler::TextureSampler(sk_sp<GrTextureProxy> proxy, in TextureSampler() function in GrResourceIOProcessor::TextureSampler
207 GrResourceIOProcessor::TextureSampler::TextureSampler(sk_sp<GrTextureProxy> proxy, in TextureSampler() function in GrResourceIOProcessor::TextureSampler
H A DGrProcessor.h258 explicit TextureSampler(const TextureSampler& that) in TextureSampler() function
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gfx-0.17.1/src/pso/
H A Dresource.rs74 pub struct TextureSampler<T>(ShaderResource<T>, Sampler); struct
202 impl<'a, T> DataLink<'a> for TextureSampler<T> { implementation
219 impl<R: Resources, T> DataBind<R> for TextureSampler<T> { implementation
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrPrimitiveProcessor.cpp71 GrPrimitiveProcessor::TextureSampler::TextureSampler(GrSamplerState samplerState, in TextureSampler() function in GrPrimitiveProcessor::TextureSampler
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrPrimitiveProcessor.cpp68 GrPrimitiveProcessor::TextureSampler::TextureSampler(GrSamplerState samplerState, in TextureSampler() function in GrPrimitiveProcessor::TextureSampler
H A DGrFragmentProcessor.cpp427 GrFragmentProcessor::TextureSampler::TextureSampler(GrSurfaceProxyView view, in TextureSampler() function in GrFragmentProcessor::TextureSampler
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrPrimitiveProcessor.cpp56 GrPrimitiveProcessor::TextureSampler::TextureSampler(GrTextureType textureType, in TextureSampler() function in GrPrimitiveProcessor::TextureSampler
H A DGrFragmentProcessor.h429 explicit TextureSampler(const TextureSampler& that) in TextureSampler() function
H A DGrFragmentProcessor.cpp421 GrFragmentProcessor::TextureSampler::TextureSampler(sk_sp<GrTextureProxy> proxy, in TextureSampler() function in GrFragmentProcessor::TextureSampler
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrPrimitiveProcessor.cpp56 GrPrimitiveProcessor::TextureSampler::TextureSampler(GrTextureType textureType, in TextureSampler() function in GrPrimitiveProcessor::TextureSampler
H A DGrFragmentProcessor.h429 explicit TextureSampler(const TextureSampler& that) in TextureSampler() function
H A DGrFragmentProcessor.cpp421 GrFragmentProcessor::TextureSampler::TextureSampler(sk_sp<GrTextureProxy> proxy, in TextureSampler() function in GrFragmentProcessor::TextureSampler
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrPrimitiveProcessor.cpp56 GrPrimitiveProcessor::TextureSampler::TextureSampler(GrTextureType textureType, in TextureSampler() function in GrPrimitiveProcessor::TextureSampler
H A DGrFragmentProcessor.h429 explicit TextureSampler(const TextureSampler& that) in TextureSampler() function
H A DGrFragmentProcessor.cpp421 GrFragmentProcessor::TextureSampler::TextureSampler(sk_sp<GrTextureProxy> proxy, in TextureSampler() function in GrFragmentProcessor::TextureSampler
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrPrimitiveProcessor.cpp56 GrPrimitiveProcessor::TextureSampler::TextureSampler(GrTextureType textureType, in TextureSampler() function in GrPrimitiveProcessor::TextureSampler
H A DGrFragmentProcessor.h429 explicit TextureSampler(const TextureSampler& that) in TextureSampler() function
H A DGrFragmentProcessor.cpp421 GrFragmentProcessor::TextureSampler::TextureSampler(sk_sp<GrTextureProxy> proxy, in TextureSampler() function in GrFragmentProcessor::TextureSampler
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/Software/
H A DTextureSampler.cpp19 namespace TextureSampler namespace
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Drenderer.rs295 pub(crate) enum TextureSampler { enum
309 impl TextureSampler { implementation
310 pub(crate) fn color(n: usize) -> TextureSampler { in color()
322 impl Into<TextureSlot> for TextureSampler { implementation
937 fn bind(&self, texture_id: &TextureSource, sampler: TextureSampler, device: &mut Device) { in bind()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Drenderer.rs311 enum TextureSampler { enum
328 impl TextureSampler { impl
329 fn color(n: usize) -> TextureSampler { in color()
341 impl Into<TextureSlot> for TextureSampler { implementation
718 fn bind(&self, texture_id: &SourceTexture, sampler: TextureSampler, device: &mut Device) { in bind()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs341 pub(crate) enum TextureSampler { enum
354 impl TextureSampler { implementation
355 pub(crate) fn color(n: usize) -> TextureSampler { in color()
367 impl Into<TextureSlot> for TextureSampler { implementation
522 …fn bind(&self, texture_id: &TextureSource, sampler: TextureSampler, device: &mut Device) -> Swizzl… in bind()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs341 pub(crate) enum TextureSampler { enum
354 impl TextureSampler { impl
355 pub(crate) fn color(n: usize) -> TextureSampler { in color()
367 impl Into<TextureSlot> for TextureSampler { implementation
522 …fn bind(&self, texture_id: &TextureSource, sampler: TextureSampler, device: &mut Device) -> Swizzl… in bind()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs341 pub(crate) enum TextureSampler { enum
354 impl TextureSampler { implementation
355 pub(crate) fn color(n: usize) -> TextureSampler { in color()
367 impl Into<TextureSlot> for TextureSampler { implementation
522 …fn bind(&self, texture_id: &TextureSource, sampler: TextureSampler, device: &mut Device) -> Swizzl… in bind()

12