Searched defs:newCtx (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/ucnv/
H A Dflagcb.c156 debugCBContext *newCtx; local
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;
/external/icu/icu4c/source/samples/ucnv/
H A Dflagcb.c156 debugCBContext *newCtx; local
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;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcontext.c1411 * \param newCtx the new GL context. If NULL then there will be no current GL
1417 _mesa_make_current( struct gl_context *newCtx, argument
1424 _mesa_debug(newCtx, "_mesa_make_current()\n");
1428 if (newCtx && drawBuffer && newCtx->WinSysDrawBuffer != drawBuffer) {
1429 if (!check_compatible(newCtx, drawBuffer)) {
1430 _mesa_warning(newCtx,
1435 if (newCtx && readBuffer && newCtx->WinSysReadBuffer != readBuffer) {
1436 if (!check_compatible(newCtx, readBuffe
[all...]
/external/mesa3d/src/mesa/main/
H A Dcontext.c1411 * \param newCtx the new GL context. If NULL then there will be no current GL
1417 _mesa_make_current( struct gl_context *newCtx, argument
1424 _mesa_debug(newCtx, "_mesa_make_current()\n");
1428 if (newCtx && drawBuffer && newCtx->WinSysDrawBuffer != drawBuffer) {
1429 if (!check_compatible(newCtx, drawBuffer)) {
1430 _mesa_warning(newCtx,
1435 if (newCtx && readBuffer && newCtx->WinSysReadBuffer != readBuffer) {
1436 if (!check_compatible(newCtx, readBuffe
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccapitst.c1347 TSCCContext *newCtx = (TSCCContext *)malloc(sizeof(TSCCContext)); local
1349 newCtx->serial = TSCC_nextSerial();
1350 newCtx->wasClosed = 0;
1351 newCtx->magic = 0xC0FFEE;
1353 log_verbose("TSCC_clone: %p:%d -> new context %p:%d\n", ctx, ctx->serial, newCtx, newCtx->serial);
1355 return newCtx;
1379 TSCCContext *newCtx; local
1385 newCtx = TSCC_clone(ctx);
1387 if(newCtx
1425 TSCCContext *newCtx; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c1351 TSCCContext *newCtx = (TSCCContext *)malloc(sizeof(TSCCContext)); local
1353 newCtx->serial = TSCC_nextSerial();
1354 newCtx->wasClosed = 0;
1355 newCtx->magic = 0xC0FFEE;
1357 log_verbose("TSCC_clone: %p:%d -> new context %p:%d\n", ctx, ctx->serial, newCtx, newCtx->serial);
1359 return newCtx;
1383 TSCCContext *newCtx; local
1389 newCtx = TSCC_clone(ctx);
1391 if(newCtx
1429 TSCCContext *newCtx; local
[all...]

Completed in 541 milliseconds