/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/audio_device/ |
H A D | AudioDeviceInfoConverter.java | 91 static String typeToString(int type){ in typeToString() argument
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_mat2x2.hpp | 19 typedef tmat2x2<T, P> type; typedef
|
H A D | type_mat2x3.hpp | 20 typedef tmat2x3<T, P> type; typedef
|
H A D | type_mat2x4.hpp | 20 typedef tmat2x4<T, P> type; typedef
|
H A D | type_mat3x2.hpp | 20 typedef tmat3x2<T, P> type; typedef
|
H A D | type_mat3x3.hpp | 19 typedef tmat3x3<T, P> type; typedef
|
H A D | type_mat3x4.hpp | 20 typedef tmat3x4<T, P> type; typedef
|
H A D | type_mat4x2.hpp | 20 typedef tmat4x2<T, P> type; typedef
|
H A D | type_mat4x3.hpp | 20 typedef tmat4x3<T, P> type; typedef
|
H A D | type_mat4x4.hpp | 19 typedef tmat4x4<T, P> type; typedef
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | simd_mat4.hpp | 43 typedef fmat4x4SIMD type; typedef
|
H A D | simd_quat.hpp | 47 typedef fquatSIMD type; typedef
|
H A D | simd_vec4.hpp | 70 typedef fvec4SIMD type; typedef
|
/third_party/skia/third_party/externals/oboe/samples/audio-device/src/main/java/com/google/oboe/samples/audio_device/ |
H A D | AudioDeviceInfoConverter.java | 91 static String typeToString(int type){ in typeToString() argument
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLBinaryExpression.h | 30 BinaryExpression(int line, std::unique_ptr<Expression> left, Operator op, std::unique_ptr<Expression> right, const Type* type) BinaryExpression() argument
|
H A D | SkSLFunctionCall.h | 24 FunctionCall(int line, const Type* type, const FunctionDeclaration* function, in FunctionCall() argument
|
H A D | SkSLTypeReference.h | 52 TypeReference(int line, const Type* value, const Type* type) in TypeReference() argument
|
H A D | SkSLChildCall.h | 24 ChildCall(int line, const Type* type, const Variable* child, ExpressionArray arguments) in ChildCall() argument
|
H A D | SkSLConstructorScalarCast.cpp | 21 const Type& type = rawType.scalarTypeForLiteral(); in Convert() local 56 Make(const Context& context, int line, const Type& type, std::unique_ptr<Expression> arg) Make() argument [all...] |
H A D | SkSLConstructorMatrixResize.cpp | 15 Make(const Context& context, int line, const Type& type, std::unique_ptr<Expression> arg) Make() argument [all...] |
H A D | SkSLFunctionReference.h | 48 FunctionReference(int line, std::vector<const FunctionDeclaration*> functions, const Type* type) FunctionReference() argument
|
H A D | SkSLConstructorCompoundCast.cpp | 68 Make(const Context& context, int line, const Type& type, std::unique_ptr<Expression> arg) Make() argument [all...] |
H A D | SkSLConstructorArrayCast.cpp | 41 Make(const Context& context, int line, const Type& type, std::unique_ptr<Expression> arg) Make() argument [all...] |
H A D | SkSLConstructorDiagonalMatrix.cpp | 16 Make(const Context& context, int line, const Type& type, std::unique_ptr<Expression> arg) Make() argument [all...] |
H A D | SkSLExternalFunction.h | 23 ExternalFunction(const char* name, const Type& type) in ExternalFunction() argument
|