Home
last modified time | relevance | path

Searched defs:type (Results 4151 - 4175 of 12363) sorted by relevance

1...<<161162163164165166167168169170>>...495

/third_party/skia/third_party/externals/icu/source/samples/strsrch/
H A Dstrsrch.cpp75 enum {FLAG, NUM, STRING} type; member
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpackage.h42 char type; member
H A Dunewdata.cpp36 udata_create(const char *dir, const char *type, const char *name, in udata_create() argument
194 udata_createDummy(const char *dir, const char *type, const char *name, UErrorCode *pErrorCode) { in udata_createDummy() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c682 DWORD type; // Mus in W32_SetThreadName() member
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_https_sni.c145 unsigned int type; in sni_callback() local
/third_party/skia/src/ports/
H A DSkImageEncoder_WIC.cpp35 GUID type; in SkEncodeImageWithWIC() local
/third_party/skia/src/sksl/dsl/
H A DDSLExpression.cpp128 DSLType DSLExpression::type() { in type() function in SkSL::dsl::DSLExpression
296 DSLType DSLPossibleExpression::type() { in type() function in SkSL::dsl::DSLPossibleExpression
H A DDSLType.cpp49 const SkSL::Type* type in find_type() local
18 verify_type(const Context& context, const SkSL::Type* type, bool allowPrivateTypes, PositionInfo pos) verify_type() argument
57 const Type* type = find_type(context, name, pos); find_type() local
175 DSLType(const SkSL::Type* type) DSLType() argument
238 Construct(DSLType type, SkSpan<DSLExpression> argArray) Construct() argument
273 const SkSL::Type& type = field.fType.skslType(); Struct() local
[all...]
H A DDSLVar.cpp26 DSLVarBase::DSLVarBase(DSLType type, skstd::string_view name, DSLExpression initialValue, in DSLVarBase() argument
30 DSLVarBase::DSLVarBase(DSLType type, DSLExpression initialValue, PositionInfo pos) in DSLVarBase() argument
33 DSLVarBase::DSLVarBase(const DSLModifiers& modifiers, DSLType type, DSLExpression initialValue, in DSLVarBase() argument
37 DSLVarBase::DSLVarBase(const DSLModifiers& modifiers, DSLType type, skstd::string_view name, in DSLVarBase() argument
[all...]
/third_party/skia/tests/
H A DPDFJpegEmbedTest.cpp115 SkJFIFInfo::Type type; in DEF_TEST() member
/third_party/skia/src/sksl/ir/
H A DSkSLVariable.h45 Variable(int line, const Modifiers* modifiers, skstd::string_view name, const Type* type, in Variable() argument
/third_party/skia/src/sksl/lex/
H A DTransitionTable.cpp39 IndexType type; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DPipelineLayoutD3D12.cpp55 D3D12_ROOT_PARAMETER_TYPE RootParameterType(wgpu::BufferBindingType type) { in RootParameterType() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
H A DMemoryServiceZirconHandle.cpp36 SupportsImportMemory(VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags) SupportsImportMemory() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DBuffer.h87 MapRequestType type = MapRequestType::None; member
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServerDevice.cpp53 void Server::OnUncapturedError(ObjectHandle device, WGPUErrorType type, const char* message) { in OnUncapturedError() argument
73 void Server::OnLogging(ObjectHandle device, WGPULoggingType type, const char* message) { in OnLogging() argument
104 void Server::OnDevicePopErrorScope(WGPUErrorType type, in OnDevicePopErrorScope() argument
H A DObjectStorage.h73 inline uint64_t PackObjectTypeAndId(ObjectType type, ObjectId id) { in PackObjectTypeAndId() argument
80 ObjectType type = static_cast<ObjectType>(payload >> 32); in UnpackObjectTypeAndId() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DFormat.cpp29 SampleTypeBit ToSampleTypeBit(wgpu::TextureComponentType type) { in ToSampleTypeBit() argument
H A DShaderModule.cpp132 TintResourceTypeToBindingInfoType( tint::inspector::ResourceBinding::ResourceType type) TintResourceTypeToBindingInfoType() argument
273 TintComponentTypeToTextureComponentType( tint::inspector::ComponentType type) TintComponentTypeToTextureComponentType() argument
289 TintComponentTypeToVertexFormatBaseType( tint::inspector::ComponentType type) TintComponentTypeToVertexFormatBaseType() argument
332 TintComponentTypeToInterStageComponentType( tint::inspector::ComponentType type) TintComponentTypeToInterStageComponentType() argument
348 TintCompositionTypeToInterStageComponentCount( tint::inspector::CompositionType type) TintCompositionTypeToInterStageComponentCount() argument
366 TintInterpolationTypeToInterpolationType( tint::inspector::InterpolationType type) TintInterpolationTypeToInterpolationType() argument
382 TintInterpolationSamplingToInterpolationSamplingType( tint::inspector::InterpolationSampling type) TintInterpolationSamplingToInterpolationSamplingType() argument
400 FromTintOverridableConstantType( tint::inspector::OverridableConstant::Type type) FromTintOverridableConstantType() argument
[all...]
/third_party/openssl/test/
H A Devp_pkey_dparams_test.c215 int type; member
251 int type = pkey_params[id].type; in params_bio_test() local
278 int type = pkey_params[id].type; in set_enc_pubkey_test() local
H A Dprovider_status_test.c53 const char *phase = NULL, *type = NULL, *desc = NULL; in self_test_events() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-meta.hh44 template<typename... Ts> struct _hb_void_t { typedef void type; }; typedef
47 template<typename Head, typename... Ts> struct _hb_head_t { typedef Head type; }; typedef
63 template <typename T> struct hb_enable_if<true, T> { typedef T type; }; typedef
85 template <typename T> struct hb_type_identity_t { typedef T type; }; typedef
[all...]
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dshape-format.hh154 serialize_message(unsigned int line_no, const char *type, const char *msg, GString *gs) serialize_message() argument
/third_party/skia/third_party/externals/piex/src/tiff_directory/
H A Dtiff_directory.h136 Type type; global() member
[all...]
/third_party/python/Modules/_blake2/clinic/
H A Dblake2s_impl.c.h22 py_blake2s_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in py_blake2s_new() argument

Completed in 16 milliseconds

1...<<161162163164165166167168169170>>...495