/third_party/mesa3d/src/gallium/tests/graw/ |
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/ |
D | BufferSubData.cpp | 73 static GLfloat vertices2[] = { in GetFloatData() local 88 return vertices2; in GetFloatData()
|
D | MapBufferRange.cpp | 80 static GLfloat vertices2[] = { in GetFloatData() local 95 return vertices2; in GetFloatData()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | BufferSubData.cpp | 73 static GLfloat vertices2[] = { in GetFloatData() local 88 return vertices2; in GetFloatData()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
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/ |
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/openGLES/extensions/EXT/ |
D | EXT_draw_elements_base_vertex.txt | 98 vertices2 indices2 115 instead draw using vertices2 and the new draw call:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_draw_elements_base_vertex.txt | 99 vertices2 indices2 116 instead draw using vertices2 and the new draw call:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_draw_elements_base_vertex.txt | 98 vertices2 indices2 115 instead draw using vertices2 and the new draw call:
|
/third_party/openGLES/extensions/OES/ |
D | OES_draw_elements_base_vertex.txt | 109 vertices2 indices2 126 instead draw using vertices2 and the new draw call:
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 1132 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/ |
D | ARB_draw_elements_base_vertex.txt | 99 vertices2 indices2 116 instead draw using vertices2 and the new draw call:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_draw_elements_base_vertex.txt | 89 vertices2 indices2 106 instead draw using vertices2 and the new draw call:
|
/third_party/python/Lib/test/ |
D | test_set.py | 1835 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/ |
D | canvaskit-wasm-tests.ts | 960 const vertices2 = CK.MakeVertices(CK.VertexMode.TriangleFan, constant
|