Home
last modified time | relevance | path

Searched refs:voff (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dspirv_cross_helpers_gles.cpp117 const size_t voff = shaderIn.find_first_of('\n'); in InsertDefines() local
119 shaderOut.append(shaderIn.substr(0, voff + 1)); in InsertDefines()
121 shaderOut.append(shaderIn.substr(voff + 1)); in InsertDefines()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helpers_gles.cpp325 const size_t voff = shaderIn.find_first_of('\n'); in InsertDefines() local
327 shaderOut.append(shaderIn.substr(0, voff + 1)); in InsertDefines()
329 shaderOut.append(shaderIn.substr(voff + 1)); in InsertDefines()