Searched refs:GGLSurface (Results 1 – 5 of 5) sorted by relevance
/system/core/libpixelflinger/include/pixelflinger/ |
D | pixelflinger.h | 201 } 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/ |
D | buffer.h | 28 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src);
|
D | pixelflinger.cpp | 93 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()
|
D | buffer.cpp | 60 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src) in ggl_set_surface()
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
D | ggl_context.h | 343 GGLSurface s;
|