Home
last modified time | relevance | path

Searched refs:SamplerImpl (Results 1 – 25 of 27) sorted by relevance

12

/external/angle/src/libANGLE/renderer/
DSamplerImpl.h25 class SamplerImpl : angle::NonCopyable
28 SamplerImpl(const gl::SamplerState &state) : mState(state) {} in SamplerImpl() function
29 virtual ~SamplerImpl() {} in ~SamplerImpl()
DGLImplFactory.h47 class SamplerImpl; variable
90 virtual SamplerImpl *createSampler(const gl::SamplerState &state) = 0;
/external/angle/src/libANGLE/
DSampler.h21 class SamplerImpl; variable
76 rx::SamplerImpl *getImplementation() const;
85 rx::SamplerImpl *mSampler;
DSampler.cpp186 rx::SamplerImpl *Sampler::getImplementation() const in getImplementation()
/external/angle/src/libANGLE/renderer/d3d/
DSamplerD3D.h17 class SamplerD3D : public SamplerImpl
20 SamplerD3D(const gl::SamplerState &state) : SamplerImpl(state) {} in SamplerD3D()
/external/angle/src/libANGLE/renderer/metal/
DSamplerMtl.mm7 // Defines the class interface for SamplerMtl, implementing SamplerImpl.
21 SamplerMtl::SamplerMtl(const gl::SamplerState &state) : SamplerImpl(state) {}
DSamplerMtl.h21 class SamplerMtl : public SamplerImpl
DContextMtl.h233 SamplerImpl *createSampler(const gl::SamplerState &state) override;
/external/angle/src/tests/
Dangle_unittests_utils.h67 SamplerImpl *createSampler(const gl::SamplerState &state) override { return nullptr; } in createSampler()
100 MOCK_METHOD1(createSampler, SamplerImpl *(const gl::SamplerState &));
/external/angle/src/libANGLE/renderer/null/
DSamplerNULL.cpp17 SamplerNULL::SamplerNULL(const gl::SamplerState &state) : SamplerImpl(state) {} in SamplerNULL()
DSamplerNULL.h18 class SamplerNULL : public SamplerImpl
DContextNULL.h223 SamplerImpl *createSampler(const gl::SamplerState &state) override;
DContextNULL.cpp447 SamplerImpl *ContextNULL::createSampler(const gl::SamplerState &state) in createSampler()
/external/angle/src/libANGLE/renderer/vulkan/
DSamplerVk.h20 class SamplerVk : public SamplerImpl
DSamplerVk.cpp19 SamplerVk::SamplerVk(const gl::SamplerState &state) : SamplerImpl(state) {} in SamplerVk()
DContextVk.h299 SamplerImpl *createSampler(const gl::SamplerState &state) override;
/external/angle/src/libANGLE/renderer/gl/
DSamplerGL.h21 class SamplerGL : public SamplerImpl
DSamplerGL.cpp71 : SamplerImpl(state), in SamplerGL()
DContextGL.h81 SamplerImpl *createSampler(const gl::SamplerState &state) override;
DContextGL.cpp173 SamplerImpl *ContextGL::createSampler(const gl::SamplerState &state) in createSampler()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DContext9.h59 SamplerImpl *createSampler(const gl::SamplerState &state) override;
DContext9.cpp124 SamplerImpl *Context9::createSampler(const gl::SamplerState &state) in createSampler()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.h60 SamplerImpl *createSampler(const gl::SamplerState &state) override;
DContext11.cpp224 SamplerImpl *Context11::createSampler(const gl::SamplerState &state) in createSampler()
/external/angle/src/
DlibGLESv2.gni307 "src/libANGLE/renderer/SamplerImpl.h",

12