Searched refs:update_state (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/accessibility/
H A Dax_tree.cc80 AXTreeUpdateState update_state; local
98 update_state.pending_nodes.insert(node);
103 if (!UpdateNode(update.nodes[i], &update_state))
107 if (!update_state.pending_nodes.empty()) {
109 for (std::set<AXNode*>::iterator iter = update_state.pending_nodes.begin();
110 iter != update_state.pending_nodes.end(); ++iter) {
119 if (update_state.new_nodes.find(node) != update_state.new_nodes.end()) {
121 update_state.new_nodes.erase(node);
147 const AXNodeData& src, AXTreeUpdateState* update_state) {
146 UpdateNode( const AXNodeData& src, AXTreeUpdateState* update_state) argument
235 CreateNewChildVector(AXNode* node, const std::vector<int32> new_child_ids, std::vector<AXNode*>* new_children, AXTreeUpdateState* update_state) argument
[all...]
H A Dax_tree.h96 bool UpdateNode(const AXNodeData& src, AXTreeUpdateState* update_state);
118 AXTreeUpdateState* update_state);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state.c122 update_state(struct svga_context *svga, function
208 ret = update_state( svga,
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state.c122 update_state(struct svga_context *svga, function
208 ret = update_state( svga,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h544 void update_state() function in struct:GalliumD3D11DeviceContext
728 update_state();
753 update_state();
780 update_state();
807 update_state();
832 update_state();
857 update_state();
891 update_state();
926 // update_state();
936 // update_state();
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
H A Dswrast.c611 update_state( struct gl_context *ctx, GLuint new_state ) function
649 driver->UpdateState = update_state;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h544 void update_state() function in struct:GalliumD3D11DeviceContext
728 update_state();
753 update_state();
780 update_state();
807 update_state();
832 update_state();
857 update_state();
891 update_state();
926 // update_state();
936 // update_state();
[all...]
/external/mesa3d/src/mesa/drivers/dri/swrast/
H A Dswrast.c611 update_state( struct gl_context *ctx, GLuint new_state ) function
649 driver->UpdateState = update_state;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c507 static void update_state(VP9_COMP *cpi, PICK_MODE_CONTEXT *ctx, function
909 update_state(cpi, ctx, mi_row, mi_col, bsize, output_enabled);
1516 update_state(cpi, ctx, mi_row, mi_col, subsize, 0);
1539 update_state(cpi, ctx, mi_row, mi_col, subsize, 0);
2327 update_state(cpi, ctx, mi_row, mi_col, subsize, 0);
2374 update_state(cpi, &pc_tree->vertical[0], mi_row, mi_col, subsize, 0);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c820 static void update_state(VP9_COMP *cpi, PICK_MODE_CONTEXT *ctx, function
1216 update_state(cpi, get_block_context(x, bsize), mi_row, mi_col, bsize,
1844 update_state(cpi, get_block_context(x, subsize), mi_row, mi_col,
1869 update_state(cpi, get_block_context(x, subsize), mi_row, mi_col,
2356 update_state(cpi, get_block_context(x, subsize), mi_row, mi_col,
2407 update_state(cpi, get_block_context(x, subsize), mi_row, mi_col,

Completed in 3668 milliseconds