Searched refs:cur_pos (Results 1 – 2 of 2) sorted by relevance
321 unsigned int cur_pos = 0; in CompileShader() local324 while ( (next_pos = src.find_first_of('\n', cur_pos)) != std::string::npos) { in CompileShader()325 ALOGE("%03d : %s", line_number, src.substr(cur_pos, next_pos-cur_pos).c_str()); in CompileShader()326 cur_pos = next_pos + 1; in CompileShader()329 ALOGE("%03d : %s", line_number, src.substr(cur_pos, next_pos-cur_pos).c_str()); in CompileShader()
153 char* cur_pos = constrain_begin + constrain_begin_len; in drm_checkWhetherHasUnknowConstraint() local157 while(cur_pos < constrain_end){ in drm_checkWhetherHasUnknowConstraint()158 if(isspace(*cur_pos)) in drm_checkWhetherHasUnknowConstraint()161 cur_pos++; in drm_checkWhetherHasUnknowConstraint()