Searched refs:context_t (Results 1 - 18 of 18) sorted by last modified time

/system/core/include/private/pixelflinger/
H A Dggl_context.h123 #define GGL_CONTEXT(con, c) context_t *con = static_cast<context_t *>(c)
124 #define GGL_OFFSETOF(field) int(&(((context_t*)0)->field))
274 struct context_t;
355 void (*read) (const surface_t* s, context_t* c,
357 void (*write)(const surface_t* s, context_t* c,
526 struct context_t { struct in namespace:android
540 void (*init_y)(context_t* c, int32_t y);
541 void (*step_y)(context_t* c);
542 void (*scanline)(context_t*
[all...]
/system/core/libpixelflinger/
H A Dbuffer.cpp26 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,
43 void ggl_init_texture(context_t* c)
58 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src)
84 void ggl_pick_texture(context_t* c)
100 void ggl_pick_cb(context_t* c)
111 void read_pixel(const surface_t* s, context_t* c,
133 void readRGB565(const surface_t* s, context_t*
[all...]
H A Dbuffer.h26 void ggl_init_texture(context_t* c);
28 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src);
30 void ggl_pick_texture(context_t* c);
31 void ggl_pick_cb(context_t* c);
34 uint32_t ggl_pack_color(context_t* c, int32_t format,
H A Dclear.cpp35 void ggl_init_clear(context_t* c)
50 static void memset2d(context_t* c, const surface_t& s, uint32_t packed,
H A Dclear.h26 void ggl_init_clear(context_t* c);
H A Dpicker.cpp29 void ggl_init_picker(context_t* c)
33 void ggl_pick(context_t* c)
H A Dpicker.h26 void ggl_init_picker(context_t* c);
27 void ggl_pick(context_t* c);
H A Dpixelflinger.cpp57 static void ggl_init_procs(context_t* c);
58 static void ggl_set_scissor(context_t* c);
60 static void ggl_enable_blending(context_t* c, int enable);
61 static void ggl_enable_scissor_test(context_t* c, int enable);
62 static void ggl_enable_alpha_test(context_t* c, int enable);
63 static void ggl_enable_logic_op(context_t* c, int enable);
64 static void ggl_enable_dither(context_t* c, int enable);
65 static void ggl_enable_stencil_test(context_t* c, int enable);
66 static void ggl_enable_depth_test(context_t* c, int enable);
67 static void ggl_enable_aa(context_t*
[all...]
H A Draster.cpp32 void ggl_init_raster(context_t* c)
H A Draster.h26 void ggl_init_raster(context_t* c);
H A Dscanline.cpp79 static void init_y(context_t*, int32_t);
80 static void init_y_noop(context_t*, int32_t);
81 static void init_y_packed(context_t*, int32_t);
82 static void init_y_error(context_t*, int32_t);
84 static void step_y__generic(context_t* c);
85 static void step_y__nop(context_t*);
86 static void step_y__smooth(context_t* c);
87 static void step_y__tmu(context_t* c);
88 static void step_y__w(context_t* c);
90 static void scanline(context_t*
[all...]
H A Dscanline.h26 void ggl_init_scanline(context_t* c);
27 void ggl_uninit_scanline(context_t* c);
28 void ggl_pick_scanline(context_t* c);
H A Dtrap.cpp114 void ggl_init_trap(context_t* c)
119 void ggl_state_changed(context_t* c, int flags)
449 static void scanline_set(context_t* c)
471 void (*save_scanline)(context_t*) = c->scanline;
723 context_t* c )
H A Dtrap.h26 void ggl_init_trap(context_t* c);
27 void ggl_state_changed(context_t* c, int flags);
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp62 int GGLAssembler::scanline(const needs_t& needs, context_t const* c)
94 int GGLAssembler::scanline_core(const needs_t& needs, context_t const* c)
H A DGGLAssembler.h186 int scanline(const needs_t& needs, context_t const* c);
187 int scanline_core(const needs_t& needs, context_t const* c);
340 context_t const* c;
429 void decodeTMUNeeds(const needs_t& needs, context_t const* c);
H A Dtexturing.cpp45 context_t const* c = mBuilderContext.c;
266 void GGLAssembler::decodeTMUNeeds(const needs_t& needs, context_t const* c)
329 context_t const* c = mBuilderContext.c;
407 context_t const* c = mBuilderContext.c;
/system/core/libpixelflinger/tests/codegen/
H A Dcodegen.cpp56 int err = assembler.scanline(needs, (context_t*)c);

Completed in 1698 milliseconds