Home
last modified time | relevance | path

Searched defs:surface (Results 1 – 5 of 5) sorted by relevance

/system/extras/slideshow/
Dslideshow.cpp60 GRSurface* surface; in draw() local
/system/core/libpixelflinger/
Dpixelflinger.cpp93 static void ggl_bindTexture(void* con, const GGLSurface* surface) in ggl_bindTexture()
102 static void ggl_bindTextureLod(void* con, GGLuint tmu,const GGLSurface* surface) in ggl_bindTextureLod()
109 static void ggl_colorBuffer(void* con, const GGLSurface* surface) in ggl_colorBuffer()
129 static void ggl_readBuffer(void* con, const GGLSurface* surface) in ggl_readBuffer()
135 static void ggl_depthBuffer(void* con, const GGLSurface* surface) in ggl_depthBuffer()
/system/core/healthd/
Dhealthd_draw.cpp68 int HealthdDraw::draw_surface_centered(GRSurface* surface) { in draw_surface_centered()
Danimation.h36 GRSurface* surface; member
/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