Searched refs:height (Results 1 - 12 of 12) 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.cpp576 const int h = tx.surface.height;
592 const int h = tx.surface.height;
906 gen.height = t.surface.height;
/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 Drefresh.c78 float ydpi = (info.yres * 25.4f) / info.height;
104 "height = %d mm (%f dpi)\n"
107 info.height, ydpi,
H A Dfb_test.c90 fb->height = vi.yres;
99 fb->height = vi.yres;
185 return gr_framebuffer[0].height;
/system/core/adb/
H A Dframebuffer_service.c41 unsigned int height; member in struct:fbinfo
73 fbinfo.height = vinfo.yres;
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp468 int height = scratches.obtain(); local
473 CONTEXT_LOAD(height, generated_vars.texture[i].height);
501 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS);
518 // compute width-1 and height-1
520 SUB(AL, 0, height, height, imm(1));
562 MOV(MI, 0, v, height);
563 CMP(AL, v, height);
564 MOV(LT, 0, height, im
[all...]
/system/core/include/pixelflinger/
H A Dpixelflinger.h190 GGLuint height; // height in pixels member in struct:__anon51
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.h327 uint32_t height; member in struct:android::surface_t::__anon55::__anon56
461 uint32_t height; member in struct:android::generated_tex_vars_t

Completed in 258 milliseconds