Home
last modified time | relevance | path

Searched refs:using (Results 1 – 25 of 9116) sorted by relevance

12345678910>>...365

/third_party/flutter/skia/include/gpu/gl/
DGrGLFunctions.h21 using GrGLActiveTextureFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum texture);
22 using GrGLAttachShaderFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint shader);
23 using GrGLBeginQueryFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint id);
24 using GrGLBindAttribLocationFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint index, con…
25 using GrGLBindBufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint buffer);
26 using GrGLBindFramebufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint framebuffer);
27 using GrGLBindRenderbufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint renderbuffer);
28 using GrGLBindTextureFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint texture);
29 using GrGLBindFragDataLocationFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint colorNum…
30 using GrGLBindFragDataLocationIndexedFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint c…
[all …]
/third_party/skia/include/gpu/gl/
DGrGLFunctions.h21 using GrGLActiveTextureFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum texture);
22 using GrGLAttachShaderFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint shader);
23 using GrGLBeginQueryFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint id);
24 using GrGLBindAttribLocationFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint index, con…
25 using GrGLBindBufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint buffer);
26 using GrGLBindFramebufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint framebuffer);
27 using GrGLBindRenderbufferFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint renderbuffer);
28 using GrGLBindTextureFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum target, GrGLuint texture);
29 using GrGLBindFragDataLocationFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint colorNum…
30 using GrGLBindFragDataLocationIndexedFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLuint c…
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_set.h78 using Base = typename btree_set::btree_set_container;
120 using Base::Base;
125 using Base::begin;
130 using Base::cbegin;
135 using Base::end;
140 using Base::cend;
145 using Base::empty;
153 using Base::max_size;
158 using Base::size;
164 using Base::clear;
[all …]
Dbtree_map.h78 using Base = typename btree_map::btree_map_container;
120 using Base::Base;
125 using Base::begin;
130 using Base::cbegin;
135 using Base::end;
140 using Base::cend;
145 using Base::empty;
153 using Base::max_size;
158 using Base::size;
164 using Base::clear;
[all …]
Dnode_hash_map.h106 using Base = typename node_hash_map::raw_hash_map;
150 using Base::Base;
155 using Base::begin;
160 using Base::cbegin;
165 using Base::cend;
170 using Base::end;
179 using Base::capacity;
184 using Base::empty;
192 using Base::max_size;
197 using Base::size;
[all …]
Dflat_hash_map.h111 using Base = typename flat_hash_map::raw_hash_map;
155 using Base::Base;
160 using Base::begin;
165 using Base::cbegin;
170 using Base::cend;
175 using Base::end;
184 using Base::capacity;
189 using Base::empty;
197 using Base::max_size;
202 using Base::size;
[all …]
Dflat_hash_set.h104 using Base = typename flat_hash_set::raw_hash_set;
148 using Base::Base;
153 using Base::begin;
158 using Base::cbegin;
163 using Base::cend;
168 using Base::end;
177 using Base::capacity;
182 using Base::empty;
190 using Base::max_size;
195 using Base::size;
[all …]
Dnode_hash_set.h98 using Base = typename node_hash_set::raw_hash_set;
142 using Base::Base;
147 using Base::begin;
152 using Base::cbegin;
157 using Base::cend;
162 using Base::end;
171 using Base::capacity;
176 using Base::empty;
184 using Base::max_size;
189 using Base::size;
[all …]
/third_party/opencl-headers/include/
Dopencl_wrapper.h34 using clGetPlatformIDsFunc = cl_int (*)(cl_uint, cl_platform_id *, cl_uint *);
36 using clGetPlatformInfoFunc = cl_int (*)(cl_platform_id, cl_platform_info, size_t, void *, size_t *…
38 using clBuildProgramFunc = cl_int (*)(cl_program, cl_uint, const cl_device_id *, const char *,
41 using clEnqueueNDRangeKernelFunc = cl_int (*)(cl_command_queue, cl_kernel, cl_uint, const size_t *,…
44 using clSetKernelArgFunc = cl_int (*)(cl_kernel, cl_uint, size_t, const void *);
45 using clRetainMemObjectFunc = cl_int (*)(cl_mem);
46 using clReleaseMemObjectFunc = cl_int (*)(cl_mem);
47 using clEnqueueUnmapMemObjectFunc = cl_int (*)(cl_command_queue, cl_mem, void *, cl_uint, const cl_…
48 using clRetainCommandQueueFunc = cl_int (*)(cl_command_queue command_queue);
50 using clCreateContextFunc = cl_context (*)(const cl_context_properties *, cl_uint, const cl_device_…
[all …]
/third_party/skia/third_party/externals/dawn/generator/templates/opengl/
Dopengl_platform.h17 using GLvoid = void;
18 using GLchar = char;
19 using GLenum = unsigned int;
20 using GLboolean = unsigned char;
21 using GLbitfield = unsigned int;
22 using GLbyte = khronos_int8_t;
23 using GLshort = short;
24 using GLint = int;
25 using GLsizei = int;
26 using GLubyte = khronos_uint8_t;
[all …]
/third_party/flutter/skia/third_party/externals/dawn/generator/templates/opengl/
Dopengl_platform.h17 using GLvoid = void;
18 using GLchar = char;
19 using GLenum = unsigned int;
20 using GLboolean = unsigned char;
21 using GLbitfield = unsigned int;
22 using GLbyte = khronos_int8_t;
23 using GLshort = short;
24 using GLint = int;
25 using GLsizei = int;
26 using GLubyte = khronos_uint8_t;
[all …]
/third_party/gn/src/base/
Dvalue_iterators.h20 using DictStorage = base::flat_map<std::string, std::unique_ptr<Value>>;
29 using difference_type = DictStorage::iterator::difference_type;
30 using value_type = std::pair<const std::string, Value>;
31 using reference = std::pair<const std::string&, Value&>;
32 using iterator_category = std::bidirectional_iterator_tag;
73 using difference_type = DictStorage::const_iterator::difference_type;
74 using value_type = std::pair<const std::string, Value>;
75 using reference = std::pair<const std::string&, const Value&>;
76 using iterator_category = std::bidirectional_iterator_tag;
119 using key_type = DictStorage::key_type;
[all …]
/third_party/flutter/skia/include/private/
DSkTLogic.h22 template <bool B> using bool_constant = std::integral_constant<bool, B>;
24 template <bool B, typename T, typename F> using conditional_t = typename std::conditional<B, T, F>:…
25 template <bool B, typename T = void> using enable_if_t = typename std::enable_if<B, T>::type;
27 template <typename T> using remove_const_t = typename std::remove_const<T>::type;
28 template <typename T> using remove_volatile_t = typename std::remove_volatile<T>::type;
29 template <typename T> using remove_cv_t = typename std::remove_cv<T>::type;
30 template <typename T> using remove_pointer_t = typename std::remove_pointer<T>::type;
31 template <typename T> using remove_reference_t = typename std::remove_reference<T>::type;
32 template <typename T> using remove_extent_t = typename std::remove_extent<T>::type;
34 template <typename T> using add_const_t = typename std::add_const<T>::type;
[all …]
/third_party/googletest/googlemock/test/
Dgmock_link_test.h130 using testing::_;
131 using testing::A;
132 using testing::Action;
133 using testing::AllOf;
134 using testing::AnyOf;
135 using testing::Assign;
136 using testing::ContainerEq;
137 using testing::DoAll;
138 using testing::DoDefault;
139 using testing::DoubleEq;
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DForward.h28 using BindGroup = BindGroupBase;
29 using BindGroupLayout = BindGroupLayoutBase;
46 using AdapterType = Adapter;
47 using BindGroupType = BindGroup;
48 using BindGroupLayoutType = BindGroupLayout;
49 using BufferType = Buffer;
50 using CommandBufferType = CommandBuffer;
51 using ComputePipelineType = ComputePipeline;
52 using DeviceType = Device;
53 using PipelineLayoutType = PipelineLayout;
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DForward.h42 using AdapterType = Adapter;
43 using BindGroupType = BindGroup;
44 using BindGroupLayoutType = BindGroupLayout;
45 using BufferType = Buffer;
46 using CommandBufferType = CommandBuffer;
47 using ComputePipelineType = ComputePipeline;
48 using DeviceType = Device;
49 using PipelineLayoutType = PipelineLayout;
50 using QuerySetType = QuerySet;
51 using QueueType = Queue;
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DForward.h42 using AdapterType = Adapter;
43 using BindGroupType = BindGroup;
44 using BindGroupLayoutType = BindGroupLayout;
45 using BufferType = Buffer;
46 using CommandBufferType = CommandBuffer;
47 using ComputePipelineType = ComputePipeline;
48 using DeviceType = Device;
49 using PipelineLayoutType = PipelineLayout;
50 using QuerySetType = QuerySet;
51 using QueueType = Queue;
[all …]
/third_party/jsoncpp/include/json/
Dconfig.h108 using Int = int;
109 using UInt = unsigned int;
111 using LargestInt = int;
112 using LargestUInt = unsigned int;
117 using Int64 = __int64;
118 using UInt64 = unsigned __int64;
120 using Int64 = int64_t;
121 using UInt64 = uint64_t;
123 using LargestInt = Int64;
124 using LargestUInt = UInt64;
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DForward.h42 using AdapterType = Adapter;
43 using BindGroupType = BindGroup;
44 using BindGroupLayoutType = BindGroupLayout;
45 using BufferType = Buffer;
46 using CommandBufferType = CommandBuffer;
47 using ComputePipelineType = ComputePipeline;
48 using DeviceType = Device;
49 using PipelineLayoutType = PipelineLayout;
50 using QuerySetType = QuerySet;
51 using QueueType = Queue;
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DForward.h29 using BindGroup = BindGroupBase;
30 using BindGroupLayout = BindGroupLayoutBase;
46 using AdapterType = Adapter;
47 using BindGroupType = BindGroup;
48 using BindGroupLayoutType = BindGroupLayout;
49 using BufferType = Buffer;
50 using CommandBufferType = CommandBuffer;
51 using ComputePipelineType = ComputePipeline;
52 using DeviceType = Device;
53 using PipelineLayoutType = PipelineLayout;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DRegionInfo.h82 using BrokenT = typename FuncT_::UnknownRegionTypeError;
87 using FuncT = Function;
88 using BlockT = BasicBlock;
89 using RegionT = Region;
90 using RegionNodeT = RegionNode;
91 using RegionInfoT = RegionInfo;
92 using DomTreeT = DominatorTree;
93 using DomTreeNodeT = DomTreeNode;
94 using DomFrontierT = DominanceFrontier;
95 using PostDomTreeT = PostDominatorTree;
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dunordered_set_constructor_test.h51 using H = typename TypeParam::hasher; in TYPED_TEST_P()
61 using H = typename TypeParam::hasher; in TYPED_TEST_P()
62 using E = typename TypeParam::key_equal; in TYPED_TEST_P()
74 using H = typename TypeParam::hasher; in TYPED_TEST_P()
75 using E = typename TypeParam::key_equal; in TYPED_TEST_P()
76 using A = typename TypeParam::allocator_type; in TYPED_TEST_P()
104 using has_cxx14_std_apis = std::true_type;
106 using has_cxx14_std_apis = std::false_type;
110 using expect_cxx14_apis =
119 using A = typename TypeParam::allocator_type;
[all …]
Dunordered_map_constructor_test.h50 using H = typename TypeParam::hasher; in TYPED_TEST_P()
60 using H = typename TypeParam::hasher; in TYPED_TEST_P()
61 using E = typename TypeParam::key_equal; in TYPED_TEST_P()
73 using H = typename TypeParam::hasher; in TYPED_TEST_P()
74 using E = typename TypeParam::key_equal; in TYPED_TEST_P()
75 using A = typename TypeParam::allocator_type; in TYPED_TEST_P()
95 using has_cxx14_std_apis = std::true_type;
97 using has_cxx14_std_apis = std::false_type;
101 using expect_cxx14_apis =
110 using A = typename TypeParam::allocator_type;
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DForward.h41 using AdapterType = Adapter;
42 using BindGroupType = BindGroup;
43 using BindGroupLayoutType = BindGroupLayout;
44 using BufferType = Buffer;
45 using CommandBufferType = CommandBuffer;
46 using ComputePipelineType = ComputePipeline;
47 using DeviceType = Device;
48 using PipelineLayoutType = PipelineLayout;
49 using QuerySetType = QuerySet;
50 using QueueType = Queue;
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DForward.h40 using AdapterType = Adapter;
41 using BindGroupType = BindGroup;
42 using BindGroupLayoutType = BindGroupLayout;
43 using BufferType = Buffer;
44 using CommandBufferType = CommandBuffer;
45 using ComputePipelineType = ComputePipeline;
46 using DeviceType = Device;
47 using PipelineLayoutType = PipelineLayout;
48 using QueueType = Queue;
49 using RenderPipelineType = RenderPipeline;
[all …]

12345678910>>...365