Searched refs:GpuSamplerGLES (Results 1 – 6 of 6) sorted by relevance
26 GpuSamplerGLES::GpuSamplerGLES(Device& device, const GpuSamplerDesc& desc) : device_((DeviceGLES&)d… in RENDER_BEGIN_NAMESPACE()114 GpuSamplerGLES::~GpuSamplerGLES() in ~GpuSamplerGLES()122 const GpuSamplerDesc& GpuSamplerGLES::GetDesc() const in GetDesc()127 const GpuSamplerPlatformDataGL& GpuSamplerGLES::GetPlatformData() const in GetPlatformData()
34 class GpuSamplerGLES final : public GpuSampler {36 GpuSamplerGLES(Device& device, const GpuSamplerDesc& desc);37 ~GpuSamplerGLES();
63 …const GpuSamplerPlatformDataGL& plat = (static_cast<const GpuSamplerGLES&>(sampler)).GetPlatformDa… in DebugSamplerNameGLES()
36 class GpuSamplerGLES; variable
2090 return make_unique<GpuSamplerGLES>(*this, desc); in CreateGpuSampler()
1985 const auto* gpuSampler = gpuResourceMgr_.GetSampler<GpuSamplerGLES>(res.handle); in BindSampler()