/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/skia/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 | 148 struct Functions struct 151 wglCreateContextFunc createContext; 152 wglDeleteContextFunc deleteContext; 153 wglMakeCurrentFunc makeCurrent; 154 wglGetProcAddressFunc getProcAddress; 155 wglSwapLayerBuffersFunc swapLayerBuffers; 158 wglGetPixelFormatAttribivARBFunc getPixelFormatAttribivARB; 159 wglGetPixelFormatAttribfvARBFunc getPixelFormatAttribfvARB; 160 wglChoosePixelFormatARBFunc choosePixelFormatARB; 163 wglCreateContextAttribsARBFunc createContextAttribsARB; [all …]
|
/external/python/cpython3/Doc/library/ |
D | socket.rst | 484 Functions section in Module contents 487 Creating sockets 618 Other functions
|
D | curses.rst | 65 Functions section in :mod:`curses` --- Terminal handling for character-cell displays 672 .. _curses-window-objects:
|
D | curses.panel.rst | 18 Functions chapter
|
D | xml.etree.elementtree.rst | 465 Functions section in Reference 643 .. _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:
|
D | xml.etree.elementtree.rst | 435 Functions section in Reference 580 .. _elementtree-element-objects:
|
D | curses.panel.rst | 16 Functions chapter
|
/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/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/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/deqp/external/vulkancts/framework/vulkan/ |
D | vkPlatform.hpp | 57 struct Functions struct in vk::PlatformDriver 76 struct Functions struct in vk::InstanceDriver 93 struct Functions struct in vk::DeviceDriver
|
/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/deqp/framework/egl/wrapper/ |
D | eglwFunctions.hpp | 37 class Functions class
|
D | eglwFunctions.cpp | 30 Functions::Functions (void) in Functions() function in eglw::Functions
|
/external/python/rsa/doc/ |
D | reference.rst | 7 Functions chapter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WinCFGuard.cpp | 35 std::vector<const Function *> Functions; in endModule() local
|
/external/grpc-grpc/doc/ |
D | c-style-guide.md | 88 Functions section in GRPC C STYLE GUIDE
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | LangImpl09.rst | 237 Functions chapter
|
/external/llvm/docs/tutorial/ |
D | LangImpl09.rst | 236 Functions chapter
|