Searched refs:GGLsizei (Results 1 – 5 of 5) sorted by relevance
/system/core/libpixelflinger/ |
D | raster.h | 28 void gglCopyPixels(void* c, GGLint x, GGLint y, GGLsizei width, GGLsizei height, GGLenum type);
|
D | raster.cpp | 30 GGLsizei width, GGLsizei height, GGLenum type); 54 GGLsizei width, GGLsizei height, GGLenum /*type*/) in ggl_copyPixels()
|
D | pixelflinger.cpp | 147 GGLsizei width, GGLsizei height) in ggl_scissor()
|
/system/core/libpixelflinger/include/pixelflinger/ |
D | pixelflinger.h | 30 typedef ssize_t GGLsizei; // i typedef 188 GGLsizei version; // always set to sizeof(GGLSurface) 214 void (*scissor)(void* c, GGLint x, GGLint y, GGLsizei width, GGLsizei height); 303 GGLsizei width, GGLsizei height, GGLenum type);
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
D | ggl_context.h | 347 GGLsizei reserved;
|