HomeSort by relevance Sort by last modified time
    Searched refs:surface_t (Results 1 - 7 of 7) sorted by null

  /system/core/libpixelflinger/
buffer.h 28 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src);
buffer.cpp 26 static void read_pixel(const surface_t* s, context_t* c,
28 static void write_pixel(const surface_t* s, context_t* c,
30 static void readRGB565(const surface_t* s, context_t* c,
32 static void readABGR8888(const surface_t* s, context_t* c,
58 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src)
73 static void pick_read_write(surface_t* s)
87 surface_t& s = c->state.texture[i].surface;
102 surface_t& s = c->state.buffers.color;
111 void read_pixel(const surface_t* s, context_t* c,
133 void readRGB565(const surface_t* s, context_t* c
    [all...]
clear.cpp 50 static void memset2d(context_t* c, const surface_t& s, uint32_t packed,
raster.cpp 59 surface_t* cb = &(c->state.buffers.color);
scanline.cpp     [all...]
trap.cpp 454 surface_t* cb = &(c->state.buffers.color);
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 341 struct surface_t { struct in namespace:android
355 void (*read) (const surface_t* s, context_t* c,
357 void (*write)(const surface_t* s, context_t* c,
408 surface_t surface;
429 surface_t color;
430 surface_t read;
431 surface_t depth;
432 surface_t stencil;

Completed in 84 milliseconds