Home
last modified time | relevance | path

Searched defs:Functions (Results 1 – 25 of 128) sorted by relevance

123456

/external/skia/include/gpu/gl/
DGrGLInterface.h94 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/skia/src/gpu/vk/
DGrVkInterface.h57 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/
Dtrace_logging.md89 ### Synchronous Tracing
108 ### Asynchronous Tracing
139 ### Other Tracing Macros
162 ### Example Code
/external/deqp/framework/platform/win32/
DtcuWGL.cpp156 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/
Dsocket.rst556 Functions section in Module contents
559 Creating sockets
745 Other functions
Dxml.etree.elementtree.rst504 Functions section in Reference
767 .. _elementtree-xinclude:
832 Functions section in Reference
865 .. _elementtree-element-objects:
Dcurses.rst65 Functions section in :mod:`curses` --- Terminal handling for character-cell displays
713 .. _curses-window-objects:
/external/python/setuptools/docs/
Dpkg_resources.rst1539 Parsing Utilities
1623 Platform Utilities
1662 PEP 302 Utilities
1669 File/Path Utilities
1685 History
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp61 struct Functions struct in vk::PlatformDriver
80 struct Functions struct in vk::InstanceDriver
97 struct Functions struct in vk::DeviceDriver
/external/llvm/docs/
DCommandLine.rst1273 .. _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/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md86 ### .as_constant(): Matched as Constant
98 ### get_padding_values_from_explicit_pad_attr()
119 ### get_padding_values_from_pad_type()
155 ### positive_axis()
168 ### compute_scale_32()
196 ### lower_batch_to_space_nd_op()
287 ### lower_concatv2_op()
321 ### lower_depth_to_space_op()
348 ### lower_elu_op()
375 ### lower_expand_dims()
[all …]
/external/python/cpython2/Doc/library/
Dcurses.rst57 Functions section in :mod:`curses` --- Terminal handling for character-cell displays
643 .. _curses-window-objects:
Dxml.etree.elementtree.rst435 Functions section in Reference
580 .. _elementtree-element-objects:
/external/opencensus-java/api/src/main/java/io/opencensus/common/
DFunctions.java28 public final class Functions { class
29 private Functions() {} in Functions() method in Functions
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst2014 Functions subsection
2017 Function: int plat_sdei_validate_entry_point() [optional]
2039 Function: void plat_sdei_handle_masked_trigger(uint64_t mpidr, unsigned int intr) [optional]
2080 Functions subsection
2083 Function: void plat_entropy_setup(void) [mandatory]
2094 Function: bool plat_get_entropy(uint64_t \*out) [mandatory]
/external/dokka/core/testdata/format/gfm/
DlistInTableCell.md13 ### Functions subsection in Foo
Dsample.md15 ### Functions subsection in Foo
/external/deqp/framework/opengl/wrapper/
DglwFunctions.hpp37 class Functions class
/external/dokka/core/testdata/format/multiplatform/packagePlatformsFromMembers/
Dmultiplatform.package.md7 ### Functions subsection
/external/dokka/core/testdata/format/website/dataTags/
Dmultiplatform.package.md10 ### Functions subsection
/external/dokka/core/testdata/format/
DtokensInStrong.md17 ### Functions subsection in Yasc
Dnullability.md11 ### Functions subsection in C
DlinksInEmphasis.md19 ### Functions subsection in Bar
DsuspendParam.package.md5 ### Functions subsection
DtokensInEmphasis.md17 ### Functions subsection in Bar

123456