Home | History | Annotate | Download | only in glshared

Lines Matching defs:TargetType

216 	enum TargetType
224 BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType);
234 const TargetType m_targetType;
240 BeforeDrawValidator::BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType)
243 , m_targetType (targetType)
246 DE_ASSERT(targetType < TARGETTYPE_LAST);