/external/deqp/modules/glshared/ |
glsVertexArrayTests.hpp | 186 virtual bool getNormalized (void) const { return m_normalize; } 211 bool m_normalize; member in class:deqp::gls::ContextArray
|
glsVertexArrayTests.cpp | 460 , m_normalize (false) 539 m_normalize = normalized; 569 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset)); 586 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset)); 604 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset); 621 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset); [all...] |
glsDrawTest.cpp | 907 bool getNormalized (void) const { return m_normalize; } 924 bool m_normalize; member in class:deqp::gls::__anon11326::AttributeArray 944 , m_normalize (false) [all...] |