Searched refs:goku_data (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.cpp | 8227 static const GLfloat goku_data[4] = { 1.0f, 0.0f, 0.0f, 0.0f }; in prepareUniforms() local 8235 m_goku_buffer.update(sizeof(goku_data), (GLvoid*)goku_data, GL_STATIC_DRAW); in prepareUniforms() 8239 m_goku_buffer.bindRange(0 /* index */, 0 /* offset */, sizeof(goku_data)); in prepareUniforms() 8527 static const GLfloat goku_data[8] = { 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f }; in prepareUniforms() local 8531 m_goku_buffer.update(sizeof(goku_data), (GLvoid*)goku_data, GL_STATIC_DRAW); in prepareUniforms() 8533 m_goku_buffer.bindRange(0 /* index */, 0 /* offset */, sizeof(goku_data)); in prepareUniforms() 8805 static const GLfloat goku_data[][8] = { in prepareUniforms() local 8825 buffers[i]->update(sizeof(GLfloat) * 8, (GLvoid*)goku_data[i], GL_STATIC_DRAW); in prepareUniforms() 9342 static const GLfloat goku_data[8] = { 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f }; in prepareUniforms() local 9371 m_goku_buffer.update(sizeof(GLfloat) * 8, (GLvoid*)goku_data, GL_STATIC_DRAW); in prepareUniforms() [all …]
|
D | gl4cEnhancedLayoutsTests.cpp | 22843 const std::vector<GLubyte>& goku_data = type.GenerateData(); in test() local 22857 memcpy(&uniform.m_initial_data[0] + 2 * type_size, &goku_data[0], type_size); in test() 23091 const std::vector<GLubyte>& goku_data = type.GenerateData(); in test() local 23102 memcpy(&uniform.m_initial_data[0] + 0, &goku_data[0], type_size); in test() 23128 memcpy(&xfb_1.m_expected_data[0] + 48, &goku_data[0], type_size); in test() 26318 const std::vector<GLubyte>& goku_data = type.GenerateData(); in test() local 26332 memcpy(&uniform.m_initial_data[0] + 0 * type_size, &goku_data[0], type_size); in test() 26352 …memcpy(&xfb.m_expected_data[0] + 2 * type_size + 0 * comp_size, &goku_data[0] + 0 * comp_size, com… in test() 26353 …memcpy(&xfb.m_expected_data[0] + 2 * type_size + 2 * comp_size, &goku_data[0] + 2 * comp_size, com… in test()
|