| /third_party/flutter/skia/include/gpu/gl/ |
| D | GrGLFunctions.h | 21 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/ |
| D | GrGLFunctions.h | 21 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/opencl-headers/include/ |
| D | opencl_wrapper.h | 34 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/ |
| D | opengl_platform.h | 17 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/ |
| D | opengl_platform.h | 17 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/typescript/tests/baselines/reference/ |
| D | modularizeLibrary_ErrorFromUsingES6FeaturesWithOnlyES5Lib.js | 2 // All will be error from using ES6 features but only include ES5 library 3 // Using Es6 array 10 // Using ES6 collection 13 // Using ES6 iterable 16 // Using ES6 function 20 // Using ES6 math 23 // Using ES6 object 32 // Using Es6 proxy 36 // Using ES6 reflect 39 // Using Es6 regexp [all …]
|
| D | modularizeLibrary_TargetES6UsingES6Lib.js | 2 // Using Es6 array 9 // Using ES6 collection 12 // Using ES6 iterable 15 // Using ES6 function 19 // Using ES6 math 22 // Using ES6 object 31 // Using Es6 proxy 35 // Using ES6 reflect 38 // Using Es6 regexp 42 // Using ES6 string [all …]
|
| D | modularizeLibrary_TargetES5UsingES6Lib.js | 2 // Using Es6 array 9 // Using ES6 collection 12 // Using ES6 iterable 15 // Using ES6 function 19 // Using ES6 generator 36 // Using ES6 math 39 // Using ES6 object 48 // Using ES6 promise 58 // Using Es6 proxy 62 // Using ES6 reflect [all …]
|
| D | modularizeLibrary_NoErrorDuplicateLibOptions2.js | 2 // Using Es6 array 9 // Using ES6 collection 12 // Using ES6 iterable 15 // Using ES6 function 19 // Using ES6 generator 36 // Using ES6 math 39 // Using ES6 object 48 // Using ES6 promise 58 // Using Es6 proxy 62 // Using ES6 reflect [all …]
|
| D | modularizeLibrary_NoErrorDuplicateLibOptions1.js | 2 // Using Es6 array 9 // Using ES6 collection 12 // Using ES6 iterable 15 // Using ES6 function 19 // Using ES6 generator 36 // Using ES6 math 39 // Using ES6 object 48 // Using ES6 promise 58 // Using Es6 proxy 62 // Using ES6 reflect [all …]
|
| D | propertyAccess.js | 48 // Bracket notation property access using string literal value on type with property of that litera… 52 // Bracket notation property access using string literal value on type without property of that lit… 56 // Bracket notation property access using numeric string literal value on type with property of tha… 60 // Bracket notation property access using numeric string literal value on type without property of … 64 // Bracket notation property access using numeric value on type with numeric index signature 68 // Bracket notation property access using enum value on type with numeric index signature 72 // Bracket notation property access using value of type 'any' on type with numeric index signature 76 // Bracket notation property access using string value on type with numeric index signature 80 // Bracket notation property access using value of other type on type with numeric index signature … 83 // Bracket notation property access using string value on type with string index signature and no n… [all …]
|
| /third_party/flutter/skia/include/private/ |
| D | SkTLogic.h | 22 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/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| D | unordered_map_constructor_test.h | 50 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 …]
|
| D | unordered_set_constructor_test.h | 51 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 …]
|
| /third_party/gn/src/base/ |
| D | value_iterators.h | 20 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/third_party/externals/dawn/src/dawn_native/metal/ |
| D | Forward.h | 28 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/ |
| D | Forward.h | 42 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/ |
| D | Forward.h | 42 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/swiftshader/src/System/ |
| D | Types.hpp | 23 // However, GCC already defaults to using unsigned int as the underlying type of an unscoped enum w… 186 using vec2 = vec<T, 2>; 188 using vec3 = vec<T, 3>; // aligned to 4 elements 190 using vec4 = vec<T, 4>; 192 using vec8 = vec<T, 8>; 194 using vec16 = vec<T, 16>; 196 using int2 = vec2<int>; 197 using uint2 = vec2<unsigned int>; 198 using float2 = vec2<float>; 199 using dword2 = vec2<dword>; [all …]
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
| D | Forward.h | 42 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/ |
| D | Forward.h | 29 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/googletest/googlemock/test/ |
| D | gmock_link_test.h | 102 // constructs, only that the programs using them will link successfully. 130 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; [all …]
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | Forward.h | 41 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/ |
| D | Forward.h | 40 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 …]
|
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | Forward.h | 40 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 …]
|