Home
last modified time | relevance | path

Searched defs:getAPI (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/egl/
DtcuEgl.hpp142 EGLenum getAPI (void) const { return m_api; } in getAPI() function in tcu::egl::Context
/external/deqp/framework/opengl/
DgluRenderContext.hpp143 …ApiType getAPI (void) const { return ApiType::fromBits(m_bits & ((1u<<TOTAL_API_BITS)-1u)); … in getAPI() function in glu::ContextType