Searched refs:gohan_data (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 21811 const std::vector<GLubyte>& gohan_data = vec4.GenerateDataPacked(); in test() local 21817 memcpy(&uniform.m_initial_data[0] + 0, &gohan_data[0], vec4_size); in test() 21832 memcpy(&xfb.m_expected_data[0] + 0, &gohan_data[0], vec4_size); in test() 23092 const std::vector<GLubyte>& gohan_data = type.GenerateData(); in test() local 23103 memcpy(&uniform.m_initial_data[0] + type_size, &gohan_data[0], type_size); in test() 23129 memcpy(&xfb_1.m_expected_data[0] + 32, &gohan_data[0], type_size); in test() 24173 const std::vector<GLubyte>& gohan_data = type.GenerateData(); in test() local 24193 memcpy(&uniform.m_initial_data[0] + 4 * type_size, &gohan_data[0], type_size); in test() 25949 const std::vector<GLubyte>& gohan_data = type.GenerateData(); in test() local 25952 const GLuint type_size = static_cast<GLuint>(gohan_data.size()); in test() [all …]
|
D | gl4cShadingLanguage420PackTests.cpp | 16540 static const GLfloat gohan_data[12] = { 0.125f, 0.125f, 0.125f, 0.125f, 0.125f, 0.125f, in prepareUniforms() local 16557 program.uniform("gohan", Utils::FLOAT, 4 /* n_cols */, 3 /* n_rows */, gohan_data); in prepareUniforms()
|