/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/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/node/deps/npm/node_modules/semver/ |
D | README.md | 398 ## Functions section in semver(1) -- The semantic versioner for npm 438 ### Comparison 463 ### Comparators 467 ### Ranges 509 ### Coercion 532 ### Clean
|
/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 …]
|
D | provider-storemgmt.pod | 74 =head2 Functions section in DESCRIPTION
|
/third_party/gn/src/gn/ |
D | functions_unittest.cc | 15 TEST(Functions, Assert) { in TEST() argument 75 TEST(Functions, Defined) { in TEST() argument 122 TEST(Functions, FunctionsWithBlock) { in TEST() argument 153 TEST(Functions, SplitList) { in TEST() argument 188 TEST(Functions, StringJoin) { in TEST() argument 263 TEST(Functions, StringReplace) { in TEST() argument 296 TEST(Functions, StringSplit) { in TEST() argument 404 TEST(Functions, DeclareArgs) { in TEST() argument 449 TEST(Functions, NotNeeded) { in TEST() argument
|
/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 | 556 Functions section in Module contents 559 Creating sockets 745 Other functions
|
D | xml.etree.elementtree.rst | 504 Functions section in Reference 767 .. _elementtree-xinclude: 832 Functions section in Reference 865 .. _elementtree-element-objects:
|
D | curses.rst | 65 Functions section in :mod:`curses` --- Terminal handling for character-cell displays 713 .. _curses-window-objects:
|
D | curses.panel.rst | 18 Functions chapter
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkPlatform.hpp | 61 struct Functions struct in vk::PlatformDriver 80 struct Functions struct in vk::InstanceDriver 97 struct Functions struct in vk::DeviceDriver
|
/third_party/node/doc/api/ |
D | n-api.md | 4283 ### Functions subsection 4285 #### `napi_get_property_names` 4311 #### `napi_get_all_property_names` 4345 #### `napi_set_property` 4368 #### `napi_get_property` 4391 #### `napi_has_property` 4414 #### `napi_delete_property` 4438 #### `napi_has_own_property` 4463 #### `napi_set_named_property` 4487 #### `napi_get_named_property` [all …]
|
/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/googletest/docs/reference/ |
D | testing.md | 1305 ## Functions section in Testing Reference 1310 ### InitGoogleTest {#InitGoogleTest} 1329 ### AddGlobalTestEnvironment {#AddGlobalTestEnvironment} 1340 ### RegisterTest {#RegisterTest} 1368 ### RUN_ALL_TESTS {#RUN_ALL_TESTS} 1381 ### AssertionSuccess {#AssertionSuccess} 1388 ### AssertionFailure {#AssertionFailure} 1401 ### StaticAssertTypeEq {#StaticAssertTypeEq} 1410 ### PrintToString {#PrintToString} 1420 ### PrintToStringParamName {#PrintToStringParamName}
|
/third_party/rust/crates/cxx/book/src/ |
D | extern-rust.md | 82 ## Functions section in extern "Rust"
|
/third_party/libuv/docs/src/ |
D | version.rst | 50 Functions chapter
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
D | eglwFunctions.hpp | 37 class Functions class
|
/third_party/node/deps/undici/src/node_modules/streamsearch/ |
D | README.md | 75 Functions section in API
|
/third_party/openssl/doc/man3/ |
D | EVP_PKEY_ASN1_METHOD.pod | 373 =head2 Functions section in DESCRIPTION
|
D | EVP_PKEY_meth_new.pod | 389 =head2 Functions section in DESCRIPTION
|
D | ASN1_STRING_TABLE_add.pod | 26 =head2 Functions section in DESCRIPTION
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_method_construct.pod | 52 =head2 Functions section in DESCRIPTION
|