Home
last modified time | relevance | path

Searched refs:stage_index (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-map.cc257 unsigned int stage_index = 0; in compile() local
294 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
298 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
301 stage_index++; in compile()
Dhb-ot-layout.cc912 for (unsigned int stage_index = 0; stage_index < stages[table_index].len; stage_index++) { in apply() local
913 const stage_map_t *stage = &stages[table_index][stage_index]; in apply()
/external/harfbuzz_ng/src/
Dhb-ot-map.cc257 unsigned int stage_index = 0; in compile() local
294 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
298 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
301 stage_index++; in compile()
Dhb-ot-layout.cc912 for (unsigned int stage_index = 0; stage_index < stages[table_index].len; stage_index++) { in apply() local
913 const stage_map_t *stage = &stages[table_index][stage_index]; in apply()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Duniforms.c637 int stage_index = shProg->UniformBlockStageIndex[i][uniformBlockIndex]; in _mesa_UniformBlockBinding() local
639 if (stage_index != -1) { in _mesa_UniformBlockBinding()
641 sh->UniformBlocks[stage_index].Binding = uniformBlockBinding; in _mesa_UniformBlockBinding()
/external/mesa3d/src/mesa/main/
Duniforms.c637 int stage_index = shProg->UniformBlockStageIndex[i][uniformBlockIndex]; in _mesa_UniformBlockBinding() local
639 if (stage_index != -1) { in _mesa_UniformBlockBinding()
641 sh->UniformBlocks[stage_index].Binding = uniformBlockBinding; in _mesa_UniformBlockBinding()