Searched defs:width (Results 1 - 25 of 47) sorted by last modified time

12

/system/core/adb/
H A Dframebuffer_service.c40 unsigned int width; member in struct:fbinfo
89 fbinfo.width = w;
103 fbinfo.width = w;
117 fbinfo.width = w;
131 fbinfo.width = w;
145 fbinfo.width = w;
/system/core/include/pixelflinger/
H A Dpixelflinger.h189 GGLuint width; // width in pixels member in struct:__anon309
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.h326 uint32_t width; member in struct:android::surface_t::__anon313::__anon314
460 uint32_t width; member in struct:android::generated_tex_vars_t
/system/core/include/system/
H A Dwindow.h90 int width; member in struct:ANativeWindowBuffer
159 * Default width and height of the ANativeWindow, these are the dimensions
181 * 2. The GL driver overrides the width and height of the ANW to
/system/core/init/
H A Ddevices.c332 int width; local
357 width = slash - parent;
358 if (width <= 0)
361 if (asprintf(&links[link_num], "/dev/usb/%s%.*s", uevent->subsystem, width, parent) > 0)
382 int width; local
H A Dutil.c253 int width; local
258 width = slash - pathname;
260 if (width < 0)
262 if (width == 0)
264 if ((unsigned int)width > sizeof(buf) - 1) {
268 memcpy(buf, pathname, width);
269 buf[width] = 0;
295 int width; local
300 width = slash - newpath;
301 if (width <
[all...]
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp442 void ARMAssembler::UBFX(int cc, int Rd, int Rn, int lsb, int width) argument
444 *mPC++ = (cc<<28) | 0x7E00000 | ((width-1)<<16) | (Rd<<12) | (lsb<<7) | 0x50 | Rn;
H A DARMAssemblerProxy.cpp202 void ARMAssemblerProxy::UBFX(int cc, int Rd, int Rn, int lsb, int width) { argument
203 mTarget->UBFX(cc, Rd, Rn, lsb, width);
H A Dtexturing.cpp470 int width = scratches.obtain(); local
475 CONTEXT_LOAD(width, generated_vars.texture[i].width);
503 wrapping(u, s.reg, width, tmu.swrap, FRAC_BITS);
521 // compute width-1 and height-1
522 SUB(AL, 0, width, width, imm(1));
530 MOV(MI, 0, u, width);
531 CMP(AL, u, width);
532 MOV(LT, 0, width, im
[all...]
/system/core/libpixelflinger/
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 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 type) argument
[all...]
H A Dscanline.cpp686 const int w = tx.surface.width;
710 const int w = tx.surface.width;
969 m_width_m1 = tx.surface.width - 1;
1057 m_width_m1 = tx.surface.width-1;
1395 const int width = c->iterators.xr - x; local
1398 count = width;
1696 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/core/toolbox/
H A Dnotify.c22 int width = 80; local
47 width = atoi(optarg);
82 buf = malloc(width + 2);
115 buflen = width - strlen(display_name);
H A Dr.c15 int width = 4, set = 0, fd; local
24 width = 1;
28 width = 2;
41 endaddr = addr + width - 1;
72 switch(width){
92 addr += width;
/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;
H A Dmdp_test.c95 static int get_framebuffer(int *fd, char **fb, int *width, int *height) argument
122 *width = vi.xres;
174 int fb_fd, width, height; local
273 if (get_framebuffer(&fb_fd, &fb, &width, &height)) {
281 src_imgw = width;
286 dst_imgw = width;
295 req->src.width = src_imgw;
305 req->dst.width = dst_imgw;
/system/media/mca/effect/java/android/media/effect/
H A DEffect.java55 * <p>The input texture must be a valid texture name with the given width and height and must be
70 * @param width The width of the input texture in pixels.
74 public abstract void apply(int inputTexId, int width, int height, int outputTexId); argument
H A DFilterEffect.java88 protected Frame frameFromTexture(int texId, int width, int height) { argument
90 FrameFormat format = ImageFormat.create(width, height,
H A DFilterGraphEffect.java87 public void apply(int inputTexId, int width, int height, int outputTexId) { argument
92 src.setInputValue("width", width);
H A DSingleFilterEffect.java70 public void apply(int inputTexId, int width, int height, int outputTexId) { argument
73 Frame inputFrame = frameFromTexture(inputTexId, width, height);
74 Frame outputFrame = frameFromTexture(outputTexId, width, height);
H A DSizeChangeEffect.java47 public void apply(int inputTexId, int width, int height, int outputTexId) { argument
50 Frame inputFrame = frameFromTexture(inputTexId, width, height);
/system/media/mca/effect/java/android/media/effect/effects/
H A DIdentityEffect.java34 public void apply(int inputTexId, int width, int height, int outputTexId) { argument
37 Frame inputFrame = frameFromTexture(inputTexId, width, height);
38 Frame outputFrame = frameFromTexture(outputTexId, width, height);
/system/media/mca/filterfw/java/android/filterfw/core/
H A DFilterSurfaceView.java117 int width,
121 mWidth = width;
127 mListener.surfaceChanged(holder, format, width, height);
115 surfaceChanged(SurfaceHolder holder, int format, int width, int height) argument
H A DGLEnvironment.java106 public int registerSurfaceTexture(SurfaceTexture surfaceTexture, int width, int height) { argument
107 int result = nativeAddSurfaceTexture(surfaceTexture, width, height);
167 private native int nativeAddSurfaceTexture(SurfaceTexture surface, int width, int height); argument

Completed in 158 milliseconds

12