Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_sampler_gles.cpp26 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()
H A Dgpu_sampler_gles.h34 class GpuSamplerGLES final : public GpuSampler {
36 GpuSamplerGLES(Device& device, const GpuSamplerDesc& desc);
37 ~GpuSamplerGLES();
H A Dgpu_resource_util_gles.cpp63 …const GpuSamplerPlatformDataGL& plat = (static_cast<const GpuSamplerGLES&>(sampler)).GetPlatformDa… in DebugSamplerNameGLES()
H A Drender_backend_gles.h36 class GpuSamplerGLES; variable
H A Ddevice_gles.cpp2090 return make_unique<GpuSamplerGLES>(*this, desc); in CreateGpuSampler()
H A Drender_backend_gles.cpp1985 const auto* gpuSampler = gpuResourceMgr_.GetSampler<GpuSamplerGLES>(res.handle); in BindSampler()