Home
last modified time | relevance | path

Searched refs:vertices2 (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/tests/graw/
H A Dtex-srgb.c37 static struct vertex vertices2[] = variable
137 set_vertices(vertices2, 4); in draw()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DBufferSubData.cpp73 static GLfloat vertices2[] = { in GetFloatData() local
88 return vertices2; in GetFloatData()
H A DMapBufferRange.cpp80 static GLfloat vertices2[] = { in GetFloatData() local
95 return vertices2; in GetFloatData()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureFilterAnisotropicTests.cpp610 const GLfloat vertices2[] = { -1.0f, 0.0f, -0.5f, 0.0f, 0.0f, -4.0f, 4.0f, -2.0f, 0.0f, 1.0f, in drawTexture() local
677 deMemcpy((void*)vboData.data(), (void*)vertices2, sizeof(vertices2)); in drawTexture()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultisampleTest.cpp357 const Vector3 vertices2[2] = {{-1.0f, -0.3f, 0.0f}, {1.0f, 0.3f, 0.0f}}; in TEST_P() local
359 prepareVertexBuffer(vertexBuffer2, vertices2, 2, positionLocation); in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp1187 const tcu::Vec4 vertices2[] = in testSemaphores() local
1199 testContext2.vertices = vertices2; in testSemaphores()
1200 testContext2.numVertices = DE_LENGTH_OF_ARRAY(vertices2); in testSemaphores()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp1188 const tcu::Vec4 vertices2[] = in testSemaphores() local
1200 testContext2.vertices = vertices2; in testSemaphores()
1201 testContext2.numVertices = DE_LENGTH_OF_ARRAY(vertices2); in testSemaphores()
/third_party/python/Lib/test/
H A Dtest_set.py2084 vertices2 = set(v for edges in g.values() for v in edges)
2085 self.assertEqual(vertices1, vertices2) # edge vertices in original set

Completed in 16 milliseconds