Home
last modified time | relevance | path

Searched refs:surface (Results 1 – 18 of 18) sorted by relevance

/system/extras/slideshow/
Dslideshow.cpp60 GRSurface* surface; in draw() local
63 if (res_create_display_surface(resname, &surface) < 0) { in draw()
68 w = gr_get_width(surface); in draw()
69 h = gr_get_height(surface); in draw()
73 gr_blit(surface, 0, 0, w, h, x, y); in draw()
76 res_free_surface(surface); in draw()
/system/core/healthd/
Dhealthd_draw.cpp68 int HealthdDraw::draw_surface_centered(GRSurface* surface) { in draw_surface_centered() argument
69 int w = gr_get_width(surface); in draw_surface_centered()
70 int h = gr_get_height(surface); in draw_surface_centered()
75 gr_blit(surface, 0, 0, w, h, x, y); in draw_surface_centered()
79 gr_blit(surface, 0, 0, w, h, x, y); in draw_surface_centered()
178 draw_surface_centered(frame.surface); in draw_battery()
Dhealthd_mode_charger.cpp148 .surface = NULL,
154 .surface = NULL,
160 .surface = NULL,
166 .surface = NULL,
172 .surface = NULL,
178 .surface = NULL,
663 anim->frames[i].surface = scale_frames[i]; in healthd_mode_charger_init()
Danimation.h36 GRSurface* surface; member
Dhealthd_draw.h43 virtual int draw_surface_centered(GRSurface* surface);
/system/core/libpixelflinger/
Dpixelflinger.cpp93 static void ggl_bindTexture(void* con, const GGLSurface* surface) in ggl_bindTexture() argument
96 if (surface->format != c->activeTMU->surface.format) in ggl_bindTexture()
98 ggl_set_surface(c, &(c->activeTMU->surface), surface); in ggl_bindTexture()
102 static void ggl_bindTextureLod(void* con, GGLuint tmu,const GGLSurface* surface) in ggl_bindTextureLod() argument
106 ggl_set_surface(c, &c->state.texture[tmu].surface, surface); in ggl_bindTextureLod()
109 static void ggl_colorBuffer(void* con, const GGLSurface* surface) in ggl_colorBuffer() argument
112 if (surface->format != c->state.buffers.color.format) in ggl_colorBuffer()
115 if (surface->width > c->state.buffers.coverageBufferSize) { in ggl_colorBuffer()
118 c->state.buffers.coverage = (int16_t*)malloc(surface->width * 2); in ggl_colorBuffer()
120 c->state.buffers.coverage ? surface->width : 0; in ggl_colorBuffer()
[all …]
Dscanline.cpp725 const int w = tx.surface.width; in scanline()
734 const int h = tx.surface.height; in scanline()
747 tx.surface.read(&tx.surface, c, u, v, &texel); in scanline()
749 const int w = tx.surface.width; in scanline()
750 const int h = tx.surface.height; in scanline()
781 tx.surface.read(&tx.surface, c, u0, v0, &texels[0]); in scanline()
782 tx.surface.read(&tx.surface, c, u0, v1, &texels[1]); in scanline()
783 tx.surface.read(&tx.surface, c, u1, v0, &texels[2]); in scanline()
784 tx.surface.read(&tx.surface, c, u1, v1, &texels[3]); in scanline()
969 m_src = reinterpret_cast<uint32_t*>(tx.surface.data)+(u+(tx.surface.stride*v)); in horz_iterator32()
[all …]
Dpicker.cpp138 t |= GGL_BUILD_NEEDS(tx.surface.format, T_FORMAT); in ggl_pick()
Dbuffer.cpp87 surface_t& s = c->state.texture[i].surface; in ggl_pick_texture()
/system/core/libpixelflinger/include/pixelflinger/
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/nvram/
DREADME.md25 module, which implements the entire NVRAM HAL API surface in userspace for the
37 HAL modules. The code implements the API surface specified by the nvram.h HAL
42 surface.
/system/sepolicy/prebuilts/api/28.0/private/
Dsurfaceflinger.te58 # Allow writing surface traces to /data/misc/wmtrace.
Disolated_app.te114 # for controlling isolated_app attack surface.
/system/sepolicy/private/
Dsurfaceflinger.te58 # Allow writing surface traces to /data/misc/wmtrace.
Disolated_app.te114 # for controlling isolated_app attack surface.
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java695 Surface surface = new Surface(texture); in createCameraPreviewSession() local
700 mPreviewRequestBuilder.addTarget(surface); in createCameraPreviewSession()
703 mCameraDevice.createCaptureSession(Arrays.asList(surface, mImageReader.getSurface()), in createCameraPreviewSession()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h410 surface_t surface;
/system/core/rootdir/
Dinit.rc457 # create location to store surface and window trace files