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

/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.cpp225 const glw::GLvoid* m_source_data; member in struct:gl3cts::TextureSwizzle::_texture_format
1381 const glw::GLubyte* ptr = (const glw::GLubyte*)format.m_source_data;
1396 const glw::GLushort* ptr = (const glw::GLushort*)format.m_source_data;
1411 const glw::GLushort* ptr = (const glw::GLushort*)format.m_source_data;
1429 const glw::GLushort* ptr = (const glw::GLushort*)format.m_source_data;
1447 const glw::GLuint* ptr = (const glw::GLuint*)format.m_source_data;
1486 const glw::GLbyte* ptr = (const glw::GLbyte*)format.m_source_data;
1500 const glw::GLubyte* ptr = (const glw::GLubyte*)format.m_source_data;
1514 const glw::GLshort* ptr = (const glw::GLshort*)format.m_source_data;
1528 const glw::GLushort* ptr = (const glw::GLushort*)format.m_source_data;
[all...]
/external/deqp/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.hpp520 static const glw::GLfloat m_source_data[4]; member in class:deqp::RobustBufferAccessBehavior::StorageBufferTest
H A DglcRobustBufferAccessBehaviorTests.cpp3286 const GLfloat StorageBufferTest::m_source_data[4] = { 2.0f, 3.0f, 4.0f, 5.0f }; member in class:deqp::RobustBufferAccessBehavior::StorageBufferTest
3340 source_buffer.InitData(GL_SHADER_STORAGE_BUFFER, GL_DYNAMIC_COPY, sizeof(m_source_data), m_source_data);
3491 if (buffer_data[b] == m_source_data[c])
3530 if (buffer_data[b] == m_source_data[c])

Completed in 111 milliseconds