/external/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 …]
|
/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/openscreen/docs/ |
D | trace_logging.md | 89 ### Synchronous Tracing 108 ### Asynchronous Tracing 139 ### Other Tracing Macros 162 ### Example Code
|
/external/deqp/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 …]
|
/external/python/cpython3/Doc/library/ |
D | socket.rst | 542 Functions section in Module contents 545 Creating sockets 728 Other functions
|
D | xml.etree.elementtree.rst | 486 Functions section in Reference 749 .. _elementtree-xinclude: 814 Functions section in Reference 847 .. _elementtree-element-objects:
|
D | curses.rst | 65 Functions section in :mod:`curses` --- Terminal handling for character-cell displays 698 .. _curses-window-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:
|
/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/llvm-project/llvm/docs/ |
D | CommandLine.rst | 1309 .. _cl::getRegisteredOptions: 1311 The ``cl::getRegisteredOptions`` function 1361 The ``cl::ParseCommandLineOptions`` function 1372 The ``cl::SetVersionPrinter`` function 1389 The ``cl::opt`` class 1420 The ``cl::list`` class 1441 The ``cl::bits`` class 1461 The ``cl::alias`` class 1479 The ``cl::extrahelp`` class 1506 The ``cl::OptionCategory`` class
|
/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/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 80 ### .as_constant(): Matched as Constant 92 ### apply_rank_broadcast() 135 ### get_padding_values_from_explicit_pad_attr() 156 ### get_padding_values_from_pad_type() 192 ### positive_axis() 205 ### compute_scale_32() 233 ### lower_batch_to_space_nd_op() 324 ### lower_concatv2_op() 353 ### lower_depth_to_space_op() 380 ### lower_elu_op() [all …]
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | user.pod | 2650 =head2 Functions section in Integer Set Library 2662 =head3 Primitive Functions 2892 =head3 Reductions 2937 =head3 Multiple Expressions 3313 =head3 Piecewise Expressions 3614 =head3 Union Expressions
|
/external/dokka/core/testdata/format/website/dataTagsInGroupNode/ |
D | multiplatform.md | 40 ### Functions subsection in Some
|
/external/dokka/core/testdata/format/ |
D | nullability.md | 11 ### Functions subsection in C
|
D | tokensInEmphasis.md | 17 ### Functions subsection in Bar
|
D | suspendParam.package.md | 5 ### Functions subsection
|
D | tokensInStrong.md | 17 ### Functions subsection in Yasc
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.hpp | 37 class Functions class
|
D | glwFunctions.cpp | 30 Functions::Functions (void) in Functions() function in glw::Functions
|
/external/dokka/core/testdata/format/gfm/ |
D | sample.md | 15 ### Functions subsection in Foo
|