| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_scopes.cpp | 47 uint32_t value = 0; in ValidateScope() local 83 uint32_t value = 0; in ValidateExecutionScope() local 191 uint32_t value = 0; ValidateMemoryScope() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | diagnostic_test.cpp | 71 spv_result_t value; in TEST() local
|
| H A D | operand_capabilities_test.cpp | 37 uint32_t value; member
|
| H A D | text_to_binary_test.cpp | 52 uint32_t value; in TEST_P() local 97 uint32_t value; in TEST_P() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | formatted_string_builder.h | 41 T value[DEFAULT_CAPACITY]; member
|
| /third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
| H A D | advanced_api_fuzzer.c | 32 const uint8_t value = FuzzHash(data, size); in LLVMFuzzerTestOneInput() local [all...] |
| H A D | simple_api_fuzzer.c | 25 const uint8_t value = FuzzHash(data, size); in LLVMFuzzerTestOneInput() local [all...] |
| /third_party/skia/third_party/externals/microhttpd/doc/examples/ |
| H A D | logging.c | 18 print_out_key(void *cls, enum MHD_ValueKind kind, const char *key, const char *value) print_out_key() argument
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
| H A D | type_mat2x2.hpp | 24 col_type value[2]; member
|
| H A D | type_mat2x3.hpp | 25 col_type value[2]; member
|
| H A D | type_mat2x4.hpp | 25 col_type value[2]; member
|
| H A D | type_mat3x2.hpp | 25 col_type value[3]; member
|
| H A D | type_mat3x3.hpp | 24 col_type value[3]; member
|
| H A D | type_mat3x4.hpp | 25 col_type value[3]; member
|
| H A D | type_mat4x2.hpp | 25 col_type value[4]; member
|
| H A D | type_mat4x3.hpp | 25 col_type value[4]; member
|
| H A D | type_mat4x4.hpp | 24 col_type value[4]; member
|
| /third_party/skia/third_party/externals/oboe/tests/ |
| H A D | testFlowgraph.cpp | 85 constexpr float value = 1.0f; in TEST() local
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLTypeReference.h | 24 TypeReference(const Context& context, int line, const Type* value) in TypeReference() argument 35 const Type& value() const { in value() function in SkSL::final 52 TypeReference(int line, const Type* value, const Type* type) in TypeReference() argument
|
| H A D | SkSLSwitchStatement.h | 29 SwitchStatement(int line, bool isStatic, std::unique_ptr<Expression> value, in SwitchStatement() argument 66 std::unique_ptr<Expression>& value() { in value() function in SkSL::final 70 const std::unique_ptr<Expression>& value() const { in value() function in SkSL::final
|
| H A D | SkSLSwitchCase.h | 24 SwitchCase(int line, std::unique_ptr<Expression> value, std::unique_ptr<Statement> statement) in SwitchCase() argument 29 std::unique_ptr<Expression>& value() { in value() function in SkSL::final 33 const std::unique_ptr<Expression>& value() const { in value() function in SkSL::final
|
| /third_party/skia/src/utils/ |
| H A D | SkParseColor.cpp | 342 const char* SkParse::FindColor(const char* value, SkColor* colorPtr) { in FindColor() argument
|
| /third_party/skia/tests/ |
| H A D | DequeTest.cpp | 38 int value = max; in assert_iter() local [all...] |
| /third_party/skia/src/opts/ |
| H A D | SkUtils_opts.h | 17 static void memsetT(T buffer[], T value, int count) { in memsetT() argument 33 /*not static*/ inline void memset16(uint16_t buffer[], uint16_t value, int count) { in memset16() argument 36 /*not static*/ inline void memset32(uint32_t buffer[], uint32_t value, int count) { in memset32() argument 39 /*not static*/ inline void memset64(uint64_t buffer[], uint64_t value, int count) { in memset64() argument 44 static void rect_memsetT(T buffer[], T value, in argument 51 rect_memset16(uint16_t buffer[], uint16_t value, int count, size_t rowBytes, int height) rect_memset16() argument 55 rect_memset32(uint32_t buffer[], uint32_t value, int count, size_t rowBytes, int height) rect_memset32() argument 59 rect_memset64(uint64_t buffer[], uint64_t value, int count, size_t rowBytes, int height) rect_memset64() argument [all...] |
| /third_party/skia/src/sksl/dsl/ |
| H A D | DSLCase.cpp | 16 DSLCase::DSLCase(DSLExpression value, SkSL::StatementArray statements, PositionInfo pos) in DSLCase() argument 21 DSLCase::DSLCase(DSLExpression value, SkTArray<DSLStatement> statements, PositionInfo pos) in DSLCase() argument
|