Searched defs:height (Results 1 - 8 of 8) sorted by relevance

/system/core/adb/
H A Dframebuffer_service.cpp46 unsigned int height; member in struct:fbinfo
97 fbinfo.height = h;
111 fbinfo.height = h;
125 fbinfo.height = h;
139 fbinfo.height = h;
153 fbinfo.height = h;
/system/core/libpixelflinger/
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 ) argument
[all...]
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
/system/extras/tests/framebuffer/
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;
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp470 int height = scratches.obtain(); local
478 CONTEXT_LOAD(height, generated_vars.texture[i].height);
506 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS);
526 // compute width-1 and height-1
528 SUB(AL, 0, height, height, imm(1));
570 MOV(MI, 0, v, height);
571 CMP(AL, v, height);
572 MOV(LT, 0, height, im
[all...]
/system/core/include/system/
H A Dwindow.h110 int height; 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/include/pixelflinger/
H A Dpixelflinger.h190 GGLuint height; // height in pixels member in struct:__anon1445
214 void (*scissor)(void* c, GGLint x, GGLint y, GGLsizei width, GGLsizei height);
303 GGLsizei width, GGLsizei height, GGLenum type);
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h349 GGLuint height; member in struct:android::surface_t::__anon1449::__anon1450
483 uint32_t height; member in struct:android::generated_tex_vars_t

Completed in 98 milliseconds