/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_state.c | 122 update_state(struct svga_context *svga, function 208 ret = update_state( svga,
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_state.c | 122 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/ |
d3d11_context.h | 544 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/ |
swrast.c | 611 update_state( struct gl_context *ctx, GLuint new_state ) function 649 driver->UpdateState = update_state;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_context.h | 544 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/ |
swrast.c | 611 update_state( struct gl_context *ctx, GLuint new_state ) function 649 driver->UpdateState = update_state;
|
/system/core/libcorkscrew/arch-x86/ |
backtrace-x86.c | 522 static bool update_state(const memory_t* memory, unwind_state_t* state, function 533 ALOGE("update_state: unexpected CFA register: %d", dstate->cfa_reg); 536 ALOGV("update_state: new CFA: 0x%x", cfa); 544 ALOGV("update_state: IP: 0x%x; restore IP: 0x%x", state->reg[DWARF_EIP], newstate.reg[DWARF_EIP]); 545 ALOGV("update_state: EBP: 0x%x; restore EBP: 0x%x", state->reg[DWARF_EBP], newstate.reg[DWARF_EBP]); 546 ALOGV("update_state: ESP: 0x%x; restore ESP: 0x%x", state->reg[DWARF_ESP], newstate.reg[DWARF_ESP]); 756 return update_state(memory, state, dstate, cie_info); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 347 static void update_state(VP9_COMP *cpi, PICK_MODE_CONTEXT *ctx, function 787 update_state(cpi, get_block_context(x, bsize), bsize, output_enabled); [all...] |