/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_sf_state.c | 97 sfv->scissor.ymax = 0; 103 sfv->scissor.ymax = ctx->DrawBuffer->_Ymax - 1; 110 sfv->scissor.ymax = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymin - 1;
|
gen6_viewport_state.c | 53 vp->ymax = 1.0;
|
brw_state_dump.c | 129 batch_out(brw, name, offset, 10, "vp ymax %f\n", clip->viewport_ymax); 317 vp->scissor.xmax, vp->scissor.ymax); 332 batch_out(brw, name, offset, 3, "ymax = %f\n", vp->ymax); 353 batch_out(brw, name, offset, 9, "guardband ymax = %f\n", vp->guardband.ymax); 436 batch_out(brw, name, offset, 1, "xmax %d, ymax %d\n", 437 scissor->xmax, scissor->ymax);
|
brw_structs.h | 465 GLuint ymax:16; member in struct:gen6_scissor_rect 735 GLfloat ymax; member in struct:brw_clipper_viewport 760 GLshort ymax; member in struct:brw_sf_viewport::__anon25471 789 GLfloat ymax; member in struct:gen7_sf_clip_viewport::__anon25473 [all...] |
/system/core/libpixelflinger/ |
trap.cpp | 659 // that ymin and ymax are in already in the 'reduced' 668 int32_t ymax ) 682 if ( dy == 0 || y1 > ymax || y2 < ymin ) 688 if ( y2 < ymax ) 689 ymax = TRI_SNAP_PREV_HALF(y2); 691 if ( ymin > ymax ) // when the edge doesn't cross any scanline 704 edge->y_bot = ymax; 706 if (ggl_likely(ymin <= ymax && dx)) { 768 int32_t ymax = TRI_FROM_INT(c->state.scissor.bottom) - TRI_HALF; local 770 edge_setup( edges, &num_edges, v0, v1, ymin, ymax ); 964 int32_t ymax = TRI_FROM_INT(c->state.scissor.bottom); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen6_viewport_state.c | 53 vp->ymax = 1.0;
|
brw_state_dump.c | 129 batch_out(brw, name, offset, 10, "vp ymax %f\n", clip->viewport_ymax); 317 vp->scissor.xmax, vp->scissor.ymax); 332 batch_out(brw, name, offset, 3, "ymax = %f\n", vp->ymax); 353 batch_out(brw, name, offset, 9, "guardband ymax = %f\n", vp->guardband.ymax); 436 batch_out(brw, name, offset, 1, "xmax %d, ymax %d\n", 437 scissor->xmax, scissor->ymax);
|
brw_structs.h | 465 GLuint ymax:16; member in struct:gen6_scissor_rect 735 GLfloat ymax; member in struct:brw_clipper_viewport 760 GLshort ymax; member in struct:brw_sf_viewport::__anon15129 789 GLfloat ymax; member in struct:gen7_sf_clip_viewport::__anon15131 [all...] |
/external/sfntly/cpp/src/sfntly/table/core/ |
font_header_table.h | 77 virtual int32_t YMax(); 78 virtual void SetYMax(int32_t ymax); 127 int32_t YMax();
|
font_header_table.cc | 69 int32_t FontHeaderTable::YMax() { 209 int32_t FontHeaderTable::Builder::YMax() { 210 return down_cast<FontHeaderTable*>(GetTable())->YMax(); 213 void FontHeaderTable::Builder::SetYMax(int32_t ymax) { 214 InternalWriteData()->WriteShort(Offset::kYMax, ymax);
|
/external/opencv/cv/src/ |
cvshapedescr.cpp | 1141 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i, j, k; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
bezier.c | 586 float ymax = bez->y1; local 603 else if (bez->y2 > ymax) 604 ymax = bez->y2; 607 else if (bez->y3 > ymax) 608 ymax = bez->y3; 611 else if (bez->y4 > ymax) 612 ymax = bez->y4; 617 bounds[3] = ymax - ymin; /* height */
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
bezier.c | 586 float ymax = bez->y1; local 603 else if (bez->y2 > ymax) 604 ymax = bez->y2; 607 else if (bez->y3 > ymax) 608 ymax = bez->y3; 611 else if (bez->y4 > ymax) 612 ymax = bez->y4; 617 bounds[3] = ymax - ymin; /* height */
|
/external/chromium_org/third_party/opus/src/celt/ |
pitch.c | 183 opus_val16 xmax, ymax; local 206 ymax = celt_maxabs16(y_lp4, lag>>2); 207 shift = celt_ilog2(MAX16(1, MAX16(xmax, ymax)))-11;
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
image.h | 124 GLint xmax, GLint ymax,
|
/external/mesa3d/src/mesa/main/ |
image.h | 124 GLint xmax, GLint ymax,
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
demo.c | 505 GLfloat xmin, xmax, ymin, ymax; local 507 ymax = zNear * (GLfloat)tan(fovy * PI / 360); 508 ymin = -ymax; 510 xmax = ymax * aspect; 513 (GLfixed)(ymin * 65536), (GLfixed)(ymax * 65536),
|
/frameworks/native/opengl/tests/angeles/ |
demo.c | 505 GLfloat xmin, xmax, ymin, ymax; local 507 ymax = zNear * (GLfloat)tan(fovy * PI / 360); 508 ymin = -ymax; 510 xmax = ymax * aspect; 513 (GLfixed)(ymin * 65536), (GLfixed)(ymax * 65536),
|
/external/opencv/cxcore/src/ |
cxdrawing.cpp | 1000 int xmin, xmax, ymin, ymax [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_bitmap.c | 92 GLint xmin, ymin, xmax, ymax; member in struct:bitmap_cache 568 cache->ymax = -1000000; 648 cache->ymax - cache->ymin, 739 if (y + height > cache->ymax) 740 cache->ymax = y + height;
|
/external/jpeg/ |
wrrle.c | 191 header.ymax = cinfo->output_height - 1;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_bitmap.c | 92 GLint xmin, ymin, xmax, ymax; member in struct:bitmap_cache 568 cache->ymax = -1000000; 648 cache->ymax - cache->ymin, 739 if (y + height > cache->ymax) 740 cache->ymax = y + height;
|
/external/qemu/android/skin/ |
argb.h | 267 int xmin = gsx, xmax = gsx + 65536, ymin = gsy, ymax = gsy + 65536; local 274 if (ymax > sy2) ymax = sy2; 279 hh = (unsigned)(ymax-ymin);
|
/external/qemu/distrib/jpeg-6b/ |
wrrle.c | 191 header.ymax = cinfo->output_height - 1;
|
/external/chromium_org/third_party/libwebp/enc/ |
filter.c | 255 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL; local 261 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) {
|