/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_flush.c | 62 r300->clip_state.dirty = FALSE;
|
r300_context.c | 99 FREE(r300->clip_state.state); 185 R300_INIT_ATOM(clip_state, has_tcl ? 3 + (6 * 4) : 0); 215 R300_ALLOC_ATOM(clip_state, r300_clip_state);
|
r300_context.h | 527 struct r300_atom clip_state; member in struct:r300_context
|
r300_state.c | 545 (struct r300_clip_state*)r300->clip_state.state; 549 BEGIN_CB(clip->cb, r300->clip_state.size); 557 r300_mark_atom_dirty(r300, &r300->clip_state); [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_flush.c | 62 r300->clip_state.dirty = FALSE;
|
r300_context.c | 99 FREE(r300->clip_state.state); 185 R300_INIT_ATOM(clip_state, has_tcl ? 3 + (6 * 4) : 0); 215 R300_ALLOC_ATOM(clip_state, r300_clip_state);
|
r300_context.h | 527 struct r300_atom clip_state; member in struct:r300_context
|
r300_state.c | 545 (struct r300_clip_state*)r300->clip_state.state; 549 BEGIN_CB(clip->cb, r300->clip_state.size); 557 r300_mark_atom_dirty(r300, &r300->clip_state); [all...] |
/external/chromium_org/ui/views/win/ |
hwnd_message_handler.cc | 241 ClipState* clip_state = reinterpret_cast<ClipState*>(param); local 242 if (GetParent(window) == clip_state->parent && IsWindowVisible(window)) { 245 ExcludeClipRect(clip_state->dc, 246 bounds.left - clip_state->x, 247 bounds.top - clip_state->y, 248 bounds.right - clip_state->x, 249 bounds.bottom - clip_state->y); 1981 ClipState clip_state; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
tr_context.c | 723 trace_dump_arg(clip_state, state); [all...] |
/external/mesa3d/src/gallium/drivers/trace/ |
tr_context.c | 723 trace_dump_arg(clip_state, state); [all...] |