/third_party/skia/gm/ |
D | thinrects.cpp | 124 constexpr SkRect squares[] = { in drawSquares() local 135 for (size_t j = 0; j < SK_ARRAY_COUNT(squares); ++j) { in drawSquares() 137 rrect.setRectXY(squares[j], 1/32.f, 2/32.f); in drawSquares() 140 canvas->drawRect(squares[j], p); in drawSquares()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
D | vktRayQueryCullRayFlagsTests.cpp | 672 std::vector<std::vector<tcu::UVec2>> squares = in verifyImage() local 714 for (deUint32 squareNdx = 0; squareNdx < squares.size(); ++squareNdx) in verifyImage() 717 for (deUint32 y = squares[squareNdx][0].y(); y < squares[squareNdx][1].y(); ++y) in verifyImage() 718 for (deUint32 x = squares[squareNdx][0].x(); x < squares[squareNdx][1].x(); ++x) in verifyImage() 866 std::vector<std::vector<tcu::UVec2>> squares = in verifyImage() local 877 for (deUint32 squareNdx = 0; squareNdx < squares.size(); ++squareNdx) in verifyImage() 880 for (deUint32 y = squares[squareNdx][0].y(); y < squares[squareNdx][1].y(); ++y) in verifyImage() 881 for (deUint32 x = squares[squareNdx][0].x(); x < squares[squareNdx][1].x(); ++x) in verifyImage() 1125 std::vector<std::vector<tcu::UVec2>> squares = in verifyImage() local 1136 for (deUint32 squareNdx = 0; squareNdx < squares.size(); ++squareNdx) in verifyImage() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryCullRayFlagsTests.cpp | 672 std::vector<std::vector<tcu::UVec2>> squares = in verifyImage() local 714 for (deUint32 squareNdx = 0; squareNdx < squares.size(); ++squareNdx) in verifyImage() 717 for (deUint32 y = squares[squareNdx][0].y(); y < squares[squareNdx][1].y(); ++y) in verifyImage() 718 for (deUint32 x = squares[squareNdx][0].x(); x < squares[squareNdx][1].x(); ++x) in verifyImage() 866 std::vector<std::vector<tcu::UVec2>> squares = in verifyImage() local 877 for (deUint32 squareNdx = 0; squareNdx < squares.size(); ++squareNdx) in verifyImage() 880 for (deUint32 y = squares[squareNdx][0].y(); y < squares[squareNdx][1].y(); ++y) in verifyImage() 881 for (deUint32 x = squares[squareNdx][0].x(); x < squares[squareNdx][1].x(); ++x) in verifyImage() 1125 std::vector<std::vector<tcu::UVec2>> squares = in verifyImage() local 1136 for (deUint32 squareNdx = 0; squareNdx < squares.size(); ++squareNdx) in verifyImage() [all …]
|
/third_party/python/Lib/test/ |
D | test_generators.py | 1604 squares = [" " for j in range(n)] 1605 squares[row2col[i]] = "Q" 1606 print("|" + "|".join(squares) + "|") 1791 squares = [[None] * n for i in range(m)] 1795 squares[i1][j1] = format % k 1801 row = squares[i]
|
/third_party/python/Doc/tutorial/ |
D | introduction.rst | 389 >>> squares = [1, 4, 9, 16, 25] 390 >>> squares 396 >>> squares[0] # indexing returns the item 398 >>> squares[-1] 400 >>> squares[-3:] # slicing returns a new list 407 >>> squares[:] 412 >>> squares + [36, 49, 64, 81, 100]
|
D | datastructures.rst | 204 For example, assume we want to create a list of squares, like:: 206 >>> squares = [] 208 ... squares.append(x**2) 210 >>> squares 214 after the loop completes. We can calculate the list of squares without any 217 squares = list(map(lambda x: x**2, range(10))) 221 squares = [x**2 for x in range(10)]
|
D | inputoutput.rst | 193 set of columns giving integers and their squares and cubes:: 216 Here's the same table of squares and cubes, formatted manually::
|
/third_party/mesa3d/docs/_extra/specs/OLD/ |
D | MESA_sprite_point.spec | 73 squares. One could define rotated texture images if desired. A 3D
|
/third_party/lame/dshow/ |
D | README | 59 (namely Notepad) you will probably see big, black squares at
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.4.rst | 40 - radv: Hitman 2 using Direct3D 12 has discolored squares on RDNA2 with DCC enabled
|
D | 17.1.0.rst | 63 Black squares in the Spec Ops: The Line chapter select screen
|
D | 19.2.0.rst | 74 - [Regression, NIR, bisected] Black squares in Unigine Heaven via
|
/third_party/ffmpeg/libavutil/x86/ |
D | lls.asm | 2 ;* linear least squares model
|
/third_party/python/Doc/faq/ |
D | programming.rst | 206 >>> squares = [] 208 ... squares.append(lambda: x**2) 215 >>> squares[2]() 217 >>> squares[4]() 227 >>> squares[2]() 233 >>> squares = [] 235 ... squares.append(lambda n=x: n**2) 243 >>> squares[2]() 245 >>> squares[4]()
|
/third_party/openGLES/extensions/INTEL/ |
D | INTEL_conservative_rasterization.txt | 106 rasterization produces all fragments for which any part of their squares 284 rasterization produces all fragments for which any part of their squares
|
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/ |
D | INTEL_conservative_rasterization.txt | 106 rasterization produces all fragments for which any part of their squares 284 rasterization produces all fragments for which any part of their squares
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_point_sprite.txt | 144 RESOLVED: Point sprites are rasterized as squares, even in
|
/third_party/openGLES/extensions/OES/ |
D | OES_point_sprite.txt | 154 RESOLVED: Point sprites are rasterized as squares, even in
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | FAQ.md | 22 …ui in my engine and little squares are showing instead of text...](#q-i-integrated-dear-imgui-in-m… 164 ### Q: I integrated Dear ImGui in my engine and little squares are showing instead of text...
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_point_sprite.txt | 159 RESOLVED: Point sprites are rasterized as squares, even in
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_point_sprite.txt | 149 RESOLVED: Point sprites are rasterized as squares, even in
|
/third_party/openGLES/extensions/NV/ |
D | NV_point_sprite.txt | 178 RESOLVED: Point sprites are rasterized as squares, even in
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_point_sprite.txt | 178 RESOLVED: Point sprites are rasterized as squares, even in
|
/third_party/python/Lib/test/decimaltestdata/ |
D | multiply.decTest | 639 -- squares
|
D | power.decTest | 265 -- squares 331 -- check sign for cubes and a few squares
|