Searched defs:clip_state (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_context.h527 struct r300_atom clip_state; member in struct:r300_context
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc235 ClipState* clip_state = reinterpret_cast<ClipState*>(param); local
236 if (GetParent(window) == clip_state->parent && IsWindowVisible(window)) {
239 ExcludeClipRect(clip_state->dc,
240 bounds.left - clip_state->x,
241 bounds.top - clip_state->y,
242 bounds.right - clip_state->x,
243 bounds.bottom - clip_state->y);
1812 ClipState clip_state; local
1813 clip_state.x = window_rect.left;
1814 clip_state
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h527 struct r300_atom clip_state; member in struct:r300_context

Completed in 86 milliseconds