Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp225 const glw::GLvoid* m_source_data; member
1381 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 …]
/external/deqp/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.hpp532 static const glw::GLfloat m_source_data[4]; member in glcts::RobustBufferAccessBehavior::StorageBufferTest
DglcRobustBufferAccessBehaviorTests.cpp3191 const GLfloat StorageBufferTest::m_source_data[4] = { 2.0f, 3.0f, 4.0f, 5.0f }; member in glcts::RobustBufferAccessBehavior::StorageBufferTest
3241 …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()