| /third_party/skia/m133/include/gpu/ganesh/gl/ |
| D | GrGLInterface.h | 90 struct Functions { struct 91 GrGLFunction<GrGLActiveTextureFn> fActiveTexture; 92 GrGLFunction<GrGLAttachShaderFn> fAttachShader; 93 GrGLFunction<GrGLBeginQueryFn> fBeginQuery; 94 GrGLFunction<GrGLBindAttribLocationFn> fBindAttribLocation; 95 GrGLFunction<GrGLBindBufferFn> fBindBuffer; 96 GrGLFunction<GrGLBindFragDataLocationFn> fBindFragDataLocation; 97 GrGLFunction<GrGLBindFragDataLocationIndexedFn> fBindFragDataLocationIndexed; 98 GrGLFunction<GrGLBindFramebufferFn> fBindFramebuffer; 99 GrGLFunction<GrGLBindRenderbufferFn> fBindRenderbuffer; [all …]
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkInterface.h | 57 struct Functions { struct 58 VkPtr<PFN_vkCreateInstance> fCreateInstance; 59 VkPtr<PFN_vkDestroyInstance> fDestroyInstance; 60 VkPtr<PFN_vkEnumeratePhysicalDevices> fEnumeratePhysicalDevices; 61 VkPtr<PFN_vkGetPhysicalDeviceFeatures> fGetPhysicalDeviceFeatures; 62 VkPtr<PFN_vkGetPhysicalDeviceFormatProperties> fGetPhysicalDeviceFormatProperties; 63 VkPtr<PFN_vkGetPhysicalDeviceImageFormatProperties> fGetPhysicalDeviceImageFormatProperties; 64 VkPtr<PFN_vkGetPhysicalDeviceProperties> fGetPhysicalDeviceProperties; 65 VkPtr<PFN_vkGetPhysicalDeviceQueueFamilyProperties> fGetPhysicalDeviceQueueFamilyProperties; 66 VkPtr<PFN_vkGetPhysicalDeviceMemoryProperties> fGetPhysicalDeviceMemoryProperties; [all …]
|
| /third_party/skia/include/gpu/gl/ |
| D | GrGLInterface.h | 94 struct Functions { struct 95 GrGLFunction<GrGLActiveTextureFn> fActiveTexture; 96 GrGLFunction<GrGLAttachShaderFn> fAttachShader; 97 GrGLFunction<GrGLBeginQueryFn> fBeginQuery; 98 GrGLFunction<GrGLBindAttribLocationFn> fBindAttribLocation; 99 GrGLFunction<GrGLBindBufferFn> fBindBuffer; 100 GrGLFunction<GrGLBindFragDataLocationFn> fBindFragDataLocation; 101 GrGLFunction<GrGLBindFragDataLocationIndexedFn> fBindFragDataLocationIndexed; 102 GrGLFunction<GrGLBindFramebufferFn> fBindFramebuffer; 103 GrGLFunction<GrGLBindRenderbufferFn> fBindRenderbuffer; [all …]
|
| /third_party/skia/m133/src/gpu/vk/ |
| D | VulkanInterface.h | 60 struct Functions { struct 61 VkPtr<PFN_vkCreateInstance> fCreateInstance; 62 VkPtr<PFN_vkDestroyInstance> fDestroyInstance; 63 VkPtr<PFN_vkEnumeratePhysicalDevices> fEnumeratePhysicalDevices; 64 VkPtr<PFN_vkGetPhysicalDeviceFeatures> fGetPhysicalDeviceFeatures; 65 VkPtr<PFN_vkGetPhysicalDeviceFormatProperties> fGetPhysicalDeviceFormatProperties; 66 VkPtr<PFN_vkGetPhysicalDeviceImageFormatProperties> fGetPhysicalDeviceImageFormatProperties; 67 VkPtr<PFN_vkGetPhysicalDeviceProperties> fGetPhysicalDeviceProperties; 68 VkPtr<PFN_vkGetPhysicalDeviceQueueFamilyProperties> fGetPhysicalDeviceQueueFamilyProperties; 69 VkPtr<PFN_vkGetPhysicalDeviceMemoryProperties> fGetPhysicalDeviceMemoryProperties; [all …]
|
| /third_party/rust/rust/tests/ui/issues/ |
| D | issue-24161.rs | 4 struct Functions { struct 5 a: fn(u32) -> u32, 6 b: extern "C" fn(u32) -> u32, 7 c: unsafe fn(u32) -> u32, 8 d: unsafe extern "C" fn(u32) -> u32
|
| D | issue-48838.rs | 1 enum Functions { enum
|
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/functions/ |
| D | mod.rs | 363 pub struct Functions { struct 369 impl Functions { argument 392 impl<'tcx> LateLintPass<'tcx> for Functions { implementation
|
| /third_party/openssl/doc/man7/ |
| D | migration_guide.pod | 997 =head4 Providers are a replacement for engines and low-level method overrides 1006 =head4 Deprecated i2d and d2i functions for low-level key types 1013 =head4 Deprecated low-level key object getters and setters 1020 =head4 Deprecated low-level key parameter getters 1033 =head4 Deprecated low-level key parameter setters 1044 =head4 Deprecated low-level object creation 1057 =head4 Deprecated low-level encryption functions 1065 =head4 Deprecated low-level digest functions 1075 =head4 Deprecated low-level signing functions 1083 =head4 Deprecated low-level MAC functions [all …]
|
| /third_party/rust/rust/src/tools/rustfmt/tests/target/ |
| D | issue-2922.rs | 2 struct Functions { struct 3 RunListenServer: unsafe extern "C" fn(*mut c_void,
|
| /third_party/rust/rust/src/tools/rustfmt/tests/source/ |
| D | issue-2922.rs | 2 struct Functions { struct 3 RunListenServer: unsafe extern "C" fn(*mut c_void,
|
| /third_party/vk-gl-cts/framework/platform/win32/ |
| D | tcuWGL.cpp | 156 struct Functions struct 159 wglCreateContextFunc createContext; 160 wglDeleteContextFunc deleteContext; 161 wglMakeCurrentFunc makeCurrent; 162 wglGetProcAddressFunc getProcAddress; 163 wglSwapLayerBuffersFunc swapLayerBuffers; 166 wglGetPixelFormatAttribivARBFunc getPixelFormatAttribivARB; 167 wglGetPixelFormatAttribfvARBFunc getPixelFormatAttribfvARB; 168 wglChoosePixelFormatARBFunc choosePixelFormatARB; 171 wglCreateContextAttribsARBFunc createContextAttribsARB; [all …]
|
| /third_party/python/Doc/library/ |
| D | socket.rst | 594 Functions section in Module contents 597 Creating sockets 792 Other functions
|
| D | curses.rst | 53 Functions section in :mod:`curses` --- Terminal handling for character-cell displays 701 .. _curses-window-objects:
|
| D | xml.etree.elementtree.rst | 497 Functions section in Reference 760 .. _elementtree-xinclude: 825 Functions section in Reference 860 .. _elementtree-element-objects:
|
| D | curses.panel.rst | 18 Functions chapter
|
| /third_party/gn/src/gn/ |
| D | functions_unittest.cc | 15 TEST(Functions, Assert) { in TEST() argument 75 TEST(Functions, Defined) { in TEST() argument 137 TEST(Functions, FunctionsWithBlock) { in TEST() argument 168 TEST(Functions, SplitList) { in TEST() argument 203 TEST(Functions, StringJoin) { in TEST() argument 279 TEST(Functions, StringReplace) { in TEST() argument 312 TEST(Functions, StringSplit) { in TEST() argument 421 TEST(Functions, DeclareArgs) { in TEST() argument 466 TEST(Functions, NotNeeded) { in TEST() argument
|
| /third_party/mesa3d/src/amd/compiler/tests/ |
| D | README.md | 21 # Functions chapter
|
| /third_party/vk-gl-cts/framework/opengl/wrapper/ |
| D | glwFunctions.hpp | 37 class Functions class
|
| D | glwFunctions.cpp | 30 Functions::Functions (void) in Functions() function in glw::Functions
|
| /third_party/rust/crates/cxx/book/src/ |
| D | extern-rust.md | 82 ## Functions section in extern "Rust"
|
| /third_party/vk-gl-cts/framework/egl/wrapper/ |
| D | eglwFunctions.hpp | 37 class Functions class
|
| /third_party/libuv/docs/src/ |
| D | version.rst | 50 Functions chapter
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkPlatform.hpp | 70 struct Functions struct in vk::PlatformDriver 91 struct Functions struct in vk::InstanceDriver 140 struct Functions struct in vk::DeviceDriver
|
| /third_party/googletest/docs/reference/ |
| D | testing.md | 1306 ## Functions section in Testing Reference 1311 ### InitGoogleTest {#InitGoogleTest} 1330 ### AddGlobalTestEnvironment {#AddGlobalTestEnvironment} 1341 ### RegisterTest {#RegisterTest} 1369 ### RUN_ALL_TESTS {#RUN_ALL_TESTS} 1382 ### AssertionSuccess {#AssertionSuccess} 1389 ### AssertionFailure {#AssertionFailure} 1402 ### StaticAssertTypeEq {#StaticAssertTypeEq} 1411 ### PrintToString {#PrintToString} 1421 ### PrintToStringParamName {#PrintToStringParamName}
|
| /third_party/openssl/doc/man3/ |
| D | ASN1_STRING_TABLE_add.pod | 26 =head2 Functions section in DESCRIPTION
|