/external/skia/tools/svg/ |
D | svgs.txt | 11 https://www.w3.org/Graphics/SVG/Test/20110816/svg/color-prop-01-b.svg 12 https://www.w3.org/Graphics/SVG/Test/20110816/svg/color-prop-02-f.svg 13 https://www.w3.org/Graphics/SVG/Test/20110816/svg/color-prop-03-t.svg 14 https://www.w3.org/Graphics/SVG/Test/20110816/svg/color-prop-04-t.svg 15 https://www.w3.org/Graphics/SVG/Test/20110816/svg/color-prop-05-t.svg 16 https://www.w3.org/Graphics/SVG/Test/20110816/svg/coords-coord-01-t.svg 17 https://www.w3.org/Graphics/SVG/Test/20110816/svg/coords-coord-02-t.svg 18 https://www.w3.org/Graphics/SVG/Test/20110816/svg/coords-dom-01-f.svg 19 https://www.w3.org/Graphics/SVG/Test/20110816/svg/coords-dom-02-f.svg 20 https://www.w3.org/Graphics/SVG/Test/20110816/svg/coords-trans-01-b.svg [all …]
|
D | svg_images.txt | 1 https://www.w3.org/Graphics/SVG/Test/20110816/images/20x20.png 2 https://www.w3.org/Graphics/SVG/Test/20110816/images/blue_10x10.png 3 https://www.w3.org/Graphics/SVG/Test/20110816/images/bluesquidj.png 4 https://www.w3.org/Graphics/SVG/Test/20110816/images/bumpMap2.png 5 https://www.w3.org/Graphics/SVG/Test/20110816/images/DisplaceChecker.png 6 https://www.w3.org/Graphics/SVG/Test/20110816/images/filters-conv-01-f.includeimage.png 7 https://www.w3.org/Graphics/SVG/Test/20110816/images/galpha.png 8 https://www.w3.org/Graphics/SVG/Test/20110816/images/gam030.png 9 https://www.w3.org/Graphics/SVG/Test/20110816/images/gam045.png 10 https://www.w3.org/Graphics/SVG/Test/20110816/images/gam056.png [all …]
|
/external/libdrm/data/ |
D | amdgpu.ids | 7 15DD, C3, AMD Radeon Vega 3 Graphics 8 15DD, CB, AMD Radeon Vega 3 Graphics 9 15DD, CE, AMD Radeon Vega 3 Graphics 10 15DD, D8, AMD Radeon Vega 3 Graphics 11 15DD, CC, AMD Radeon Vega 6 Graphics 12 15DD, D9, AMD Radeon Vega 6 Graphics 13 15DD, C2, AMD Radeon Vega 8 Graphics 14 15DD, C4, AMD Radeon Vega 8 Graphics 15 15DD, C8, AMD Radeon Vega 8 Graphics 16 15DD, CA, AMD Radeon Vega 8 Graphics [all …]
|
/external/webrtc/modules/desktop_capture/win/ |
D | wgc_capture_session.h | 33 ABI::Windows::Graphics::Capture::IGraphicsCaptureItem> item, 34 ABI::Windows::Graphics::SizeInt32 size); 71 ABI::Windows::Graphics::Capture::IGraphicsCaptureItem* sender, 76 ABI::Windows::Graphics::Capture::IDirect3D11CaptureFramePool* sender, 98 Microsoft::WRL::ComPtr<ABI::Windows::Graphics::Capture::IGraphicsCaptureItem> 103 ABI::Windows::Graphics::DirectX::Direct3D11::IDirect3DDevice> 109 ABI::Windows::Graphics::Capture::IDirect3D11CaptureFramePool> 120 ABI::Windows::Graphics::SizeInt32 size_; 126 ABI::Windows::Graphics::Capture::IGraphicsCaptureSession>
|
D | wgc_capture_source.h | 38 virtual ABI::Windows::Graphics::SizeInt32 GetSize(); 41 ABI::Windows::Graphics::Capture::IGraphicsCaptureItem>* result); 47 ABI::Windows::Graphics::Capture::IGraphicsCaptureItem>* result) = 0; 50 Microsoft::WRL::ComPtr<ABI::Windows::Graphics::Capture::IGraphicsCaptureItem> 101 ABI::Windows::Graphics::SizeInt32 GetSize() override; 108 ABI::Windows::Graphics::Capture::IGraphicsCaptureItem>* result) 123 ABI::Windows::Graphics::SizeInt32 GetSize() override; 129 ABI::Windows::Graphics::Capture::IGraphicsCaptureItem>* result)
|
D | wgc_capture_source.cc | 24 namespace WGC = ABI::Windows::Graphics::Capture; 44 ABI::Windows::Graphics::SizeInt32 WgcCaptureSource::GetSize() { in GetSize() 48 ABI::Windows::Graphics::SizeInt32 item_size; in GetSize() 96 ABI::Windows::Graphics::SizeInt32 WgcWindowSource::GetSize() { in GetSize() 166 ABI::Windows::Graphics::SizeInt32 WgcScreenSource::GetSize() { in GetSize() 167 ABI::Windows::Graphics::SizeInt32 size = WgcCaptureSource::GetSize(); in GetSize()
|
D | wgc_capture_session.cc | 33 namespace WGC = ABI::Windows::Graphics::Capture; 40 constexpr auto kPixelFormat = ABI::Windows::Graphics::DirectX:: 100 ABI::Windows::Graphics::SizeInt32 size) in WgcCaptureSession() 191 ComPtr<ABI::Windows::Graphics::Capture::IGraphicsCaptureSession2> session2; in StartCapture() 193 ABI::Windows::Graphics::Capture::IID_IGraphicsCaptureSession2, in StartCapture() 246 ComPtr<ABI::Windows::Graphics::DirectX::Direct3D11::IDirect3DSurface> in GetFrame() 254 ComPtr<Windows::Graphics::DirectX::Direct3D11::IDirect3DDxgiInterfaceAccess> in GetFrame() 283 ABI::Windows::Graphics::SizeInt32 new_size; in GetFrame()
|
/external/python/cpython2/Doc/library/ |
D | gl.rst | 1 :mod:`gl` --- *Graphics Library* interface 6 :synopsis: Functions from the Silicon Graphics Graphics Library. 14 This module provides access to the Silicon Graphics *Graphics Library*. It is 15 available only on Silicon Graphics machines. 174 This modules defines the constants used by the Silicon Graphics *Graphics 191 This module contains constants used by the Silicon Graphics *Graphics Library*
|
/external/angle/src/tests/gl_tests/ |
D | MemoryBarrierTest.cpp | 42 Graphics, enumerator 84 if (writePipeline == ShaderWritePipeline::Graphics) in operator <<() 529 if (writePipeline == ShaderWritePipeline::Graphics) in createProgram() 695 writePipeline == ShaderWritePipeline::Graphics ? GLColor::cyan : GLColor::green; in verifyFramebufferAndBufferContents() 709 writePipeline == ShaderWritePipeline::Graphics ? GLColor::cyan : GLColor::green; in verifyFramebufferAndImageContents() 795 if (writePipeline == ShaderWritePipeline::Graphics) in vertexAttribArrayBitBufferWriteThenVertexRead() 822 writePipeline == ShaderWritePipeline::Graphics ? GLColor::cyan : GLColor::green; in vertexAttribArrayBitBufferWriteThenVertexRead() 875 if (writePipeline == ShaderWritePipeline::Graphics) in vertexAttribArrayBitVertexReadThenBufferWrite() 953 if (writePipeline == ShaderWritePipeline::Graphics) in elementArrayBitBufferWriteThenIndexRead() 1024 if (writePipeline == ShaderWritePipeline::Graphics) in elementArrayBitIndexReadThenBufferWrite() [all …]
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | DemoTextBox.java | 13 import java.awt.Graphics; 18 public DemoTextBox(Graphics g, String text, int width) in DemoTextBox() 35 public void draw(Graphics g, int x, int y) in draw()
|
/external/licenseclassifier/licenses/ |
D | SGI-B-1.1.header.txt | 5 with the License. You may obtain a copy of the License at Silicon Graphics, 17 release date], developed by Silicon Graphics, Inc. The Original Code is 19 Original Code] Silicon Graphics, Inc. Copyright in any portions created by third
|
D | SGI-B-1.0.header.txt | 5 with the License. You may obtain a copy of the License at Silicon Graphics, 17 release date], developed by Silicon Graphics, Inc. The Original Code is 19 Original Code] Silicon Graphics, Inc. Copyright in any portions created by third
|
D | SGI-B-2.0.txt | 3 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All Rights Reserved. 23 Except as contained in this notice, the name of Silicon Graphics, Inc. shall not 25 in this Software without prior written authorization from Silicon Graphics, Inc.
|
/external/licenseclassifier/v2/assets/Header/SGI-B-1.1/ |
D | header.txt | 5 with the License. You may obtain a copy of the License at Silicon Graphics, 17 release date], developed by Silicon Graphics, Inc. The Original Code is 19 Original Code] Silicon Graphics, Inc. Copyright in any portions created by third
|
/external/licenseclassifier/v2/assets/Header/SGI-B-1.0/ |
D | header.txt | 5 with the License. You may obtain a copy of the License at Silicon Graphics, 17 release date], developed by Silicon Graphics, Inc. The Original Code is 19 Original Code] Silicon Graphics, Inc. Copyright in any portions created by third
|
/external/javassist/sample/duplicate/ |
D | Ball.java | 3 import java.awt.Graphics; 30 public void paint(Graphics g) { in paint()
|
/external/licenseclassifier/v2/assets/License/SGI-B-2.0/ |
D | license.txt | 3 Copyright (C) [dates of first publication] Silicon Graphics, Inc. All Rights Reserved. 23 Except as contained in this notice, the name of Silicon Graphics, Inc. shall not 25 in this Software without prior written authorization from Silicon Graphics, Inc.
|
/external/mesa3d/docs/_extra/specs/ |
D | MESA_pack_invert.spec | 11 Brian Paul, Tungsten Graphics, Inc. (brian.paul 'at' tungstengraphics.com) 12 Keith Whitwell, Tungsten Graphics, Inc. (keith 'at' tungstengraphics.com)
|
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/ |
D | GroupBorder.java | 4 import java.awt.Graphics; 23 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { in paintBorder()
|
/external/rust/crates/vulkano/src/command_buffer/synced/ |
D | mod.rs | 736 .submit(PipelineBindPoint::Graphics, pipeline_layout.clone(), 1) in descriptor_set_binding() 743 .bound_descriptor_set(PipelineBindPoint::Graphics, 0) in descriptor_set_binding() 746 .bound_descriptor_set(PipelineBindPoint::Graphics, 1) in descriptor_set_binding() 749 .bound_descriptor_set(PipelineBindPoint::Graphics, 2) in descriptor_set_binding() 755 .submit(PipelineBindPoint::Graphics, pipeline_layout, 0) in descriptor_set_binding() 759 .bound_descriptor_set(PipelineBindPoint::Graphics, 0) in descriptor_set_binding() 762 .bound_descriptor_set(PipelineBindPoint::Graphics, 1) in descriptor_set_binding()
|
/external/minigbm/ |
D | DIR_METADATA | 10 # ChromeOS > Platform > Graphics > Graphics Virtualization
|
/external/mesa3d/docs/_extra/specs/OLD/ |
D | MESA_agp_offset.spec | 11 Brian Paul, Tungsten Graphics, Inc. (brian.paul 'at' tungstengraphics.com) 12 Keith Whitwell, Tungsten Graphics, Inc. (keith 'at' tungstengraphics.com)
|
/external/proguard/src/proguard/gui/splash/ |
D | BufferedSprite.java | 106 public void paint(Graphics graphics, long time) in paint() 110 Graphics bufferGraphics = bufferImage.getGraphics(); in paint()
|
/external/autotest/test_suites/ |
D | control.graphics_per-week | 7 PURPOSE = "Graphics tests." 10 TEST_CATEGORY = "Graphics"
|
D | control.graphics_per-build | 7 PURPOSE = "Graphics tests" 10 TEST_CATEGORY = "Graphics"
|