Home
last modified time | relevance | path

Searched defs:data (Results 5501 - 5525 of 13794) sorted by relevance

1...<<221222223224225226227228229230>>...552

/third_party/skia/tests/
H A DPathOpsTightBoundsTest.cpp13 static void testTightBoundsLines(PathOpsThreadState* data) { in testTightBoundsLines() argument
48 static void testTightBoundsQuads(PathOpsThreadState* data) { in testTightBoundsQuads() argument
H A DStreamBufferTest.cpp20 sk_sp<SkData> data = buffer->getDataAtPosition(position, length); in test_get_data_at_position() local
[all...]
H A DBitmapCopyTest.cpp44 SkIPoint* const data; member
H A DMaskCacheTest.cpp23 static void check_data(skiatest::Reporter* reporter, SkCachedData* data, in check_data() argument
41 SkCachedData* data = SkMaskCache::FindAndRef(sigma, style, rrect, &mask, &cache); in DEF_TEST() local
78 SkCachedData* data = SkMaskCache::FindAndRef(sigma, style, rects, 1, &mask, &cache); DEF_TEST() local
[all...]
H A DPathOpsSimplifyQuadThreadedTest.cpp13 static void testSimplifyQuadsMain(PathOpsThreadState* data) in testSimplifyQuadsMain() argument
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp13 static void testSimplifyQuadralateralsMain(PathOpsThreadState* data) in testSimplifyQuadralateralsMain() argument
/third_party/skia/src/sksl/
H A DSkSLLexer.cpp28 State data[70]; member
34 uint8_t data[18]; member
/third_party/skia/src/utils/
H A DSkAnimCodecPlayer.cpp61 auto data = SkData::MakeUninitialized(size); in getFrameAt() local
/third_party/skia/src/shaders/
H A DSkColorShader.cpp53 sk_sp<SkData> data = buffer.readByteArrayAsData(); in CreateProc() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dliteral_cost.c36 DecideMultiByteStatsLevel(size_t pos, size_t len, size_t mask, const uint8_t* data) DecideMultiByteStatsLevel() argument
56 EstimateBitCostsForLiteralsUTF8(size_t pos, size_t len, size_t mask, const uint8_t* data, float* cost) EstimateBitCostsForLiteralsUTF8() argument
127 BrotliEstimateBitCostsForLiterals(size_t pos, size_t len, size_t mask, const uint8_t* data, float* cost) BrotliEstimateBitCostsForLiterals() argument
[all...]
H A Dstatic_dict.c19 static BROTLI_INLINE uint32_t Hash(const uint8_t* data) { in Hash() argument
32 DictMatchLength(const BrotliDictionary* dictionary, const uint8_t* data, size_t id, size_t len, size_t maxlen) DictMatchLength() argument
42 IsMatch(const BrotliDictionary* dictionary, DictWord w, const uint8_t* data, size_t max_length) IsMatch() argument
77 BrotliFindAllStaticDictionaryMatches( const BrotliEncoderDictionary* dictionary, const uint8_t* data, size_t min_length, size_t max_length, uint32_t* matches) BrotliFindAllStaticDictionaryMatches() argument
[all...]
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DDecodeTest.cs16 private byte[] Decompress(byte[] data, bool byByte) in Decompress() argument
53 private byte[] DecompressWithDictionary(byte[] data, byte[] dictionary) in DecompressWithDictionary() argument
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A Ddecoder_jni.cc168 const uint8_t* data = BrotliDecoderTakeOutput(handle->state, &data_length); in Java_org_brotli_wrapper_dec_DecoderJNI_nativePull() local
H A DDecoder.java138 public static byte[] decompress(byte[] data) throws IOException { in decompress() argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DConverter.h97 void* data; member
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServerQueue.cpp20 void Server::OnQueueWorkDone(WGPUQueueWorkDoneStatus status, QueueWorkDoneUserdata* data) { in OnQueueWorkDone() argument
48 DoQueueWriteBuffer(ObjectId queueId, ObjectId bufferId, uint64_t bufferOffset, const uint8_t* data, uint64_t size) DoQueueWriteBuffer() argument
76 DoQueueWriteTexture(ObjectId queueId, const WGPUImageCopyTexture* destination, const uint8_t* data, uint64_t dataSize, const WGPUTextureDataLayout* dataLayout, const WGPUExtent3D* writeSize) DoQueueWriteTexture() argument
H A DServerMemoryTransferService_mock.cpp34 void MockMemoryTransferService::MockReadHandle::SerializeDataUpdate(const void* data, in SerializeDataUpdate() argument
H A DServer.cpp54 ObjectData<WGPUTexture>* data = TextureObjects().Allocate(id); in InjectTexture() local
86 ObjectData<WGPUSwapChain>* data = SwapChainObjects().Allocate(id); in InjectSwapChain() local
109 ObjectData<WGPUDevice>* data = DeviceObjects().Allocate(id); InjectDevice() local
157 ObjectData<WGPUDevice>* data = DeviceObjects().Get(id); GetDevice() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DBufferUploadPerf.cpp100 std::vector<uint8_t> data; member in BufferUploadPerf
[all...]
/third_party/skia/third_party/externals/angle2/util/
H A Dpng_utils.cpp42 SavePNGRGB(const char *fileName, const char *title, uint32_t width, uint32_t height, const std::vector<uint8_t> &data) SavePNGRGB() argument
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A Dencoder_jni.cc168 const uint8_t* data = BrotliEncoderTakeOutput(handle->state, &data_length); in Java_org_brotli_wrapper_enc_EncoderJNI_nativePull() local
H A DEncoder.java159 public static byte[] compress(byte[] data, Parameters params) throws IOException { in compress() argument
202 public static byte[] compress(byte[] data) throws IOException { in compress() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DWireServer.cpp71 void MemoryTransferService::WriteHandle::SetTarget(void* data) { in SetTarget() argument
/third_party/skia/third_party/externals/dawn/src/fuzzers/
H A DDawnWireServerFuzzer.cpp77 int DawnWireServerFuzzer::Run(const uint8_t* data, in Run() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DTexture3DTests.cpp79 std::vector<RGBA8> data = std::vector<RGBA8>(size); in TEST_P() local

Completed in 16 milliseconds

1...<<221222223224225226227228229230>>...552