Searched refs:GpuComputeProgramGLES (Results 1 – 6 of 6) sorted by relevance
93 class GpuComputeProgramGLES final : public GpuComputeProgram {95 GpuComputeProgramGLES(Device& device, const GpuComputeProgramCreateData& createData);96 ~GpuComputeProgramGLES();101 BASE_NS::unique_ptr<GpuComputeProgramGLES> Specialize(105 GpuComputeProgramGLES(Device& device);
31 class GpuComputeProgramGLES; variable36 const GpuComputeProgramGLES* computeShader;84 BASE_NS::unique_ptr<GpuComputeProgramGLES> specialized_ { nullptr };
698 GpuComputeProgramGLES::GpuComputeProgramGLES(Device& device) : GpuComputeProgram(), device_((Device… in GpuComputeProgramGLES() function in GpuComputeProgramGLES700 GpuComputeProgramGLES::GpuComputeProgramGLES(Device& device, const GpuComputeProgramCreateData& cre… in GpuComputeProgramGLES() function in GpuComputeProgramGLES722 GpuComputeProgramGLES::~GpuComputeProgramGLES() in ~GpuComputeProgramGLES()730 const GpuComputeProgramPlatformDataGL& GpuComputeProgramGLES::GetPlatformData() const in GetPlatformData()736 const ComputeShaderReflection& GpuComputeProgramGLES::GetReflection() const in GetReflection()742 unique_ptr<GpuComputeProgramGLES> GpuComputeProgramGLES::Specialize( in Specialize()746 unique_ptr<GpuComputeProgramGLES> ret { new GpuComputeProgramGLES(device_) }; in Specialize()
257 const auto& source = static_cast<const GpuComputeProgramGLES&>(gpuComputeProgram); in ComputePipelineStateObjectGLES()
35 class GpuComputeProgramGLES; variable
2121 return make_unique<GpuComputeProgramGLES>(*this, data); in CreateGpuComputeProgram()