Home
last modified time | relevance | path

Searched refs:trunks_data (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp10192 static const GLuint trunks_data = 0x00ff0000; in prepareUniforms() local
10196 prepareTexture(m_trunks_texture, m_test_case, trunks_data); in prepareUniforms()
16547 static const GLfloat trunks_data[3] = { 0.5f, 0.5f, 0.0f }; in prepareUniforms() local
16560 program.uniform("trunks", Utils::FLOAT, 1 /* n_cols */, 3 /* n_rows */, trunks_data); in prepareUniforms()
Dgl4cEnhancedLayoutsTests.cpp22842 const std::vector<GLubyte>& trunks_data = type.GenerateData(); in test() local
22856 memcpy(&uniform.m_initial_data[0] + type_size, &trunks_data[0], type_size); in test()
24171 const std::vector<GLubyte>& trunks_data = type.GenerateData(); in test() local
24191 memcpy(&uniform.m_initial_data[0] + 2 * type_size, &trunks_data[0], type_size); in test()
26323 const std::vector<GLubyte>& trunks_data = type.GenerateData(); in test() local
26337 memcpy(&uniform.m_initial_data[0] + 5 * type_size, &trunks_data[0], type_size); in test()
26371 …memcpy(&xfb.m_expected_data[0] + 6 * type_size + 1 * comp_size, &trunks_data[0] + 1 * comp_size, c… in test()