Searched defs:stride (Results 1 - 7 of 7) sorted by path

/system/core/include/pixelflinger/
H A Dpixelflinger.h191 GGLint stride; // stride in pixels member in struct:__anon318
/system/core/include/private/pixelflinger/
H A Dggl_context.h348 int32_t stride; member in struct:android::surface_t::__anon322::__anon323
482 uint32_t stride; member in struct:android::generated_tex_vars_t
/system/core/include/system/
H A Dwindow.h105 int stride; member in struct:ANativeWindowBuffer
/system/core/libion/
H A Dion_test.c24 size_t stride; variable
/system/core/libpixelflinger/
H A Dclear.cpp54 const int32_t stride = s.stride * size; local
55 uint8_t* dst = (uint8_t*)s.data + (l + t*s.stride)*size;
58 if (ggl_likely(int32_t(w) == stride)) {
68 dst += stride;
74 dst += stride;
82 dst += stride;
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp357 CONTEXT_LOAD(txPtr.reg, generated_vars.texture[i].stride);
358 SMLABB(AL, Rx, Ry, txPtr.reg, Rx); // x+y*stride
569 const int stride = width; local
570 CONTEXT_LOAD(stride, generated_vars.texture[i].stride);
580 MUL(AL, 0, height, stride, height);
587 MOV(GT, 0, height, reg_imm(stride, LSL, shift));
589 MOV(GT, 0, height, stride);
626 int stride = scratches.obtain(); local
631 CONTEXT_LOAD(stride, generated_var
[all...]
/system/extras/tests/framebuffer/
H A Dfb_test.c35 int stride; member in struct:simple_fb
98 fb->stride = fi.line_length / bytes_per_pixel;
106 fb->stride = fi.line_length / bytes_per_pixel;
210 int stride = fi.line_length / (vi.bits_per_pixel >> 3); local
217 loc[i + j*(stride)] = red;
219 loc32[i + j*(stride)] = red32;
222 loc[i + j*(stride)] = green;
224 loc32[i + j*(stride)] = green32;
230 loc[i + j*(stride)] = blue;
232 loc32[i + j*(stride)]
245 int stride = fi.line_length / (vi.bits_per_pixel >> 3); local
[all...]

Completed in 331 milliseconds