Home
last modified time | relevance | path

Searched refs:RawContext (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/platform/ios/
DtcuIOSPlatform.hh84 class RawContext : public glu::RenderContext class
87 RawContext (glu::ContextType type);
88 virtual ~RawContext (void);
106 class ScreenContext : public RawContext
DtcuIOSPlatform.mm76 RawContext* rawContext = new RawContext(config.type);
105 // RawContext
117 RawContext::RawContext (glu::ContextType type)
150 RawContext::~RawContext (void)
158 void RawContext::postIterate (void)
187 : RawContext (config.type)
/external/google-breakpad/src/processor/
Dcfi_frame_info_unittest.cc455 struct RawContext { struct
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 },
/external/llvm-project/llvm/include/llvm/ProfileData/
DSampleProf.h356 RawContext = 0x1, // Full context profile from input profile
444 State = RawContext;
/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp155 SampleContext FContext(Ret.first->first(), RawContext); in getFunctionProfileForContext()
/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleContextTracker.cpp179 SampleContext Context(FuncSample.first(), RawContext); in SampleContextTracker()