Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp21812 const std::vector<GLubyte>& goten_data = vec4.GenerateDataPacked(); in test() local
21818 memcpy(&uniform.m_initial_data[0] + vec4_size, &goten_data[0], vec4_size); in test()
21833 memcpy(&xfb.m_expected_data[0] + vec4_size, &goten_data[0], vec4_size); in test()
23093 const std::vector<GLubyte>& goten_data = type.GenerateData(); in test() local
23104 memcpy(&uniform.m_initial_data[0] + 2 * type_size, &goten_data[0], type_size); in test()
23130 memcpy(&xfb_1.m_expected_data[0] + 16, &goten_data[0], type_size); in test()
24174 const std::vector<GLubyte>& goten_data = type.GenerateData(); in test() local
24194 memcpy(&uniform.m_initial_data[0] + 5 * type_size, &goten_data[0], type_size); in test()
25950 const std::vector<GLubyte>& goten_data = type.GenerateData(); in test() local
25957 memcpy(&uniform.m_initial_data[0] + type_size, &goten_data[0], type_size); in test()
[all …]
Dgl4cShadingLanguage420PackTests.cpp16543 static const GLfloat goten_data[8] = { 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f }; in prepareUniforms() local
16558 program.uniform("goten", Utils::FLOAT, 2 /* n_cols */, 4 /* n_rows */, goten_data); in prepareUniforms()