Searched refs:newCtx (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | context.c | 1461 _mesa_make_current( struct gl_context *newCtx, in _mesa_make_current() argument 1468 _mesa_debug(newCtx, "_mesa_make_current()\n"); in _mesa_make_current() 1472 if (newCtx && drawBuffer && newCtx->WinSysDrawBuffer != drawBuffer) { in _mesa_make_current() 1473 if (!check_compatible(newCtx, drawBuffer)) { in _mesa_make_current() 1474 _mesa_warning(newCtx, in _mesa_make_current() 1479 if (newCtx && readBuffer && newCtx->WinSysReadBuffer != readBuffer) { in _mesa_make_current() 1480 if (!check_compatible(newCtx, readBuffer)) { in _mesa_make_current() 1481 _mesa_warning(newCtx, in _mesa_make_current() 1489 curCtx != newCtx && in _mesa_make_current() 1501 if (!newCtx) { in _mesa_make_current() [all …]
|
/third_party/icu/icu4c/source/samples/ucnv/ |
D | flagcb.c | 160 debugCBContext *newCtx; in debugCB_clone() local 161 newCtx = malloc(sizeof(debugCBContext)); in debugCB_clone() 163 newCtx->serial = debugCB_nextSerial(); in debugCB_clone() 164 newCtx->magic = 0xC0FFEE; in debugCB_clone() 166 newCtx->subCallback = ctx->subCallback; in debugCB_clone() 167 newCtx->subContext = ctx->subContext; in debugCB_clone() 170 printf("debugCB_clone: %p:%d -> new context %p:%d\n", ctx, ctx->serial, newCtx, newCtx->serial); in debugCB_clone() 173 return newCtx; in debugCB_clone()
|
/third_party/skia/third_party/externals/icu/source/samples/ucnv/ |
D | flagcb.c | 160 debugCBContext *newCtx; in debugCB_clone() local 161 newCtx = malloc(sizeof(debugCBContext)); in debugCB_clone() 163 newCtx->serial = debugCB_nextSerial(); in debugCB_clone() 164 newCtx->magic = 0xC0FFEE; in debugCB_clone() 166 newCtx->subCallback = ctx->subCallback; in debugCB_clone() 167 newCtx->subContext = ctx->subContext; in debugCB_clone() 170 printf("debugCB_clone: %p:%d -> new context %p:%d\n", ctx, ctx->serial, newCtx, newCtx->serial); in debugCB_clone() 173 return newCtx; in debugCB_clone()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 1357 TSCCContext *newCtx = (TSCCContext *)malloc(sizeof(TSCCContext)); in TSCC_clone() local 1359 newCtx->serial = TSCC_nextSerial(); in TSCC_clone() 1360 newCtx->wasClosed = 0; in TSCC_clone() 1361 newCtx->magic = 0xC0FFEE; in TSCC_clone() 1363 … log_verbose("TSCC_clone: %p:%d -> new context %p:%d\n", ctx, ctx->serial, newCtx, newCtx->serial); in TSCC_clone() 1365 return newCtx; in TSCC_clone() 1394 TSCCContext *newCtx; in TSCC_fromU() local 1400 newCtx = TSCC_clone(ctx); in TSCC_fromU() 1402 if(newCtx == NULL) { in TSCC_fromU() 1408 ucnv_setFromUCallBack(fromUArgs->converter, junkFrom, newCtx, NULL, NULL, &subErr); in TSCC_fromU() [all …]
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 881 EvalContext newCtx (ctx.format, ctx.floatPrecision, in evaluate() local 883 const IVal ret = this->doEvaluate(newCtx); in evaluate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 1382 EvalContext newCtx (ctx.format, ctx.floatPrecision, in evaluate() local 1384 const IVal ret = this->doEvaluate(newCtx); in evaluate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 1382 EvalContext newCtx (ctx.format, ctx.floatPrecision, in evaluate() local 1384 const IVal ret = this->doEvaluate(newCtx); in evaluate()
|