Home
last modified time | relevance | path

Searched refs:InsertDefines (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dspirv_cross_helpers_gles.cpp112 string InsertDefines(const string_view shaderIn, const string_view Defines) in InsertDefines() function
160 return InsertDefines(shaderTemplate, defines); in Specialize()
H A Dspirv_cross_helpers_gles.h31 BASE_NS::string InsertDefines(BASE_NS::string_view shaderIn, BASE_NS::string_view Defines); in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helpers_gles.h54 std::string InsertDefines(std::string_view shaderIn, std::string_view Defines);
H A Dspirv_cross_helpers_gles.cpp320 std::string InsertDefines(std::string_view shaderIn, std::string_view Defines) in InsertDefines() function
364 return InsertDefines(shaderTemplate, defines); in Specialize()