Home
last modified time | relevance | path

Searched refs:GGLSurface (Results 1 – 5 of 5) sorted by relevance

/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h201 } GGLSurface; typedef
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/libpixelflinger/
Dbuffer.h28 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src);
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()
Dbuffer.cpp60 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src) in ggl_set_surface()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h343 GGLSurface s;