/external/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 …]
|
/external/skqp/include/gpu/gl/ |
D | GrGLInterface.h | 81 struct Functions { struct 82 GrGLFunction<GrGLActiveTextureFn> fActiveTexture; 83 GrGLFunction<GrGLAttachShaderFn> fAttachShader; 84 GrGLFunction<GrGLBeginQueryFn> fBeginQuery; 85 GrGLFunction<GrGLBindAttribLocationFn> fBindAttribLocation; 86 GrGLFunction<GrGLBindBufferFn> fBindBuffer; 87 GrGLFunction<GrGLBindFragDataLocationFn> fBindFragDataLocation; 88 GrGLFunction<GrGLBindFragDataLocationIndexedFn> fBindFragDataLocationIndexed; 89 GrGLFunction<GrGLBindFramebufferFn> fBindFramebuffer; 90 GrGLFunction<GrGLBindRenderbufferFn> fBindRenderbuffer; [all …]
|
/external/skqp/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 …]
|
/external/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 …]
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 151 struct Functions struct 154 wglCreateContextFunc createContext; 155 wglDeleteContextFunc deleteContext; 156 wglMakeCurrentFunc makeCurrent; 157 wglGetProcAddressFunc getProcAddress; 158 wglSwapLayerBuffersFunc swapLayerBuffers; 161 wglGetPixelFormatAttribivARBFunc getPixelFormatAttribivARB; 162 wglGetPixelFormatAttribfvARBFunc getPixelFormatAttribfvARB; 163 wglChoosePixelFormatARBFunc choosePixelFormatARB; 166 wglCreateContextAttribsARBFunc createContextAttribsARB; [all …]
|
/external/python/cpython3/Doc/library/ |
D | socket.rst | 501 Functions section in Module contents 504 Creating sockets 681 Other functions
|
D | curses.rst | 65 Functions section in :mod:`curses` --- Terminal handling for character-cell displays 672 .. _curses-window-objects:
|
D | xml.etree.elementtree.rst | 478 Functions section in Reference 729 .. _elementtree-xinclude: 794 Functions section in Reference 818 .. _elementtree-element-objects:
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 57 Functions section in :mod:`curses` --- Terminal handling for character-cell displays 643 .. _curses-window-objects:
|
/external/opencensus-java/api/src/main/java/io/opencensus/common/ |
D | Functions.java | 28 public final class Functions { class 29 private Functions() {} in Functions() method in Functions
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CommandLine.rst | 1264 .. _cl::getRegisteredOptions: 1266 The ``cl::getRegisteredOptions`` function 1316 The ``cl::ParseCommandLineOptions`` function 1329 The ``cl::ParseEnvironmentOptions`` function 1350 The ``cl::SetVersionPrinter`` function 1367 The ``cl::opt`` class 1398 The ``cl::list`` class 1419 The ``cl::bits`` class 1439 The ``cl::alias`` class 1457 The ``cl::extrahelp`` class [all …]
|
/external/llvm/docs/ |
D | CommandLine.rst | 1273 .. _cl::getRegisteredOptions: 1275 The ``cl::getRegisteredOptions`` function 1326 The ``cl::ParseCommandLineOptions`` function 1340 The ``cl::ParseEnvironmentOptions`` function 1362 The ``cl::SetVersionPrinter`` function 1379 The ``cl::opt`` class 1410 The ``cl::list`` class 1431 The ``cl::bits`` class 1451 The ``cl::alias`` class 1469 The ``cl::extrahelp`` class [all …]
|
/external/deqp/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
|
/external/dokka/core/testdata/format/ |
D | linksInEmphasis.md | 19 ### Functions subsection in Bar
|
D | tokensInEmphasis.md | 17 ### Functions subsection in Bar
|
D | nullability.md | 11 ### Functions subsection in C
|
D | suspendParam.package.md | 5 ### Functions subsection
|
/external/dokka/core/testdata/format/website/dataTags/ |
D | multiplatform.package.md | 10 ### Functions subsection
|
/external/dokka/core/testdata/format/gfm/ |
D | sample.md | 15 ### Functions subsection in Foo
|
D | listInTableCell.md | 13 ### Functions subsection in Foo
|
/external/dokka/core/testdata/format/multiplatform/packagePlatformsFromMembers/ |
D | multiplatform.package.md | 7 ### Functions subsection
|
/external/dokka/core/testdata/format/multiplatform/groupNode/ |
D | multiplatform.md | 17 ### Functions subsection in Some
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.cpp | 30 Functions::Functions (void) in Functions() function in glw::Functions
|
D | glwFunctions.hpp | 37 class Functions class
|
/external/dokka/core/testdata/format/website/dataTagsInGroupNode/ |
D | multiplatform.md | 40 ### Functions subsection in Some
|