Home
last modified time | relevance | path

Searched defs:type (Results 726 - 750 of 6962) sorted by relevance

1...<<21222324252627282930>>...279

/third_party/skia/src/sksl/ir/
H A DSkSLConstructorArrayCast.cpp41 Make(const Context& context, int line, const Type& type, std::unique_ptr<Expression> arg) Make() argument
[all...]
H A DSkSLConstructorDiagonalMatrix.cpp16 Make(const Context& context, int line, const Type& type, std::unique_ptr<Expression> arg) Make() argument
[all...]
H A DSkSLExternalFunction.h23 ExternalFunction(const char* name, const Type& type) in ExternalFunction() argument
H A DSkSLMethodReference.h59 MethodReference(int line, std::unique_ptr<Expression> self, std::vector<const FunctionDeclaration*> functions, const Type* type) MethodReference() argument
/third_party/skia/tests/
H A DRecordTestUtils.h21 SkRecords::Type type; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DQuerySetD3D12.cpp24 D3D12_QUERY_HEAP_TYPE D3D12QueryHeapType(wgpu::QueryType type) { in D3D12QueryHeapType() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DGLFormat.h28 GLenum type = 0; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommands.cpp31 Command type; in FreeCommands() local
216 void SkipCommand(CommandIterator* commands, Command type) { in SkipCommand() argument
H A DErrorScope.cpp62 bool ErrorScopeStack::HandleError(wgpu::ErrorType type, const char* message) { in HandleError() argument
/third_party/openssl/test/
H A Dext_internal_test.c21 unsigned int type; member
81 unsigned int type; in test_extension_list() local
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftbdf.h119 BDF_PropertyType type; member
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrload.h60 FT_UInt type; member
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dafmparse.h57 enum AFM_ValueType_ type; member
H A Dpsstack.h57 CF2_NumberType type; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-map.hh65 hb_aat_layout_feature_type_t type; member
[all...]
H A Dhb-ot-shape-complex-khmer.hh58 unsigned int type = hb_indic_get_categories (u); in set_khmer_properties() local
/third_party/skia/third_party/externals/sfntly/cpp/tools/
H A Dgenerate_font_data_xml.py39 type=int, variable
54 type=list, variable
/third_party/pulseaudio/src/pulsecore/
H A Dpacket.c37 enum { PA_PACKET_APPENDED, PA_PACKET_DYNAMIC } type; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMagic.cpp126 uint16_t type = 0; in identify_magic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Dtype_traits.h79 struct add_lvalue_reference_if_not_pointer { typedef T &type; }; typedef
84 typedef T type; global() typedef
90 struct add_const_past_pointer { typedef const T type; }; global() typedef
95 typedef const typename std::remove_pointer<T>::type *type; global() typedef
[all...]
/third_party/skia/third_party/externals/tint/src/ast/
H A Dcall_expression.cc30 CallExpression::Target ToTarget(const Type* type) { in ToTarget() argument
50 CallExpression(ProgramID pid, const Source& src, const Type* type, ExpressionList a) CallExpression() argument
H A Dinterpolate_decoration.cc45 std::ostream& operator<<(std::ostream& out, InterpolationType type) { in operator <<() argument
H A Dinterpolate_decoration.h57 const InterpolationType type; member in tint::ast::InterpolateDecoration
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dtest_inspector_builder.h107 AddOverridableConstantWithID( std::string name, uint32_t id, const ast::Type* type, const ast::Expression* constructor) AddOverridableConstantWithID() argument
124 AddOverridableConstantWithoutID( std::string name, const ast::Type* type, const ast::Expression* constructor) AddOverridableConstantWithoutID() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dtoken.cc22 std::string Token::TypeToName(Type type) { in TypeToName() argument
325 Token::Token(Type type, const Source& source, const std::string& val) in Token() argument
337 Token::Token(Type type, const Source& source) : Token(type, source, "") {} in Token() argument

Completed in 8 milliseconds

1...<<21222324252627282930>>...279