HomeSort by relevance Sort by last modified time
    Searched defs:getAPI (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/egl/
tcuEgl.hpp 142 EGLenum getAPI (void) const { return m_api; }
  /external/deqp/framework/opengl/
gluRenderContext.hpp 143 ApiType getAPI (void) const { return ApiType::fromBits(m_bits & ((1u<<TOTAL_API_BITS)-1u)); }
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 65 milliseconds