Searched refs:GGLSurface (Results 1 - 6 of 6) sorted by relevance

/system/core/libpixelflinger/
H A Dbuffer.h28 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src);
H A Dpixelflinger.cpp93 static void ggl_bindTexture(void* con, const GGLSurface* surface)
102 static void ggl_bindTextureLod(void* con, GGLuint tmu,const GGLSurface* surface)
109 static void ggl_colorBuffer(void* con, const GGLSurface* surface)
129 static void ggl_readBuffer(void* con, const GGLSurface* surface)
135 static void ggl_depthBuffer(void* con, const GGLSurface* surface)
H A Draster.cpp156 const GGLSurface& cbSurface = c->state.buffers.color.s;
H A Dbuffer.cpp58 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src)
/system/core/include/pixelflinger/
H A Dpixelflinger.h188 GGLsizei version; // always set to sizeof(GGLSurface)
201 } GGLSurface; typedef in typeref:struct:__anon318
218 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/include/private/pixelflinger/
H A Dggl_context.h110 // To maintain 8-bits color chanels, with a maximum GGLSurface
343 GGLSurface s;

Completed in 328 milliseconds