Searched refs:buffers (Results 1 - 9 of 9) sorted by relevance

/system/core/libpixelflinger/
H A Dclear.cpp107 // unexsiting buffers have no effect...
108 if (c->state.buffers.color.format == 0)
111 if (c->state.buffers.depth.format == 0)
114 if (c->state.buffers.stencil.format == 0)
122 c->state.buffers.color.format,
131 memset2d(c, c->state.buffers.color, packed, l, t, w, h);
140 memset2d(c, c->state.buffers.depth, packed, l, t, w, h);
H A Dpixelflinger.cpp112 if (surface->format != c->state.buffers.color.format)
115 if (surface->width > c->state.buffers.coverageBufferSize) {
117 free(c->state.buffers.coverage);
118 c->state.buffers.coverage = (int16_t*)malloc(surface->width * 2);
119 c->state.buffers.coverageBufferSize =
120 c->state.buffers.coverage ? surface->width : 0;
122 ggl_set_surface(c, &(c->state.buffers.color), surface);
123 if (c->state.buffers.read.format == 0) {
124 ggl_set_surface(c, &(c->state.buffers.read), surface);
132 ggl_set_surface(c, &(c->state.buffers
[all...]
H A Dpicker.cpp44 new_needs.n |= GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT);
50 uint32_t n = GGL_BUILD_NEEDS(c->state.buffers.color.format, CB_FORMAT);
57 const GGLFormat& cbf = c->formats[ c->state.buffers.color.format ];
H A Draster.cpp59 surface_t* cb = &(c->state.buffers.color);
156 const GGLSurface& cbSurface = c->state.buffers.color.s;
H A Dscanline.cpp303 if (c->state.buffers.coverage)
304 free(c->state.buffers.coverage);
632 const int16_t* covPtr = c->state.buffers.coverage + xs;
856 if (c->state.buffers.depth.format) {
858 surface_t* cb = &(c->state.buffers.depth);
902 c->state.buffers.color.read(
903 &(c->state.buffers.color), c, x, y, &fb);
908 c->state.buffers.color.write(
909 &(c->state.buffers.color), c, x, y, &fragment);
1418 const surface_t* cb = &(c->state.buffers
[all...]
H A Dbuffer.cpp102 surface_t& s = c->state.buffers.color;
H A Dtrap.cpp234 int16_t* covPtr = c->state.buffers.coverage;
299 int16_t* covPtr = c->state.buffers.coverage;
454 surface_t* cb = &(c->state.buffers.color);
980 int16_t* const covPtr = c->state.buffers.coverage;
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp394 CONTEXT_LOAD(Rs, state.buffers.color.stride);
395 CONTEXT_LOAD(parts.cbPtr.reg, state.buffers.color.data);
430 CONTEXT_LOAD(Rs, state.buffers.depth.stride);
431 CONTEXT_LOAD(zbase, state.buffers.depth.data);
448 CONTEXT_LOAD(parts.covPtr.reg, state.buffers.coverage);
/system/core/include/private/pixelflinger/
H A Dggl_context.h508 framebuffer_t buffers; member in struct:android::state_t

Completed in 88 milliseconds