HomeSort by relevance Sort by last modified time
    Searched refs:ymax (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/chromium_org/third_party/mesa/src/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::__anon18024
789 GLfloat ymax; member in struct:gen7_sf_clip_viewport::__anon18026
    [all...]
  /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;
  /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/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/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/mesa/src/src/mesa/main/
image.h 124 GLint xmax, GLint ymax,
  /external/mesa3d/src/mesa/main/
image.h 124 GLint xmax, GLint ymax,
  /external/chromium_org/third_party/libwebp/enc/
filter.c 127 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL; local
133 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) {
  /external/webp/src/enc/
filter.c 127 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL; local
133 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) {
  /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/chromium_org/third_party/opus/src/celt/
pitch.c 307 opus_val32 xmax, ymax; local
330 ymax = celt_maxabs16(y_lp4, lag>>2);
331 shift = celt_ilog2(MAX32(1, MAX32(xmax, ymax)))-11;
  /external/libopus/celt/
pitch.c 307 opus_val32 xmax, ymax; local
330 ymax = celt_maxabs16(y_lp4, lag>>2);
331 shift = celt_ilog2(MAX32(1, MAX32(xmax, ymax)))-11;
  /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;

Completed in 766 milliseconds

12 3 4