Searched refs:gContext (Results 1 - 3 of 3) sorted by relevance

/external/chromium/third_party/icu/source/test/cintltst/
H A Dhpmufn.c86 const void *gContext; variable
138 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status);
146 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status);
149 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status);
152 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, NULL, &status);
159 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status);
282 u_setMutexFunctions(&gContext, myMutexInit, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
290 u_setMutexFunctions(&gContext, NULL, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
293 u_setMutexFunctions(&gContext, myMutexInit, NULL, myMutexLock, myMutexUnlock, &status);
296 u_setMutexFunctions(&gContext, myMutexIni
[all...]
/external/icu4c/test/cintltst/
H A Dhpmufn.c86 const void *gContext; variable
138 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status);
146 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status);
149 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status);
152 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, NULL, &status);
159 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status);
282 u_setMutexFunctions(&gContext, myMutexInit, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
290 u_setMutexFunctions(&gContext, NULL, myMutexDestroy, myMutexLock, myMutexUnlock, &status);
293 u_setMutexFunctions(&gContext, myMutexInit, NULL, myMutexLock, myMutexUnlock, &status);
296 u_setMutexFunctions(&gContext, myMutexIni
[all...]
/external/quake/standalone/
H A Dmain.cpp21 static EGLContext gContext; variable
205 gContext = eglCreateContext(gDisplay, config, NULL, NULL);
207 eglMakeCurrent(gDisplay, gSurface, gSurface, gContext);

Completed in 91 milliseconds