| /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/flutter/skia/include/gpu/gl/ |
| D | GrGLInterface.h | 74 struct Functions { struct 75 GrGLFunction<GrGLActiveTextureFn> fActiveTexture; 76 GrGLFunction<GrGLAttachShaderFn> fAttachShader; 77 GrGLFunction<GrGLBeginQueryFn> fBeginQuery; 78 GrGLFunction<GrGLBindAttribLocationFn> fBindAttribLocation; 79 GrGLFunction<GrGLBindBufferFn> fBindBuffer; 80 GrGLFunction<GrGLBindFragDataLocationFn> fBindFragDataLocation; 81 GrGLFunction<GrGLBindFragDataLocationIndexedFn> fBindFragDataLocationIndexed; 82 GrGLFunction<GrGLBindFramebufferFn> fBindFramebuffer; 83 GrGLFunction<GrGLBindRenderbufferFn> fBindRenderbuffer; [all …]
|
| /third_party/flutter/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/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/console-control-strings/ |
| D | README.md | 26 ## Functions section in Console Control Strings 28 ### var code = consoleControl.up(_num = 1_) 32 ### var code = consoleControl.down(_num = 1_) 36 ### var code = consoleControl.forward(_num = 1_) 40 ### var code = consoleControl.back(_num = 1_) 44 ### var code = consoleControl.nextLine(_num = 1_) 49 ### var code = consoleControl.previousLine(_num = 1_) 54 ### var code = consoleControl.eraseData() 60 ### var code = consoleControl.eraseLine() 64 ### var code = consoleControl.goto(_x_, _y_) [all …]
|
| /third_party/node/deps/npm/node_modules/imurmurhash/ |
| D | README.md | 53 Functions section in iMurmurHash.js 56 ### MurmurHash3 ([string], [seed]) 75 ### MurmurHash3.prototype.hash (string) 80 ### MurmurHash3.prototype.result () 98 ### MurmurHash3.prototype.reset ([seed])
|
| /third_party/node/deps/npm/node_modules/semver/ |
| D | README.md | 299 ## Functions section in semver(1) -- The semantic versioner for npm 339 ### Comparison 361 ### Comparators 365 ### Ranges 397 ### Coercion
|
| /third_party/node/deps/npm/docs/content/using-npm/ |
| D | semver.md | 305 ## Functions section in semver(7) -- The semantic versioner for npm 345 ### Comparison 367 ### Comparators 371 ### Ranges 403 ### Coercion
|
| /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/node/deps/npm/node_modules/wide-align/ |
| D | README.md | 26 ### Functions subsection 28 #### `align.center(str, length)` → `str` 33 #### `align.left(str, length)` → `str`
|
| /third_party/node/deps/npm/node_modules/smart-buffer/docs/ |
| D | README_v3.md | 321 ### SmartBuffer.clear() 324 ### SmartBuffer.remaining() 328 ### SmartBuffer.skip( value ) 335 ### SmartBuffer.rewind( value ) 342 ### SmartBuffer.moveTo( position ) 348 ### SmartBuffer.toBuffer() 354 ### SmartBuffer.toString( [encoding] )
|
| /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 | curses.rst | 65 Functions section in :mod:`curses` --- Terminal handling for character-cell displays 713 .. _curses-window-objects:
|
| D | xml.etree.elementtree.rst | 504 Functions section in Reference 767 .. _elementtree-xinclude: 832 Functions section in Reference 865 .. _elementtree-element-objects:
|
| /third_party/boost/libs/graph_parallel/doc/ |
| D | local_subgraph.rst | 64 .. |Logo| image:: pbgl-logo.png 69 .. _filtered graph: http://www.boost.org/libs/graph/doc/filtered_graph.html
|
| /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/boost/libs/hof/doc/src/ |
| D | functions.rst | 5 Functions title
|
| /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/node/doc/api/ |
| D | n-api.md | 3860 ### Functions subsection 3861 #### napi_get_property_names 3886 #### napi_get_all_property_names 3918 #### napi_set_property 3940 #### napi_get_property 3962 #### napi_has_property 3984 #### napi_delete_property 4007 #### napi_has_own_property 4031 #### napi_set_named_property 4054 #### napi_get_named_property [all …]
|
| /third_party/boost/libs/parameter/doc/ |
| D | index.rst | 290 .. _dfs: ../../../graph/doc/depth_first_search.html 292 .. |dfs| replace:: ``depth_first_search`` 295 Headers And Namespaces 324 The Abstract Interface to |dfs| 399 Defining the Keywords 475 Writing the Function 541 Function Signatures 1529 Static Member Functions
|
| /third_party/flutter/skia/third_party/externals/sdl/docs/ |
| D | README-touch.md | 43 Functions chapter
|
| /third_party/vk-gl-cts/framework/egl/wrapper/ |
| D | eglwFunctions.hpp | 37 class Functions class
|