Searched refs:m_core (Results 1 – 5 of 5) sorted by relevance
333 return m_core >= eCore_arm_generic && m_core < kNumCores; in IsValid()413 Core GetCore() const { return m_core; } in GetCore()515 Core m_core = kCore_invalid; variable
427 : m_core (core) in Context()554 const Functions& wgl = m_core->getLibrary()->getFunctions(); in ~Context()565 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name); in getGLFunction()569 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name); in getGLFunction()576 const Functions& wgl = m_core->getLibrary()->getFunctions(); in makeCurrent()583 const Functions& wgl = m_core->getLibrary()->getFunctions(); in swapBuffers()
222 const Core* m_core; member in tcu::wgl::Context
519 m_core = kCore_invalid; in Clear()529 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetArchitectureName()577 switch (m_core) { in GetClangTargetCPU()626 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetMachOCPUType()638 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetMachOCPUSubType()658 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetMachine()674 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetAddressByteSize()688 const CoreDefinition *core_def = FindCoreDefinition(m_core); in GetDefaultEndian()825 m_core = other.GetCore(); in MergeFrom()835 m_core = kCore_invalid; in SetArchitecture()[all …]
262 this->m_core = ArchSpec::eCore_uknownMach64; in TEST()