Home
last modified time | relevance | path

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

1234567

/external/skia/include/gpu/gl/
DGrGLInterface.h90 struct Functions { struct
91 GrGLFunction<GrGLActiveTextureFn> fActiveTexture;
92 GrGLFunction<GrGLAttachShaderFn> fAttachShader;
93 GrGLFunction<GrGLBeginQueryFn> fBeginQuery;
94 GrGLFunction<GrGLBindAttribLocationFn> fBindAttribLocation;
95 GrGLFunction<GrGLBindBufferFn> fBindBuffer;
96 GrGLFunction<GrGLBindFragDataLocationFn> fBindFragDataLocation;
97 GrGLFunction<GrGLBindFragDataLocationIndexedFn> fBindFragDataLocationIndexed;
98 GrGLFunction<GrGLBindFramebufferFn> fBindFramebuffer;
99 GrGLFunction<GrGLBindRenderbufferFn> fBindRenderbuffer;
[all …]
/external/skia/src/gpu/vk/
DVulkanInterface.h60 struct Functions { struct
61 VkPtr<PFN_vkCreateInstance> fCreateInstance;
62 VkPtr<PFN_vkDestroyInstance> fDestroyInstance;
63 VkPtr<PFN_vkEnumeratePhysicalDevices> fEnumeratePhysicalDevices;
64 VkPtr<PFN_vkGetPhysicalDeviceFeatures> fGetPhysicalDeviceFeatures;
65 VkPtr<PFN_vkGetPhysicalDeviceFormatProperties> fGetPhysicalDeviceFormatProperties;
66 VkPtr<PFN_vkGetPhysicalDeviceImageFormatProperties> fGetPhysicalDeviceImageFormatProperties;
67 VkPtr<PFN_vkGetPhysicalDeviceProperties> fGetPhysicalDeviceProperties;
68 VkPtr<PFN_vkGetPhysicalDeviceQueueFamilyProperties> fGetPhysicalDeviceQueueFamilyProperties;
69 VkPtr<PFN_vkGetPhysicalDeviceMemoryProperties> fGetPhysicalDeviceMemoryProperties;
[all …]
/external/openscreen/docs/
Dtrace_logging.md89 ### Synchronous Tracing
108 ### Asynchronous Tracing
139 ### Other Tracing Macros
162 ### Example Code
/external/perfetto/docs/analysis/
Dbuiltin.md8 ### STACK_FROM_STACK_PROFILE_FRAME
27 ### STACK_FROM_STACK_PROFILE_CALLSITE
48 ### CAT_STACKS
69 ### EXPERIMENTAL_PROFILE
/external/deqp/framework/platform/win32/
DtcuWGL.cpp159 struct Functions struct
162 wglCreateContextFunc createContext;
163 wglDeleteContextFunc deleteContext;
164 wglMakeCurrentFunc makeCurrent;
165 wglGetProcAddressFunc getProcAddress;
166 wglSwapLayerBuffersFunc swapLayerBuffers;
169 wglGetPixelFormatAttribivARBFunc getPixelFormatAttribivARB;
170 wglGetPixelFormatAttribfvARBFunc getPixelFormatAttribfvARB;
171 wglChoosePixelFormatARBFunc choosePixelFormatARB;
174 wglCreateContextAttribsARBFunc createContextAttribsARB;
[all …]
/external/python/cpython3/Doc/library/
Dsocket.rst594 Functions section in Module contents
597 Creating sockets
792 Other functions
Dxml.etree.elementtree.rst497 Functions section in Reference
760 .. _elementtree-xinclude:
825 Functions section in Reference
860 .. _elementtree-element-objects:
Dcurses.rst53 Functions section in :mod:`curses` --- Terminal handling for character-cell displays
701 .. _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/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/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/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DSVEIntrinsicOpts.cpp245 SmallSetVector<Function *, 4> &Functions) { in optimizePTrueIntrinsicCalls()
404 SmallSetVector<Function *, 4> &Functions) { in optimizeInstructions()
432 SmallSetVector<Function *, 4> &Functions) { in optimizeFunctions()
443 SmallSetVector<Function *, 4> Functions; in runOnModule() local
/external/sdv/vsomeip/third_party/boost/parameter/doc/
Dindex.rst290 .. _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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp64 struct Functions { struct
65 sys::Mutex Lock;
66 std::map<const Function *, ExFunc> ExportedFunctions;
67 std::map<std::string, ExFunc> FuncNames;
69 std::map<const Function *, RawFunc> RawFunctions;
/external/open-dice/docs/
Dspecification.md342 ##### HKDF
354 ##### DRBG
371 ##### OpenTitan Key Manager
377 ##### SP800-108
/external/googletest/docs/reference/
Dtesting.md1306 ## Functions section in Testing Reference
1311 ### InitGoogleTest {#InitGoogleTest}
1332 ### AddGlobalTestEnvironment {#AddGlobalTestEnvironment}
1343 ### RegisterTest {#RegisterTest}
1371 ### RUN_ALL_TESTS {#RUN_ALL_TESTS}
1384 ### AssertionSuccess {#AssertionSuccess}
1391 ### AssertionFailure {#AssertionFailure}
1404 ### StaticAssertTypeEq {#StaticAssertTypeEq}
1413 ### PrintToString {#PrintToString}
1423 ### PrintToStringParamName {#PrintToStringParamName}
/external/cronet/third_party/googletest/src/docs/reference/
Dtesting.md1305 ## Functions section in Testing Reference
1310 ### InitGoogleTest {#InitGoogleTest}
1329 ### AddGlobalTestEnvironment {#AddGlobalTestEnvironment}
1340 ### RegisterTest {#RegisterTest}
1368 ### RUN_ALL_TESTS {#RUN_ALL_TESTS}
1381 ### AssertionSuccess {#AssertionSuccess}
1388 ### AssertionFailure {#AssertionFailure}
1401 ### StaticAssertTypeEq {#StaticAssertTypeEq}
1410 ### PrintToString {#PrintToString}
1420 ### PrintToStringParamName {#PrintToStringParamName}
/external/cronet/third_party/boringssl/src/third_party/googletest/docs/reference/
Dtesting.md1306 ## Functions section in Testing Reference
1311 ### InitGoogleTest {#InitGoogleTest}
1330 ### AddGlobalTestEnvironment {#AddGlobalTestEnvironment}
1341 ### RegisterTest {#RegisterTest}
1369 ### RUN_ALL_TESTS {#RUN_ALL_TESTS}
1382 ### AssertionSuccess {#AssertionSuccess}
1389 ### AssertionFailure {#AssertionFailure}
1402 ### StaticAssertTypeEq {#StaticAssertTypeEq}
1411 ### PrintToString {#PrintToString}
1421 ### PrintToStringParamName {#PrintToStringParamName}
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp75 struct Functions struct in vk::PlatformDriver
94 struct Functions struct in vk::InstanceDriver
136 struct Functions struct in vk::DeviceDriver
/external/mesa3d/src/amd/compiler/tests/
DREADME.md21 # Functions chapter
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst2095 Functions subsection
2098 Function: int plat_sdei_validate_entry_point() [optional]
2120 Function: void plat_sdei_handle_masked_trigger(uint64_t mpidr, unsigned int intr) [optional]
2161 Functions subsection
2164 Function: void plat_entropy_setup(void) [mandatory]
2175 Function: bool plat_get_entropy(uint64_t \*out) [mandatory]
/external/dokka/core/testdata/format/gfm/
Dsample.md15 ### Functions subsection in Foo

1234567