HomeSort by relevance Sort by last modified time
    Searched refs:m_normalize (Results 1 - 3 of 3) sorted by null

  /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 906 bool getNormalized (void) const { return m_normalize; }
923 bool m_normalize; member in class:deqp::gls::__anon17489::AttributeArray
943 , m_normalize (false)
    [all...]

Completed in 188 milliseconds