Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp59 static const deUint16 s_indices[] = { 0, 1, 2, 2, 1, 3 }; variable
718 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0])); in iterate()
1046 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0])); in iterate()
1223 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0])); in iterate()
1356 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0])); in iterate()
1583 gl.drawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, s_indices); in iterate()
1795 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0])); in iterate()
DglcShaderLibraryCase.cpp288 static const deUint16 s_indices[2 * 3] = { 0, 1, 2, 1, 3, 2 }; in execute() local
468 pr::Triangles(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0])); in execute()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp915 static const deUint16 s_indices[2*3] = in execute() local
1307 (pr::Patches(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0])) : in execute()
1308 (pr::Triangles(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0])), in execute()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp1365 const deUint16 s_indices[] = in ShaderCaseInstance() local
1372 DE_STATIC_ASSERT(sizeof(s_indices) == INDICES_SIZE); in ShaderCaseInstance()
1375 …deMemcpy((deUint8*)m_posNdxMem->getHostPtr() + INDICES_OFFSET, &s_indices[0], sizeof(s_indices)); in ShaderCaseInstance()