Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.hpp532 static const glw::GLfloat m_source_data[4]; member in glcts::RobustBufferAccessBehavior::StorageBufferTest
H A DglcRobustBufferAccessBehaviorTests.cpp3186 const GLfloat StorageBufferTest::m_source_data[4] = { 2.0f, 3.0f, 4.0f, 5.0f }; member in glcts::RobustBufferAccessBehavior::StorageBufferTest
3236 source_buffer.InitData(GL_SHADER_STORAGE_BUFFER, GL_DYNAMIC_COPY, sizeof(m_source_data), m_source_data); in iterate()
3379 if (buffer_data[b] == m_source_data[c]) in verifyResults()
3418 if (buffer_data[b] == m_source_data[c]) in verifyResults()

Completed in 9 milliseconds