Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.cpp225 const glw::GLvoid *m_source_data; member
1388 const glw::GLubyte *ptr = (const glw::GLubyte *)format.m_source_data; in calculate_values_from_source()
1403 const glw::GLushort *ptr = (const glw::GLushort *)format.m_source_data; in calculate_values_from_source()
1418 const glw::GLushort *ptr = (const glw::GLushort *)format.m_source_data; in calculate_values_from_source()
1436 const glw::GLushort *ptr = (const glw::GLushort *)format.m_source_data; in calculate_values_from_source()
1454 const glw::GLuint *ptr = (const glw::GLuint *)format.m_source_data; in calculate_values_from_source()
1493 const glw::GLbyte *ptr = (const glw::GLbyte *)format.m_source_data; in calculate_values_from_source()
1507 const glw::GLubyte *ptr = (const glw::GLubyte *)format.m_source_data; in calculate_values_from_source()
1521 const glw::GLshort *ptr = (const glw::GLshort *)format.m_source_data; in calculate_values_from_source()
1535 const glw::GLushort *ptr = (const glw::GLushort *)format.m_source_data; in calculate_values_from_source()
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp3193 const GLfloat StorageBufferTest::m_source_data[4] = {2.0f, 3.0f, 4.0f, 5.0f}; member in glcts::RobustBufferAccessBehavior::StorageBufferTest
3242 …e_buffer.InitData(GL_SHADER_STORAGE_BUFFER, GL_DYNAMIC_COPY, sizeof(m_source_data), m_source_data); in iterate()
3385 if (buffer_data[b] == m_source_data[c]) in verifyResults()
3424 if (buffer_data[b] == m_source_data[c]) in verifyResults()
H A DglcRobustBufferAccessBehaviorTests.hpp532 static const glw::GLfloat m_source_data[4]; member in glcts::RobustBufferAccessBehavior::StorageBufferTest