OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_w
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/state_trackers/dri/common/
dri_drawable.h
56
unsigned
old_w
;
member in struct:dri_drawable
/external/mesa3d/src/gallium/state_trackers/dri/sw/
drisw.c
198
resized = (drawable->
old_w
!= width ||
239
drawable->
old_w
= width;
/hardware/intel/img/psb_video/src/
pnw_rotate.c
309
int old_bufw = 0, old_bufh = 0, old_x = 0, old_y = 0,
old_w
= 0, old_h = 0;
local
321
(
old_w
!= scaling_width) || (old_h != scaling_height)) {
327
old_w
= scaling_width;
/external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c
217
drawable->
old_w
== dri_drawable->w &&
285
drawable->
old_w
= dri_drawable->w;
Completed in 189 milliseconds