Searched defs:getAPI (Results 1 – 2 of 2) sorted by relevance
142 EGLenum getAPI (void) const { return m_api; } in getAPI() function in tcu::egl::Context
143 …ApiType getAPI (void) const { return ApiType::fromBits(m_bits & ((1u<<TOTAL_API_BITS)-1u)); … in getAPI() function in glu::ContextType