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

  /bootable/recovery/minui/
resources.c 46 int res_create_surface(const char* name, gr_surface* pSurface) {
54 *pSurface = NULL;
166 *pSurface = (gr_surface) surface;
199 int res_create_localized_surface(const char* name, gr_surface* pSurface) {
207 *pSurface = NULL;
295 *pSurface = (gr_surface) surface;
320 GGLSurface* pSurface = (GGLSurface*) surface;
321 if (pSurface) {
322 free(pSurface);
minui.h 74 int res_create_surface(const char* name, gr_surface* pSurface);
75 int res_create_localized_surface(const char* name, gr_surface* pSurface);

Completed in 173 milliseconds