Home | History | Annotate | Download | only in glshared

Lines Matching refs:TargetType

607 	enum TargetType
615 BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType);
625 const TargetType m_targetType;
631 BeforeDrawValidator::BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType)
634 , m_targetType (targetType)
637 DE_ASSERT(targetType < TARGETTYPE_LAST);