Home
last modified time | relevance | path

Searched defs:vertSource (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp517 void PatchMultiview(uint32_t views, string& vertSource) in PatchMultiview()
638 string vertSource = plat_.vertShaderModule_->GetGLSL(specData); in Specialize() local
H A Ddevice_gles.cpp1434 const string_view vertSource, const string_view fragSource, const string_view compSource) in CacheProgram()