Home
last modified time | relevance | path

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

12345678

/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/skqp/include/gpu/gl/
DGrGLInterface.h81 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/
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/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.rst542 Functions section in Module contents
545 Creating sockets
728 Other functions
Dxml.etree.elementtree.rst486 Functions section in Reference
749 .. _elementtree-xinclude:
814 Functions section in Reference
847 .. _elementtree-element-objects:
Dcurses.rst65 Functions section in :mod:`curses` --- Terminal handling for character-cell displays
698 .. _curses-window-objects:
/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/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/llvm-project/llvm/docs/
DCommandLine.rst1309 .. _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/
DvkPlatform.hpp61 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/
Dlegalization.md80 ### .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/
Duser.pod2650 =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/
Dmultiplatform.md40 ### Functions subsection in Some
/external/dokka/core/testdata/format/
Dnullability.md11 ### Functions subsection in C
DtokensInEmphasis.md17 ### Functions subsection in Bar
DsuspendParam.package.md5 ### Functions subsection
DtokensInStrong.md17 ### Functions subsection in Yasc
/external/deqp/framework/opengl/wrapper/
DglwFunctions.hpp37 class Functions class
DglwFunctions.cpp30 Functions::Functions (void) in Functions() function in glw::Functions
/external/dokka/core/testdata/format/gfm/
Dsample.md15 ### Functions subsection in Foo

12345678