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

  /bootable/recovery/minui/
minui.h 51 int res_create_surface(const char* name, gr_surface* pSurface);
resources.c 44 int res_create_surface(const char* name, gr_surface* pSurface) {
153 *pSurface = (gr_surface) surface;
170 GGLSurface* pSurface = (GGLSurface*) surface;
171 if (pSurface) {
172 free(pSurface);

Completed in 1287 milliseconds