HomeSort by relevance Sort by last modified time
    Searched defs:clip_state (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.h 527 struct r300_atom clip_state; member in struct:r300_context
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 223 ClipState* clip_state = reinterpret_cast<ClipState*>(param); local
224 if (GetParent(window) == clip_state->parent && IsWindowVisible(window)) {
227 ExcludeClipRect(clip_state->dc,
228 bounds.left - clip_state->x,
229 bounds.top - clip_state->y,
230 bounds.right - clip_state->x,
231 bounds.bottom - clip_state->y);
1856 ClipState clip_state; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 527 struct r300_atom clip_state; member in struct:r300_context

Completed in 79 milliseconds