Searched refs:m_source_data (Results 1 – 3 of 3) sorted by relevance
225 const glw::GLvoid* m_source_data; member1381 const glw::GLubyte* ptr = (const glw::GLubyte*)format.m_source_data; in calculate_values_from_source()1396 const glw::GLushort* ptr = (const glw::GLushort*)format.m_source_data; in calculate_values_from_source()1411 const glw::GLushort* ptr = (const glw::GLushort*)format.m_source_data; in calculate_values_from_source()1429 const glw::GLushort* ptr = (const glw::GLushort*)format.m_source_data; in calculate_values_from_source()1447 const glw::GLuint* ptr = (const glw::GLuint*)format.m_source_data; in calculate_values_from_source()1486 const glw::GLbyte* ptr = (const glw::GLbyte*)format.m_source_data; in calculate_values_from_source()1500 const glw::GLubyte* ptr = (const glw::GLubyte*)format.m_source_data; in calculate_values_from_source()1514 const glw::GLshort* ptr = (const glw::GLshort*)format.m_source_data; in calculate_values_from_source()1528 const glw::GLushort* ptr = (const glw::GLushort*)format.m_source_data; in calculate_values_from_source()[all …]
532 static const glw::GLfloat m_source_data[4]; member in glcts::RobustBufferAccessBehavior::StorageBufferTest
3191 const GLfloat StorageBufferTest::m_source_data[4] = { 2.0f, 3.0f, 4.0f, 5.0f }; member in glcts::RobustBufferAccessBehavior::StorageBufferTest3241 …e_buffer.InitData(GL_SHADER_STORAGE_BUFFER, GL_DYNAMIC_COPY, sizeof(m_source_data), m_source_data); in iterate()3384 if (buffer_data[b] == m_source_data[c]) in verifyResults()3423 if (buffer_data[b] == m_source_data[c]) in verifyResults()