Home
last modified time | relevance | path

Searched defs:type (Results 401 - 425 of 6833) sorted by relevance

1...<<11121314151617181920>>...274

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dtype_trait.hpp41 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 DSkSLConstructorArray.cpp15 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 DSkSLCodeStringExpression.h25 CodeStringExpression(String code, const Type* type) in CodeStringExpression() argument
H A DSkSLConstructorStruct.cpp15 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 DSkSLConstructorScalarCast.h29 ConstructorScalarCast(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorScalarCast() argument
H A DSkSLConstructorSplat.h28 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 DSkSLConstructorMatrixResize.h30 ConstructorMatrixResize(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorMatrixResize() argument
H A DSkSLConstructorStruct.h22 ConstructorStruct(int line, const Type& type, ExpressionArray arguments) in ConstructorStruct() argument
H A DSkSLConstructorCompound.cpp17 Make(const Context& context, int line, const Type& type, ExpressionArray args) Make() argument
[all...]
H A DSkSLConstructorArrayCast.h31 ConstructorArrayCast(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorArrayCast() argument
H A DSkSLConstructorCompoundCast.h29 ConstructorCompoundCast(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorCompoundCast() argument
H A DSkSLConstructorDiagonalMatrix.h30 ConstructorDiagonalMatrix(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorDiagonalMatrix() argument
H A DSkSLConstructorCompound.h31 ConstructorCompound(int line, const Type& type, ExpressionArray args) in ConstructorCompound() argument
H A DSkSLConstructorArray.h22 ConstructorArray(int line, const Type& type, ExpressionArray arguments) in ConstructorArray() argument
H A DSkSLSetting.h25 Setting(int line, skstd::string_view name, const Type* type) in Setting() argument
H A DSkSLStructDefinition.h31 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 DSkSLUtil.cpp35 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 DBackendConnection.cpp19 BackendConnection::BackendConnection(InstanceBase* instance, wgpu::BackendType type) in BackendConnection() argument
/third_party/openssl/crypto/asn1/
H A Dd2i_param.c18 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 Darray.h63 const Type* const type; member in tint::ast::Array
H A Dcall_expression.h71 const Type* type = nullptr; member
H A Dcall_expression_test.cc52 auto* type = ty.f32(); in TEST_F() local
68 auto* type = ty.f32(); in TEST_F() local
[all...]
H A Dmatrix.h54 const Type* const type; member in tint::ast::Matrix
H A Dpointer.h56 const Type* const type; member in tint::ast::Pointer
H A Dstruct_member.h58 const ast::Type* const type; member in tint::ast::StructMember::ast

Completed in 10 milliseconds

1...<<11121314151617181920>>...274