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

/external/pixman/pixman/
H A Dpixman-region.c665 int new_rects; local
667 new_rects = r_end - r;
670 critical_if_fail (new_rects != 0);
673 RECTALLOC (region, new_rects);
675 region->data->numRects += new_rects;
701 int new_rects; \
702 if ((new_rects = r_end - r)) { \
703 RECTALLOC_BAIL (new_reg, new_rects, bail); \
705 new_rects * sizeof(box_type_t)); \
706 new_reg->data->numRects += new_rects; \
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h1029 const D3D11_RECT *new_rects)
1034 if(memcmp(&scissor_rects[0], &new_rects[0], sizeof(scissor_rects[0])))
1036 scissor_rects[0] = new_rects[0];
1040 scissor_rects[i] = new_rects[i];
1027 RSSetScissorRects( unsigned count, const D3D11_RECT *new_rects) argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h1029 const D3D11_RECT *new_rects)
1034 if(memcmp(&scissor_rects[0], &new_rects[0], sizeof(scissor_rects[0])))
1036 scissor_rects[0] = new_rects[0];
1040 scissor_rects[i] = new_rects[i];
1027 RSSetScissorRects( unsigned count, const D3D11_RECT *new_rects) argument

Completed in 169 milliseconds