Searched defs:width (Results 1 - 20 of 20) sorted by relevance

/system/core/toolbox/
H A Dr.c25 int width = 4; local
27 width = 1;
31 width = 2;
45 endaddr = addr + width - 1;
78 switch(width){
98 addr += width;
H A Dnotify.c22 int width = 80; local
47 width = atoi(optarg);
82 buf = malloc(width + 2);
115 buflen = width - strlen(display_name);
/system/core/adb/
H A Dframebuffer_service.c43 unsigned int width; member in struct:fbinfo
92 fbinfo.width = w;
106 fbinfo.width = w;
120 fbinfo.width = w;
134 fbinfo.width = w;
148 fbinfo.width = w;
/system/core/libpixelflinger/codeflinger/
H A DArm64Disassembler.cpp90 uint32_t width = msb - lsb + 1; local
91 uint32_t mask = (1 << width) - 1;
H A DARMAssembler.cpp447 void ARMAssembler::UBFX(int cc, int Rd, int Rn, int lsb, int width) argument
449 *mPC++ = (cc<<28) | 0x7E00000 | ((width-1)<<16) | (Rd<<12) | (lsb<<7) | 0x50 | Rn;
H A DARMAssemblerProxy.cpp293 void ARMAssemblerProxy::UBFX(int cc, int Rd, int Rn, int lsb, int width) { argument
294 mTarget->UBFX(cc, Rd, Rn, lsb, width);
H A Dtexturing.cpp473 int width = scratches.obtain(); local
481 CONTEXT_LOAD(width, generated_vars.texture[i].width);
509 wrapping(u, s.reg, width, tmu.swrap, FRAC_BITS);
530 // compute width-1 and height-1
531 SUB(AL, 0, width, width, imm(1));
539 MOV(MI, 0, u, width);
540 CMP(AL, u, width);
541 MOV(LT, 0, width, im
[all...]
H A DArm64Assembler.cpp852 void ArmToArm64Assembler::UBFX(int cc, int Rd, int Rn, int lsb, int width) argument
855 *mPC++ = A64_UBFM_W(Rd, Rn, lsb, lsb + width - 1);
H A DMIPSAssembler.cpp1210 void ArmToMipsAssembler::UBFX(int cc, int Rd, int Rn, int lsb, int width) argument
/system/core/libpixelflinger/
H A Draster.cpp30 GGLsizei width, GGLsizei height, GGLenum type);
54 GGLsizei width, GGLsizei height, GGLenum /*type*/)
62 if (uint32_t(xs) > cb->width)
66 if (uint32_t(xs + width) > cb->width)
80 width -= offset;
88 if ((xd + width) > GGLint(c->state.scissor.right)) {
89 width = GGLint(c->state.scissor.right) - xd;
95 if (width<=0 || height<=0) {
111 const size_t rowsize = width * f
53 ggl_copyPixels(void* con, GGLint xs, GGLint ys, GGLsizei width, GGLsizei height, GGLenum ) argument
[all...]
H A Dpixelflinger.cpp115 if (surface->width > c->state.buffers.coverageBufferSize) {
118 c->state.buffers.coverage = (int16_t*)malloc(surface->width * 2);
120 c->state.buffers.coverage ? surface->width : 0;
147 GGLsizei width, GGLsizei height)
152 c->state.scissor.user_right = x + width;
604 c->state.scissor.right = min(c->state.buffers.color.width, r);
610 c->state.scissor.right = c->state.buffers.color.width;
146 ggl_scissor(void* con, GGLint x, GGLint y, GGLsizei width, GGLsizei height) argument
H A Dscanline.cpp723 const int w = tx.surface.width;
747 const int w = tx.surface.width;
1006 m_width_m1 = tx.surface.width - 1;
1094 m_width_m1 = tx.surface.width-1;
1432 const int width = c->iterators.xr - x; local
1435 count = width;
1733 gen.width = t.surface.width;
H A Dtrap.cpp348 static void linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord width) argument
361 GGLcoord halfWidth = TRI_ROUND(width) >> 1;
376 static void aa_linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord width) argument
391 const GGLfixed norm = gglMulx(width, gglSqrtRecipx(nx*nx+ny*ny), 4);
/system/extras/tests/framebuffer/
H A Dfb_test.c33 int width; member in struct:simple_fb
96 fb->width = vi.xres;
104 fb->width = vi.xres;
187 return gr_fbs[0].width;
/system/core/init/
H A Dutil.c288 int width; local
293 width = slash - pathname;
295 if (width < 0)
297 if (width == 0)
299 if ((unsigned int)width > sizeof(buf) - 1) {
303 memcpy(buf, pathname, width);
304 buf[width] = 0;
343 int width; local
348 width = slash - newpath;
349 if (width <
[all...]
H A Ddevices.c447 int width; local
474 width = slash - parent;
475 if (width <= 0)
478 if (asprintf(&links[link_num], "/dev/usb/%s%.*s", uevent->subsystem, width, parent) > 0)
500 int width; local
/system/core/include/system/
H A Dwindow.h109 int width; member in struct:ANativeWindowBuffer
178 * Default width and height of ANativeWindow buffers, these are the
201 * 2. The GL driver overrides the width and height of the ANW to
/system/core/libpixelflinger/tests/arch-arm64/assembler/
H A Darm64_assembler_test.cpp472 int32_t width = test.RmValue; local
473 a64asm->UBFX(test.cond, Rd,Rn,lsb, width);
/system/core/include/pixelflinger/
H A Dpixelflinger.h189 GGLuint width; // width in pixels member in struct:__anon48
208 const GGLcoord* v0, const GGLcoord* v1, GGLcoord width);
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.h348 GGLuint width; member in struct:android::surface_t::__anon53::__anon54
482 uint32_t width; member in struct:android::generated_tex_vars_t

Completed in 206 milliseconds