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

/external/deqp/framework/opengl/
H A DgluRenderContext.hpp70 class ApiType class in namespace:glu
73 ApiType (void) : m_bits(pack(0, 0, PROFILE_LAST)) {} function in class:glu::ApiType
74 ApiType (int major, int minor, Profile profile) : m_bits(pack(major, minor, profile)) {} function in class:glu::ApiType
80 bool operator== (ApiType other) const { return m_bits == other.m_bits; }
81 bool operator!= (ApiType other) const { return m_bits != other.m_bits; }
86 static ApiType es (int major, int minor) { return ApiType(major, minor, PROFILE_ES); }
87 static ApiType core (int major, int minor) { return ApiType(major, minor, PROFILE_CORE); }
88 static ApiType compatibilit
91 ApiType (deUint32 bits) : m_bits(bits) {} function in class:glu::ApiType
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2972 milliseconds