Home
last modified time | relevance | path

Searched refs:SamplerMtl (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
DSamplerMtl.mm6 // SamplerMtl.mm:
7 // Defines the class interface for SamplerMtl, implementing SamplerImpl.
10 #include "libANGLE/renderer/metal/SamplerMtl.h"
21 SamplerMtl::SamplerMtl(const gl::SamplerState &state) : SamplerImpl(state) {}
23 SamplerMtl::~SamplerMtl() = default;
25 void SamplerMtl::onDestroy(const gl::Context *context)
30 const mtl::AutoObjCPtr<id<MTLSamplerState>> &SamplerMtl::getSampler(ContextMtl *contextMtl)
45 angle::Result SamplerMtl::syncState(const gl::Context *context, const bool dirty)
DSamplerMtl.h21 class SamplerMtl : public SamplerImpl
24 SamplerMtl(const gl::SamplerState &state);
25 ~SamplerMtl() override;
DBUILD.gn38 "SamplerMtl.h",
39 "SamplerMtl.mm",
Dmtl_common.h114 class SamplerMtl; variable
DContextMtl.mm24 #include "libANGLE/renderer/metal/SamplerMtl.h"
1189 return new SamplerMtl(state);
DTextureMtl.mm24 #include "libANGLE/renderer/metal/SamplerMtl.h"
1385 SamplerMtl *samplerMtl = mtl::GetImpl(sampler);