/system/core/libpixelflinger/ |
D | raster.cpp | 30 GGLsizei width, GGLsizei height, GGLenum type); 54 GGLsizei width, GGLsizei height, GGLenum type) in ggl_copyPixels() argument 64 if (uint32_t(ys) > cb->height) in ggl_copyPixels() 68 if (uint32_t(ys + height) > cb->height) in ggl_copyPixels() 86 height -= offset; in ggl_copyPixels() 91 if ((yd + height) > GGLint(c->state.scissor.bottom)) { in ggl_copyPixels() 92 height = GGLint(c->state.scissor.bottom) - yd; in ggl_copyPixels() 95 if (width<=0 || height<=0) { in ggl_copyPixels() 112 size_t yc = height; in ggl_copyPixels() 116 src += height * bpr; in ggl_copyPixels() [all …]
|
D | raster.h | 28 void gglCopyPixels(void* c, GGLint x, GGLint y, GGLsizei width, GGLsizei height, GGLenum type);
|
D | buffer.cpp | 61 dst->height = src->height; in ggl_set_surface() 69 dst->data += bpr * (dst->height-1); in ggl_set_surface() 94 gen.height = s.height; in ggl_pick_texture() 114 assert((x < s->width) && (y < s->height)); in read_pixel() 165 assert((x < s->width) && (y < s->height)); in write_pixel()
|
D | pixelflinger.cpp | 147 GGLsizei width, GGLsizei height) in ggl_scissor() argument 153 c->state.scissor.user_bottom = y + height; in ggl_scissor() 606 c->state.scissor.bottom = min(c->state.buffers.color.height, b); in ggl_set_scissor() 611 c->state.scissor.bottom = c->state.buffers.color.height; in ggl_set_scissor()
|
D | scanline.cpp | 695 const int h = tx.surface.height; in scanline() 711 const int h = tx.surface.height; in scanline() 970 m_height_m1 = tx.surface.height - 1; in clamp_iterator() 1064 else if (v >= (int)tx.surface.height) in init() 1065 v = (int)tx.surface.height-1; in init() 1697 gen.height = t.surface.height; in init_y()
|
/system/core/adb/ |
D | framebuffer_service.c | 41 unsigned int height; member 90 fbinfo.height = h; in framebuffer_service() 104 fbinfo.height = h; in framebuffer_service() 118 fbinfo.height = h; in framebuffer_service() 132 fbinfo.height = h; in framebuffer_service() 146 fbinfo.height = h; in framebuffer_service()
|
D | SERVICES.TXT | 184 height: uint32_t: framebuffer height in pixels 187 size is always width*height*2
|
/system/extras/tests/framebuffer/ |
D | mdp_test.c | 95 static int get_framebuffer(int *fd, char **fb, int *width, int *height) in get_framebuffer() argument 123 *height = vi.yres; in get_framebuffer() 174 int fb_fd, width, height; in main() local 273 if (get_framebuffer(&fb_fd, &fb, &width, &height)) { in main() 282 src_imgh = height; in main() 287 dst_imgh = height; in main() 296 req->src.height = src_imgh; in main() 306 req->dst.height = dst_imgh; in main()
|
D | fb_test.c | 34 int height; member 97 fb->height = vi.yres; in get_framebuffer() 105 fb->height = vi.yres; in get_framebuffer() 192 return gr_fbs[0].height; in gr_fb_height()
|
D | refresh.c | 76 float ydpi = (info.yres * 25.4f) / info.height; in main() 105 info.height, ydpi, in main()
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 471 int height = scratches.obtain(); in build_textures() local 476 CONTEXT_LOAD(height, generated_vars.texture[i].height); in build_textures() 504 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS); in build_textures() 523 SUB(AL, 0, height, height, imm(1)); in build_textures() 565 MOV(MI, 0, v, height); in build_textures() 566 CMP(AL, v, height); in build_textures() 567 MOV(LT, 0, height, imm(1 << shift)); in build_textures() 569 MOV(GE, 0, height, reg_imm(height, LSL, shift)); in build_textures() 570 RSB(GE, 0, height, height, imm(0)); in build_textures() 571 MUL(AL, 0, height, stride, height); in build_textures() [all …]
|
/system/core/libion/ |
D | ion_test.c | 23 size_t width = 1024*1024, height = 1024*1024; variable 261 height = atol(optarg); in main() 267 height, align, map_flags, prot, alloc_flags); in main()
|
/system/core/include/pixelflinger/ |
D | pixelflinger.h | 190 GGLuint height; // height in pixels member 214 void (*scissor)(void* c, GGLint x, GGLint y, GGLsizei width, GGLsizei height); 303 GGLsizei width, GGLsizei height, GGLenum type);
|
/system/core/include/system/ |
D | window.h | 92 int height; member
|
/system/core/include/private/pixelflinger/ |
D | ggl_context.h | 327 uint32_t height; 461 uint32_t height;
|