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

/external/deqp/framework/egl/
H A DtcuEgl.hpp142 EGLenum getAPI (void) const { return m_api; } function in class:tcu::egl::Context
/external/deqp/framework/opengl/
H A DgluRenderContext.hpp143 ApiType getAPI (void) const { return ApiType::fromBits(m_bits & ((1u<<TOTAL_API_BITS)-1u)); } function in class:glu::ContextType
183 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_ES; }
184 inline bool isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFILE_CORE; }
185 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == PROFILE_COMPATIBILITY; }

Completed in 608 milliseconds