| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugArangeSet.cpp | 33 DWARFDebugArangeSet::extract(DataExtractor data, uint64_t *offset_ptr) { in extract() argument [all...] |
| H A D | DWARFDebugRangeList.cpp | 25 Error DWARFDebugRangeList::extract(const DWARFDataExtractor &data, in extract() argument
|
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| H A D | ppm_test.cc | 58 std::vector<amber::Value> data; in TEST_F() local
|
| /third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
| H A D | parser_clear_color_test.cc | 95 std::string data; member
|
| H A D | parser_clear_depth_test.cc | 92 std::string data; member
|
| H A D | parser_clear_stencil_test.cc | 92 std::string data; member
|
| /third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
| H A D | datum_type_parser.cc | 27 std::unique_ptr<type::Type> DatumTypeParser::Parse(const std::string& data) { in Parse() argument [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/fuzzers/ |
| H A D | spvtools_as_fuzzer.cpp | 23 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument [all...] |
| H A D | spvtools_fuzz_fuzzer.cpp | 23 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | BPTCCompressedTextureTest.cpp | 160 std::vector<GLubyte> data; in TEST_P() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkColorFilterBase.h | 66 static sk_sp<SkColorFilter> Deserialize(const void* data, size_t size, in Deserialize() argument
|
| H A D | SkPicturePlayback.h | 21 SkPicturePlayback(const SkPictureData* data) in SkPicturePlayback() argument
|
| H A D | SkOpts.h | 59 static inline uint32_t hash(const void* data, size_t bytes, uint32_t seed=0) { in hash() argument
|
| H A D | SkAutoPixmapStorage.cpp | 65 void* data = fStorage; in detachPixels() local 77 sk_sp<SkData> data = SkData::MakeFromMalloc(fStorage, this->computeByteSize()); in detachPixelsAsData() local
|
| H A D | SkMallocPixelRef.cpp | 54 MakeWithData(const SkImageInfo& info, size_t rowBytes, sk_sp<SkData> data) MakeWithData() argument
|
| /third_party/skia/src/gpu/ |
| H A D | GrCpuBuffer.h | 36 char* data() { return reinterpret_cast<char*>(fData); } in data() function in final 37 const char* data() const { return reinterpret_cast<const char*>(fData); } in data() function in final 40 GrCpuBuffer(void* data, size_t size) : fData(data), fSize(size) {} in GrCpuBuffer() argument
|
| /third_party/skia/src/gpu/ops/ |
| H A D | SmallPathShapeData.h | 40 const uint32_t* data() const { return fKey.get(); } in data() function in skgpu::v1::SmallPathShapeDataKey 59 static inline const SmallPathShapeDataKey& GetKey(const SmallPathShapeData& data) { in GetKey() argument
|
| /third_party/skia/src/opts/ |
| H A D | SkChecksum_opts.h | 112 inline uint32_t hash_fn(const void* data, size_t len, uint32_t seed) { in hash_fn() argument
|
| /third_party/skia/samplecode/ |
| H A D | SampleCowboy.cpp | 44 auto data = GetResourceAsData(fResource); variable
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| H A D | Resource.cpp | 180 const void *Resource::data() const in data() function in sw::Resource
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | VertexRoutine.hpp | 35 Pointer<Byte> data; member in sw::VertexRoutinePrototype
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkDescriptorSet.hpp | 48 alignas(16) uint8_t data[1]; variable
|
| H A D | VkSpecializationInfo.cpp | 34 void *data = sw::allocateUninitialized(specializationInfo->dataSize); in SpecializationInfo() local
|
| /third_party/skia/third_party/externals/swiftshader/src/WSI/ |
| H A D | WaylandSurfaceKHR.hpp | 31 uint8_t *data; member
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
| H A D | import.go | 166 type data struct { type [all...] |