Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp321 unsigned int cur_pos = 0; in CompileShader() local
324 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()
/frameworks/base/media/libdrm/mobile1/src/parser/
Dparser_rel.c153 char* cur_pos = constrain_begin + constrain_begin_len; in drm_checkWhetherHasUnknowConstraint() local
157 while(cur_pos < constrain_end){ in drm_checkWhetherHasUnknowConstraint()
158 if(isspace(*cur_pos)) in drm_checkWhetherHasUnknowConstraint()
161 cur_pos++; in drm_checkWhetherHasUnknowConstraint()