Searched defs:surface (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/
H A Dpixelflinger.cpp93 static void ggl_bindTexture(void* con, const GGLSurface* surface) argument
96 if (surface->format != c->activeTMU->surface.format)
98 ggl_set_surface(c, &(c->activeTMU->surface), surface);
102 static void ggl_bindTextureLod(void* con, GGLuint tmu,const GGLSurface* surface) argument
106 ggl_set_surface(c, &c->state.texture[tmu].surface, surface);
109 static void ggl_colorBuffer(void* con, const GGLSurface* surface) argument
112 if (surface
129 ggl_readBuffer(void* con, const GGLSurface* surface) argument
135 ggl_depthBuffer(void* con, const GGLSurface* surface) argument
[all...]
/system/core/charger/
H A Dcharger.c93 gr_surface surface; member in struct:frame
604 /* returns the last y-offset of where the surface ends */
605 static int draw_surface_centered(struct charger *charger, gr_surface surface) argument
612 w = gr_get_width(surface);
613 h = gr_get_height(surface);
617 LOGV("drawing surface %dx%d+%d+%d\n", w, h, x, y);
618 gr_blit(surface, 0, 0, w, h, x, y);
640 draw_surface_centered(charger, frame->surface);
966 ret = res_create_surface(frame->name, &frame->surface);
/system/core/include/private/pixelflinger/
H A Dggl_context.h408 surface_t surface; member in struct:android::texture_t

Completed in 462 milliseconds