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

  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
swapcontext_test.cc 16 ucontext_t child_context; variable
42 if (swapcontext(&child_context, &orig_context) < 0) {
52 getcontext(&child_context);
53 child_context.uc_stack.ss_sp = child_stack;
54 child_context.uc_stack.ss_size = kStackSize / 2;
56 child_context.uc_link = &orig_context;
58 makecontext(&child_context, (void (*)())Child, 1, mode);
59 if (swapcontext(&orig_context, &child_context) < 0) {
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 606 ResourceProviderContext* child_context = local
611 child_context->bindTexture(GL_TEXTURE_2D, lock.texture_id());
612 child_context->GetPixels(size, format, result);
618 child_context->bindTexture(GL_TEXTURE_2D, lock.texture_id());
619 child_context->GetPixels(size, format, result);
    [all...]

Completed in 4599 milliseconds