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

  /external/icu4c/test/cintltst/
hpmufn.c 86 const void *gContext;
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, myMutexInit, myMutexDestroy, NULL, myMutexUnlock, &status)
    [all...]
  /external/skia/gpu/src/
app-android.cpp 250 static GrContext* gContext;
256 if (NULL == gContext) {
258 gContext = make_context();
260 SkDebugf("------ gContext refcnt=%d\n", gContext->refcnt());
261 gContext->abandonAllTextures();
262 gContext->unref();
263 gContext = make_context();
268 if (NULL == gContext) {
269 gContext = make_context()
    [all...]

Completed in 65 milliseconds