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

  /external/icu4c/samples/ucnv/
flagcb.c 156 debugCBContext *newCtx;
157 newCtx = malloc(sizeof(debugCBContext));
159 newCtx->serial = debugCB_nextSerial();
160 newCtx->magic = 0xC0FFEE;
162 newCtx->subCallback = ctx->subCallback;
163 newCtx->subContext = ctx->subContext;
166 printf("debugCB_clone: %p:%d -> new context %p:%d\n", ctx, ctx->serial, newCtx, newCtx->serial);
169 return newCtx;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 696 ContextPtr newCtx = ctx;
698 if (newCtx.Ptr() && prevCtx.Ptr()) {
699 if (newCtx.Ptr() == prevCtx.Ptr()) {
739 if(!EglOS::makeCurrent(dpy->nativeType(),newReadPtr,newDrawPtr,newCtx->nativeType())) {
745 thread->updateInfo(newCtx,dpy,newCtx->getGlesContext(),newCtx->getShareGroup(),dpy->getManager(newCtx->version()));
746 newCtx->setSurfaces(newReadSrfc,newDrawSrfc);
747 g_eglInfo->getIface(newCtx->version())->initContext(newCtx->getGlesContext(),newCtx->getShareGroup())
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]

Completed in 174 milliseconds