Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp19136 const GLuint goten_offset = chichi_offset + type_size; in test() local
19137 const GLuint gohan_offset = goten_offset + type_size; in test()
19166 0u /* n_array_elements */, 0u /* stride */, goten_offset /* offset */, in test()
21926 GLint goten_offset = 0; in test() local
21930 program.GetResource(GL_TRANSFORM_FEEDBACK_VARYING, goten_id, GL_OFFSET, 1, &goten_offset); in test()
21934 if ((0 != gohan_offset) || (16 != goten_offset) || (32 != chichi_offset)) in test()
21936 …out_stream << "Got wrong offset: [" << gohan_offset << ", " << goten_offset << ", " << chichi_offs… in test()