Home
last modified time | relevance | path

Searched refs:m_normalize (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.hpp186 virtual bool getNormalized (void) const { return m_normalize; } in getNormalized()
211 bool m_normalize; member in deqp::gls::ContextArray
H A DglsVertexArrayTests.cpp397 , m_normalize (false) in ContextArray()
476 m_normalize = normalized; in bind()
506 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset)); in glBind()
523 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, (GLvoid*)((GLintptr)m_offset)); in glBind()
541 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset); in glBind()
558 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, m_data + m_offset); in glBind()
H A DglsDrawTest.cpp926 bool getNormalized (void) const { return m_normalize; } in getNormalized()
943 bool m_normalize; member in deqp::gls::__anon30985::AttributeArray
963 , m_normalize (false) in AttributeArray()
1021 m_normalize = normalized; in setupArray()
1099 m_ctx.vertexAttribPointer(loc, size, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + m_offset); in bindAttribute()
1116 m_ctx.vertexAttribPointer(loc, m_componentCount, inputTypeToGL(m_inputType), m_normalize, m_stride, basePtr + m_offset); in bindAttribute()

Completed in 13 milliseconds