Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds