Searched refs:voff (Results 1 – 2 of 2) sorted by relevance
117 const size_t voff = shaderIn.find_first_of('\n'); in InsertDefines() local119 shaderOut.append(shaderIn.substr(0, voff + 1)); in InsertDefines()121 shaderOut.append(shaderIn.substr(voff + 1)); in InsertDefines()
325 const size_t voff = shaderIn.find_first_of('\n'); in InsertDefines() local327 shaderOut.append(shaderIn.substr(0, voff + 1)); in InsertDefines()329 shaderOut.append(shaderIn.substr(voff + 1)); in InsertDefines()