OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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/mesa3d/src/gallium/drivers/r300/
r300_context.h
527
struct r300_atom
clip_state
;
member in struct:r300_context
Completed in 294 milliseconds