HomeSort by relevance Sort by last modified time
    Searched refs:pSurface (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/minui/
resources.c 44 int res_create_surface(const char* name, gr_surface* pSurface) {
52 *pSurface = NULL;
160 *pSurface = (gr_surface) surface;
177 GGLSurface* pSurface = (GGLSurface*) surface;
178 if (pSurface) {
179 free(pSurface);
minui.h 73 int res_create_surface(const char* name, gr_surface* pSurface);

Completed in 31 milliseconds