| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | spirv_validator_options.cpp | 20 bool spvParseUniversalLimitsOptions(const char* s, spv_validator_limit* type) { in spvParseUniversalLimitsOptions() argument [all...] |
| H A D | text.h | 36 spv_literal_type_t type; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | operand_pattern_test.cpp | 63 spv_operand_type_t type; member 131 const spv_operand_type_t type = GetParam(); in TEST_P() local 148 const spv_operand_type_t type = GetParam(); in TEST_P() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
| H A D | val_composites_test.cpp | 1866 std::string type = GetParam(); TEST_P() local 1879 std::string type = GetParam(); TEST_P() local 1892 std::string type = GetParam(); TEST_P() local 1905 std::string type = GetParam(); TEST_P() local 1919 std::string type = GetParam(); TEST_P() local 1933 std::string type = GetParam(); TEST_P() local 1947 std::string type = GetParam(); TEST_P() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | transreg.h | 117 enum { SIMPLE, COMPOUND, RULES } type; member in TransliteratorAlias
|
| H A D | ucol_imp.h | 124 char type[16]; member in CollationLoader
|
| H A D | uregion.cpp | 37 uregion_getAvailable(URegionType type, UErrorCode *status) in uregion_getAvailable() argument 59 uregion_getContainingRegionOfType(const URegion* uregion, URegionType type) in uregion_getContainingRegionOfType() argument 74 uregion_getContainedRegionsOfType(const URegion* uregion, URegionType type, UErrorCode *status) in uregion_getContainedRegionsOfType() argument
|
| /third_party/skia/third_party/externals/icu/source/samples/udata/ |
| H A D | reader.c | 59 isAcceptable(void *context, const char *type, const char *name, const UDataInfo *pInfo) isAcceptable() argument
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
| H A D | AudioOutputTester.java | 57 public void setSignalType(int type) { in setSignalType() argument
|
| H A D | OboeAudioOutputStream.java | 41 public native void setSignalType(int type); in setSignalType() argument
|
| /third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/ |
| H A D | native-lib.cpp | 80 Java_com_google_oboe_samples_megadrone_MainActivity_native_1setDefaultStreamValues(JNIEnv *env, jclass type, jint sampleRate, jint framesPerBurst) Java_com_google_oboe_samples_megadrone_MainActivity_native_1setDefaultStreamValues() argument
|
| /third_party/skia/src/ports/ |
| H A D | SkImageEncoder_CG.cpp | 72 CFStringRef type; in SkEncodeImageWithCG() local 50 SkStreamToImageDestination(SkWStream* stream, CFStringRef type) SkStreamToImageDestination() argument
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLConstructor.h | 21 AnyConstructor(int line, Kind kind, const Type* type) in AnyConstructor() argument 86 SingleArgumentConstructor(int line, Kind kind, const Type* type, in SingleArgumentConstructor() argument 118 MultiArgumentConstructor(int line, Kind kind, const Type* type, ExpressionArray arguments) in MultiArgumentConstructor() argument
|
| H A D | SkSLLiteral.h | 26 Literal(int line, double value, const Type* type) in Literal() argument 36 static std::unique_ptr<Literal> MakeFloat(int line, float value, const Type* type) { in MakeFloat() argument 47 static std::unique_ptr<Literal> MakeInt(int line, SKSL_INT value, const Type* type) { in MakeInt() argument 63 MakeBool(int line, bool value, const Type* type) MakeBool() argument 69 Make(int line, double value, const Type* type) Make() argument [all...] |
| H A D | SkSLPrefixExpression.cpp | 34 const Type& type = value->type(); in simplify_negation() local [all...] |
| /third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
| H A D | Transform.cs | 13 private readonly int type;
field in Org.Brotli.Dec.Transform 17 internal Transform(string prefix, int type, string suffix)
in Transform() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| H A D | QuerySetVk.cpp | 26 VkQueryType VulkanQueryType(wgpu::QueryType type) { in VulkanQueryType() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/ |
| H A D | DawnNativeTest.cpp | 80 void DawnNativeTest::OnDeviceError(WGPUErrorType type, const char* message, void* userdata) { in OnDeviceError() argument
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| H A D | module.cc | 69 void Module::AddTypeDecl(const ast::TypeDecl* type) { in AddTypeDecl() argument [all...] |
| H A D | variable.h | 139 const ast::Type* const type; global() member in tint::ast::Variable::ast [all...] |
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | lexer_test.cc | 528 Token::Type type; member
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | inferred_type_test.cc | 143 auto* type = ty.array(ty.u32(), 10); in TEST_F() local
|
| H A D | resolver_constants.cc | 31 EvaluateConstantValue(const ast::Expression* expr, const sem::Type* type) EvaluateConstantValue() argument 42 EvaluateConstantValue( const ast::LiteralExpression* literal, const sem::Type* type) EvaluateConstantValue() argument 61 EvaluateConstantValue(const ast::CallExpression* call, const sem::Type* type) EvaluateConstantValue() argument [all...] |
| /third_party/skia/third_party/externals/tint/src/sem/ |
| H A D | struct.cc | 81 StructMember(const ast::StructMember* declaration, Symbol name, sem::Type* type, uint32_t index, uint32_t offset, uint32_t align, uint32_t size) StructMember() argument
|
| H A D | type_manager.h | 61 auto* type = types_.Create<T>(std::forward<ARGS>(args)...); in Get() local [all...] |