Home
last modified time | relevance | path

Searched refs:s_indices (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.cpp59 static const deUint16 s_indices[] = { 0, 1, 2, 2, 1, 3 }; member
718 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0]));
1046 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0]));
1223 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0]));
1356 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0]));
1583 gl.drawElements(GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, s_indices);
[all...]
H A 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()
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibraryCase.cpp938 static const deUint16 s_indices[2*3] =
1323 (pr::Patches(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0])) :
1324 (pr::Triangles(DE_LENGTH_OF_ARRAY(s_indices), &s_indices[0])),
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1354 const deUint16 s_indices[] = in ShaderCaseInstance() local
1361 DE_STATIC_ASSERT(sizeof(s_indices) == INDICES_SIZE); in ShaderCaseInstance()
1364 deMemcpy((deUint8*)m_posNdxMem->getHostPtr() + INDICES_OFFSET, &s_indices[0], sizeof(s_indices)); in ShaderCaseInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp1354 const deUint16 s_indices[] = in ShaderCaseInstance() local
1361 DE_STATIC_ASSERT(sizeof(s_indices) == INDICES_SIZE); in ShaderCaseInstance()
1364 deMemcpy((deUint8*)m_posNdxMem->getHostPtr() + INDICES_OFFSET, &s_indices[0], sizeof(s_indices)); in ShaderCaseInstance()

Completed in 20 milliseconds