Home | History | Annotate | Download | only in glshared

Lines Matching refs:m_normalize

907 	bool						getNormalized		(void) const { return m_normalize; }
924 bool m_normalize;
944 , m_normalize (false)
1020 m_normalize = normalized;
1098 m_ctx.vertexAttribPointer(loc, size, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + m_offset);
1115 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + m_offset);