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

  /external/deqp/framework/platform/ios/
tcuIOSPlatform.hh 84 class RawContext : public glu::RenderContext
87 RawContext (glu::ContextType type);
88 virtual ~RawContext (void);
106 class ScreenContext : public RawContext
tcuIOSPlatform.mm 76 RawContext* rawContext = new RawContext(config.type);
81 return new glu::FboRenderContext(rawContext, config);
89 delete rawContext;
105 // RawContext
117 RawContext::RawContext (glu::ContextType type)
150 RawContext::~RawContext (void
    [all...]
  /external/google-breakpad/src/processor/
cfi_frame_info_unittest.cc 455 struct RawContext {
467 typedef SimpleCFIWalker<uint64_t, RawContext> CFIWalker;
477 RawContext callee_context, caller_context;
482 { "r0", NULL, true, R0_VALID, &RawContext::r0 },
483 { "r1", NULL, true, R1_VALID, &RawContext::r1 },
484 { "r2", NULL, false, R2_VALID, &RawContext::r2 },
485 { "r3", NULL, false, R3_VALID, &RawContext::r3 },
486 { "r4", NULL, true, R4_VALID, &RawContext::r4 },
487 { "sp", ".cfa", true, SP_VALID, &RawContext::sp },
488 { "pc", ".ra", true, PC_VALID, &RawContext::pc }
    [all...]

Completed in 110 milliseconds