Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/tests/graw/
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/
DBufferSubData.cpp73 static GLfloat vertices2[] = { in GetFloatData() local
88 return vertices2; in GetFloatData()
DMapBufferRange.cpp80 static GLfloat vertices2[] = { in GetFloatData() local
95 return vertices2; in GetFloatData()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
DBufferSubData.cpp73 static GLfloat vertices2[] = { in GetFloatData() local
88 return vertices2; in GetFloatData()
/third_party/vk-gl-cts/external/openglcts/modules/common/
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/
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/openGLES/extensions/EXT/
DEXT_draw_elements_base_vertex.txt98 vertices2 indices2
115 instead draw using vertices2 and the new draw call:
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_draw_elements_base_vertex.txt99 vertices2 indices2
116 instead draw using vertices2 and the new draw call:
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_draw_elements_base_vertex.txt98 vertices2 indices2
115 instead draw using vertices2 and the new draw call:
/third_party/openGLES/extensions/OES/
DOES_draw_elements_base_vertex.txt109 vertices2 indices2
126 instead draw using vertices2 and the new draw call:
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp1132 const tcu::Vec4 vertices2[] = in testSemaphores() local
1144 testContext2.vertices = vertices2; in testSemaphores()
1145 testContext2.numVertices = DE_LENGTH_OF_ARRAY(vertices2); in testSemaphores()
/third_party/openGLES/extensions/ARB/
DARB_draw_elements_base_vertex.txt99 vertices2 indices2
116 instead draw using vertices2 and the new draw call:
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_draw_elements_base_vertex.txt89 vertices2 indices2
106 instead draw using vertices2 and the new draw call:
/third_party/python/Lib/test/
Dtest_set.py1835 vertices2 = set(v for edges in g.values() for v in edges)
1836 self.assertEqual(vertices1, vertices2) # edge vertices in original set
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts960 const vertices2 = CK.MakeVertices(CK.VertexMode.TriangleFan, constant