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

/external/deqp/framework/opengl/
H A DgluRenderContext.hpp49 PROFILE_ES = 0, //!< OpenGL ES enumerator in enum:glu::Profile
84 static ApiType es (int major, int minor) { return ApiType(major, minor, PROFILE_ES); }
183 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_ES; }

Completed in 948 milliseconds