Searched refs:height (Results 1 - 13 of 13) sorted by relevance

/system/core/libpixelflinger/
H A Draster.h28 void gglCopyPixels(void* c, GGLint x, GGLint y, GGLsizei width, GGLsizei height, GGLenum type);
H A Draster.cpp30 GGLsizei width, GGLsizei height, GGLenum type);
54 GGLsizei width, GGLsizei height, GGLenum type)
64 if (uint32_t(ys) > cb->height)
68 if (uint32_t(ys + height) > cb->height)
86 height -= offset;
91 if ((yd + height) > GGLint(c->state.scissor.bottom)) {
92 height = GGLint(c->state.scissor.bottom) - yd;
95 if (width<=0 || height<=0) {
112 size_t yc = height;
53 ggl_copyPixels(void* con, GGLint xs, GGLint ys, GGLsizei width, GGLsizei height, GGLenum type) argument
[all...]
H A Dbuffer.cpp61 dst->height = src->height;
69 dst->data += bpr * (dst->height-1);
94 gen.height = s.height;
114 assert((x < s->width) && (y < s->height));
165 assert((x < s->width) && (y < s->height));
H A Dpixelflinger.cpp147 GGLsizei width, GGLsizei height)
153 c->state.scissor.user_bottom = y + height;
606 c->state.scissor.bottom = min(c->state.buffers.color.height, b);
611 c->state.scissor.bottom = c->state.buffers.color.height;
146 ggl_scissor(void* con, GGLint x, GGLint y, GGLsizei width, GGLsizei height) argument
H A Dscanline.cpp716 const int h = tx.surface.height;
732 const int h = tx.surface.height;
991 m_height_m1 = tx.surface.height - 1;
1085 else if (v >= (int)tx.surface.height)
1086 v = (int)tx.surface.height-1;
1718 gen.height = t.surface.height;
/system/core/adb/
H A Dframebuffer_service.c44 unsigned int height; member in struct:fbinfo
93 fbinfo.height = h;
107 fbinfo.height = h;
121 fbinfo.height = h;
135 fbinfo.height = h;
149 fbinfo.height = h;
/system/extras/tests/framebuffer/
H A Dmdp_test.c95 static int get_framebuffer(int *fd, char **fb, int *width, int *height) argument
123 *height = vi.yres;
174 int fb_fd, width, height; local
273 if (get_framebuffer(&fb_fd, &fb, &width, &height)) {
282 src_imgh = height;
287 dst_imgh = height;
296 req->src.height = src_imgh;
306 req->dst.height = dst_imgh;
H A Dfb_test.c34 int height; member in struct:simple_fb
97 fb->height = vi.yres;
105 fb->height = vi.yres;
192 return gr_fbs[0].height;
H A Drefresh.c76 float ydpi = (info.yres * 25.4f) / info.height;
102 "height = %d mm (%f dpi)\n"
105 info.height, ydpi,
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp474 int height = scratches.obtain(); local
482 CONTEXT_LOAD(height, generated_vars.texture[i].height);
510 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS);
530 // compute width-1 and height-1
532 SUB(AL, 0, height, height, imm(1));
574 MOV(MI, 0, v, height);
575 CMP(AL, v, height);
576 MOV(LT, 0, height, im
[all...]
/system/core/include/pixelflinger/
H A Dpixelflinger.h190 GGLuint height; // height in pixels member in struct:__anon318
214 void (*scissor)(void* c, GGLint x, GGLint y, GGLsizei width, GGLsizei height);
303 GGLsizei width, GGLsizei height, GGLenum type);
/system/core/include/private/pixelflinger/
H A Dggl_context.h347 uint32_t height; member in struct:android::surface_t::__anon322::__anon323
481 uint32_t height; member in struct:android::generated_tex_vars_t
/system/core/include/system/
H A Dwindow.h104 int height; member in struct:ANativeWindowBuffer
172 * Default width and height of ANativeWindow buffers, these are the
195 * 2. The GL driver overrides the width and height of the ANW to

Completed in 328 milliseconds