Home
last modified time | relevance | path

Searched refs:GetGLSL (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.h69 BASE_NS::string GetGLSL(const ShaderSpecializationConstantDataView&) const;
H A Dgpu_program_gles.cpp638 string vertSource = plat_.vertShaderModule_->GetGLSL(specData); in Specialize()
647 string fragSource = plat_.fragShaderModule_->GetGLSL(specData); in Specialize()
754 string compSource = plat_.module_->GetGLSL(specData); in Specialize()
H A Dshader_module_gles.cpp240 string ShaderModuleGLES::GetGLSL(const ShaderSpecializationConstantDataView& specData) const in GetGLSL() function in ShaderModuleGLES