/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | type_trait.hpp | 41 struct type struct 52 struct type<tvec1, T, P> struct 64 struct type<tvec2, T, P> struct 76 struct type<tvec3, T, P> struct 88 struct type<tvec4, T, P> struct 100 struct type<tmat2x2, T, P> struct 114 struct type<tmat2x3, T, P> struct 128 struct type<tmat2x4, T, P> struct 142 struct type<tmat3x struct 156 struct type<tmat3x3, T, P> global() struct 170 struct type<tmat3x4, T, P> global() struct 184 struct type<tmat4x2, T, P> global() struct 198 struct type<tmat4x3, T, P> global() struct 212 struct type<tmat4x4, T, P> global() struct 226 struct type<tquat, T, P> global() struct 238 struct type<tdualquat, T, P> global() struct [all...] |
/third_party/skia/src/sksl/ir/ |
H A D | SkSLConstructorArray.cpp | 15 Convert(const Context& context, int line, const Type& type, ExpressionArray args) Convert() argument 63 Make(const Context& context, int line, const Type& type, ExpressionArray args) Make() argument [all...] |
H A D | SkSLCodeStringExpression.h | 25 CodeStringExpression(String code, const Type* type) in CodeStringExpression() argument
|
H A D | SkSLConstructorStruct.cpp | 15 Convert(const Context& context, int line, const Type& type, ExpressionArray args) Convert() argument 45 arguments_match_field_types(const ExpressionArray& args, const Type& type) arguments_match_field_types() argument 60 Make(const Context& context, int line, const Type& type, ExpressionArray args) Make() argument [all...] |
H A D | SkSLConstructorScalarCast.h | 29 ConstructorScalarCast(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorScalarCast() argument
|
H A D | SkSLConstructorSplat.h | 28 ConstructorSplat(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorSplat() argument 31 ConstructorSplat(const Expression& scalar, const Type& type) in ConstructorSplat() argument [all...] |
H A D | SkSLConstructorMatrixResize.h | 30 ConstructorMatrixResize(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorMatrixResize() argument
|
H A D | SkSLConstructorStruct.h | 22 ConstructorStruct(int line, const Type& type, ExpressionArray arguments) in ConstructorStruct() argument
|
H A D | SkSLConstructorCompound.cpp | 17 Make(const Context& context, int line, const Type& type, ExpressionArray args) Make() argument [all...] |
H A D | SkSLConstructorArrayCast.h | 31 ConstructorArrayCast(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorArrayCast() argument
|
H A D | SkSLConstructorCompoundCast.h | 29 ConstructorCompoundCast(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorCompoundCast() argument
|
H A D | SkSLConstructorDiagonalMatrix.h | 30 ConstructorDiagonalMatrix(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorDiagonalMatrix() argument
|
H A D | SkSLConstructorCompound.h | 31 ConstructorCompound(int line, const Type& type, ExpressionArray args) in ConstructorCompound() argument
|
H A D | SkSLConstructorArray.h | 22 ConstructorArray(int line, const Type& type, ExpressionArray arguments) in ConstructorArray() argument
|
H A D | SkSLSetting.h | 25 Setting(int line, skstd::string_view name, const Type* type) in Setting() argument
|
H A D | SkSLStructDefinition.h | 31 StructDefinition(int line, const Type& type) in StructDefinition() argument 35 const Type& type() const { in type() function in SkSL::final
|
/third_party/skia/src/sksl/ |
H A D | SkSLUtil.cpp | 35 bool type_to_grsltype(const Context& context, const Type& type, GrSLType* outType) { in type_to_grsltype() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | BackendConnection.cpp | 19 BackendConnection::BackendConnection(InstanceBase* instance, wgpu::BackendType type) in BackendConnection() argument
|
/third_party/openssl/crypto/asn1/ |
H A D | d2i_param.c | 18 EVP_PKEY *d2i_KeyParams(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_KeyParams() argument 49 EVP_PKEY *d2i_KeyParams_bio(int type, EVP_PKEY **a, BIO *in) in d2i_KeyParams_bio() argument
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | array.h | 63 const Type* const type; member in tint::ast::Array
|
H A D | call_expression.h | 71 const Type* type = nullptr; member
|
H A D | call_expression_test.cc | 52 auto* type = ty.f32(); in TEST_F() local 68 auto* type = ty.f32(); in TEST_F() local [all...] |
H A D | matrix.h | 54 const Type* const type; member in tint::ast::Matrix
|
H A D | pointer.h | 56 const Type* const type; member in tint::ast::Pointer
|
H A D | struct_member.h | 58 const ast::Type* const type; member in tint::ast::StructMember::ast
|