/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_scissor_state.c | 55 if (ctx->DrawBuffer->_Xmin == ctx->DrawBuffer->_Xmax || 69 scissor->xmin = ctx->DrawBuffer->_Xmin; 76 scissor->xmin = ctx->DrawBuffer->_Xmin;
|
brw_sf_state.c | 86 if (ctx->DrawBuffer->_Xmin == ctx->DrawBuffer->_Xmax || 100 sfv->scissor.xmin = ctx->DrawBuffer->_Xmin; 107 sfv->scissor.xmin = ctx->DrawBuffer->_Xmin;
|
brw_blorp_blit.cpp | 221 draw_fb->_Xmin, draw_fb->_Xmax) && [all...] |
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfRgbaFile.cpp | 219 int _xMin; 248 _xMin = dw.min.x; 309 (char *) &_tmpBuf[-_xMin].g, // base 320 (char *) &_tmpBuf[-_xMin].r, // base 328 (char *) &_tmpBuf[-_xMin].b, // base 339 (char *) &_tmpBuf[-_xMin].a, // base 382 _fbXStride * (j + _xMin)]; 417 _fbXStride * (j + _xMin)]; 830 int _xMin; 857 _xMin = dw.min.x [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_util.h | 132 *w = fb->_Xmax - fb->_Xmin; 134 *x = fb->_Xmin;
|
nv10_context.c | 55 fb->_Xmax == fb->Width && fb->_Xmin == 0 &&
|
/external/mesa3d/src/mesa/swrast/ |
s_clear.c | 46 const GLint x = ctx->DrawBuffer->_Xmin; 49 const GLint width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
|
s_depth.c | 543 x = ctx->DrawBuffer->_Xmin; 545 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; 670 x = ctx->DrawBuffer->_Xmin; 672 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
|
s_zoom.c | 70 c0 = CLAMP(c0, fb->_Xmin, fb->_Xmax); 71 c1 = CLAMP(c1, fb->_Xmin, fb->_Xmax);
|
s_stencil.c | 565 x = ctx->DrawBuffer->_Xmin; 567 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
|
s_span.c | 695 * DrawBuffer->_Xmin, _Xmax, _Ymin, _Ymax. This will accomplish 703 const GLint xmin = ctx->DrawBuffer->_Xmin; [all...] |
s_copypix.c | 498 dstX < dstFb->_Xmin || dstX + width > dstFb->_Xmax ||
|
/external/mesa3d/src/mesa/main/ |
accum.c | 141 x = ctx->DrawBuffer->_Xmin; 143 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; 465 xpos = ctx->DrawBuffer->_Xmin; 467 width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin;
|
framebuffer.c | 452 buffer->_Xmin = 0; 458 if (ctx->Scissor.X > buffer->_Xmin) { 459 buffer->_Xmin = ctx->Scissor.X; 471 if (buffer->_Xmin > buffer->_Xmax) { 472 buffer->_Xmin = buffer->_Xmax; 479 ASSERT(buffer->_Xmin <= buffer->_Xmax);
|
image.c | 606 if (*destX < buffer->_Xmin) { 607 unpack->SkipPixels += (buffer->_Xmin - *destX); 608 *width -= (buffer->_Xmin - *destX); 609 *destX = buffer->_Xmin; 865 const GLint dstXmin = ctx->DrawBuffer->_Xmin;
|
clear.c | 146 * is set then calls _mesa_update_state() to update gl_frame_buffer::_Xmin, 180 _mesa_update_state( ctx ); /* update _Xmin, etc */ 190 ctx->DrawBuffer->_Xmin >= ctx->DrawBuffer->_Xmax ||
|
mtypes.h | [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_pixel_copy.c | 159 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin,
|
intel_blit.c | 251 cx = fb->_Xmin; 256 cw = fb->_Xmax - fb->_Xmin;
|
intel_pixel_bitmap.c | 234 if (!_mesa_clip_to_region(fb->_Xmin, fb->_Ymin,
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_clear.c | 201 const GLfloat x0 = (GLfloat) ctx->DrawBuffer->_Xmin / fb_width * 2.0f - 1.0f;
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
wmesa.c | 252 const GLint x = ctx->DrawBuffer->_Xmin; 255 const GLint width = ctx->DrawBuffer->_Xmax - ctx->DrawBuffer->_Xmin; [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
xm_dd.c | 250 const GLint x = ctx->DrawBuffer->_Xmin;
|
/external/mesa3d/src/mesa/drivers/common/ |
meta.c | [all...] |
/external/opencv3/modules/imgproc/src/ |
imgwarp.cpp | [all...] |