Searched refs:surface (Results 1 - 8 of 8) sorted by relevance

/system/extras/slideshow/
H A Dslideshow.cpp57 GRSurface* surface; local
60 if (res_create_display_surface(resname, &surface) < 0) {
61 LOGE("failed to create surface for %s\n", resname);
65 w = gr_get_width(surface);
66 h = gr_get_height(surface);
70 gr_blit(surface, 0, 0, w, h, x, y);
73 res_free_surface(surface);
/system/core/healthd/
H A Dhealthd_mode_charger.cpp91 GRSurface* surface; member in struct:frame
127 .surface = NULL,
133 .surface = NULL,
139 .surface = NULL,
145 .surface = NULL,
151 .surface = NULL,
157 .surface = NULL,
276 /* returns the last y-offset of where the surface ends */
277 static int draw_surface_centered(struct charger* /*charger*/, GRSurface* surface) argument
284 w = gr_get_width(surface);
[all...]
/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...]
H A Dscanline.cpp723 const int w = tx.surface.width;
732 const int h = tx.surface.height;
745 tx.surface.read(&tx.surface, c, u, v, &texel);
747 const int w = tx.surface.width;
748 const int h = tx.surface.height;
779 tx.surface.read(&tx.surface, c, u0, v0, &texels[0]);
780 tx.surface.read(&tx.surface,
[all...]
H A Dpicker.cpp138 t |= GGL_BUILD_NEEDS(tx.surface.format, T_FORMAT);
H A Dbuffer.cpp87 surface_t& s = c->state.texture[i].surface;
/system/core/libpixelflinger/include/pixelflinger/
H A Dpixelflinger.h218 void (*bindTexture)(void* c, const GGLSurface* surface);
219 void (*colorBuffer)(void* c, const GGLSurface* surface);
220 void (*readBuffer)(void* c, const GGLSurface* surface);
221 void (*depthBuffer)(void* c, const GGLSurface* surface);
222 void (*bindTextureLod)(void* c, GGLuint tmu, const GGLSurface* surface);
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h410 surface_t surface; member in struct:android::texture_t

Completed in 155 milliseconds