Home
last modified time | relevance | path

Searched refs:m_xfb_bo1_double_size (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp3145 unsigned int m_xfb_bo1_double_size; member in VertexAttrib64Bit::VAOTest
3215 , m_xfb_bo1_double_size(0) in VAOTest()
3612 m_xfb_bo1_double_size = sizeof(double); in initProgramObject()
3613 m_xfb_bo1_int_offset = m_xfb_bo1_double_offset + m_xfb_bo1_double_size; in initProgramObject()
3623 …m_xfb_total_size = m_xfb_bo1_dmat3_size + m_xfb_bo1_double_size + m_xfb_bo1_int_size + m_xfb_bo1_d… in initProgramObject()
3963 if (memcmp(in_double_data_ptr, xfb_double_data_ptr, m_xfb_bo1_double_size) != 0) in verifyXFBData()