Searched refs:vertices2 (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | tex-srgb.c | 37 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 D | BufferSubData.cpp | 73 static GLfloat vertices2[] = { in GetFloatData() local 88 return vertices2; in GetFloatData()
|
H A D | MapBufferRange.cpp | 80 static GLfloat vertices2[] = { in GetFloatData() local 95 return vertices2; in GetFloatData()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureFilterAnisotropicTests.cpp | 610 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 D | MultisampleTest.cpp | 357 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 D | vktSynchronizationSmokeTests.cpp | 1187 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 D | vktSynchronizationSmokeTests.cpp | 1188 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 D | test_set.py | 2084 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