/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DDescriptorTableManager.cpp | 17 GrD3DDescriptorTableManager::createShaderViewTable(GrD3DGpu* gpu, unsigned int size) { in createShaderViewTable() argument 22 createSamplerTable( GrD3DGpu* gpu, unsigned int size) createSamplerTable() argument [all...] |
/third_party/skia/src/gpu/ |
H A D | GrMemoryPool.h | 84 size_t size() const { return fAllocator.totalSize() - fAllocator.preallocSize(); } in size() function in GrMemoryPool
|
H A D | GrMemoryPool.cpp | 61 void* GrMemoryPool::allocate(size_t size) { in allocate() argument
|
/third_party/skia/src/codec/ |
H A D | SkMasks.cpp | 93 uint32_t size = 0; in process_mask() local 61 get_comp(uint32_t pixel, uint32_t mask, uint32_t shift, uint32_t size) get_comp() argument [all...] |
H A D | SkMasks.h | 19 uint32_t size; // Of mask width member
|
/third_party/skia/src/core/ |
H A D | SkFontPriv.h | 40 static SkMatrix MakeTextMatrix(SkScalar size, SkScalar scaleX, SkScalar skewX) { in MakeTextMatrix() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Buffer.cpp | 47 void Buffer::bufferData(const void *data, GLsizeiptr size, GLenum usage) in bufferData() argument 76 void Buffer::bufferSubData(const void *data, GLsizeiptr size, GLintptr offset) in bufferSubData() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkBuffer.hpp | 50 VkDeviceSize size = 0; member in vk::Buffer
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | DisplaySurfaceKHR.hpp | 57 uint32_t size; member in vk::DisplaySurfaceKHR
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | available_instructions.cpp | 114 uint32_t AvailableInstructions::AvailableBeforeInstruction::size() const { in size() function in spvtools::fuzz::AvailableInstructions::AvailableBeforeInstruction [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | available_instructions.cpp | 114 uint32_t AvailableInstructions::AvailableBeforeInstruction::size() const { in size() function in spvtools::fuzz::AvailableInstructions::AvailableBeforeInstruction [all...] |
/third_party/skia/third_party/externals/imgui/misc/cpp/ |
H A D | imgui_stdlib.cpp | 54 bool ImGui::InputTextMultiline(const char* label, std::string* str, const ImVec2& size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) in InputTextMultiline() argument
|
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | quality_estimate.c | 44 int VP8EstimateQuality(const uint8_t* const data, size_t size) { in VP8EstimateQuality() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfrlist.h | 77 uint32_t size() const { return fCount; } in size() function in NFRuleList 89 int32_t size = fCount; in deleteAll() local
|
/third_party/skia/third_party/externals/icu/source/tools/icuinfo/ |
H A D | testplug.c | 162 static void * U_CALLCONV myMemAlloc(const void *context, size_t size) { in myMemAlloc() argument 176 static void * U_CALLCONV myMemRealloc(const void *context, void *mem, size_t size) { in myMemRealloc() argument
|
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
H A D | animencoder_fuzzer.cc | 122 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) { in LLVMFuzzerTestOneInput() argument 28 AddFrame(WebPAnimEncoder** const enc, const WebPAnimEncoderOptions& anim_config, int* const width, int* const height, int timestamp_ms, const uint8_t data[], size_t size, uint32_t* const bit_pos) AddFrame() argument [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | test_postprocessor_amp.c | 9 check_post(void *cls, enum MHD_ValueKind kind, const char* key, const char* filename, const char* content_type, const char* content_encoding, const char* data, uint64_t off, size_t size) check_post() argument
|
H A D | test_postprocessor_large.c | 67 size_t size; in test_simple_large() local 36 value_checker(void *cls, enum MHD_ValueKind kind, const char *key, const char *filename, const char *content_type, const char *transfer_encoding, const char *data, uint64_t off, size_t size) value_checker() argument
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | io_raw.c | 93 SPDYF_raw_recv(struct SPDY_Session *session, void * buffer, size_t size) SPDYF_raw_recv() argument 122 SPDYF_raw_send(struct SPDY_Session *session, const void * buffer, size_t size) SPDYF_raw_send() argument
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | FilterAudioStream.h | 48 const int size = childStream->getFramesPerBurst() * childStream->getBytesPerFrame(); in FilterAudioStream() local
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.h | 101 SkISize size() const { return this->imageInfo().dimensions(); } in size() function in final
|
/third_party/skia/tests/ |
H A D | CachedDataTest.cpp | 36 static SkCachedData* make_data(size_t size, SkDiscardableMemoryPool* pool) { in make_data() argument 85 const size_t size = 100; in DEF_TEST() local 48 test_locking(skiatest::Reporter* reporter, size_t size, SkDiscardableMemoryPool* pool) test_locking() argument [all...] |
H A D | ArenaAllocTest.cpp | 186 uint32_t size = fibs.nextBlockSize(); in DEF_TEST() local 196 uint32_t size = fibs.nextBlockSize(); in DEF_TEST() local 208 uint32_t size = fibs.nextBlockSize(); in DEF_TEST() local
|
H A D | YUVCacheTest.cpp | 49 size_t size = yuvaPixmapInfo.computeTotalBytes(); in DEF_TEST() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | PageableD3D12.cpp | 18 Pageable(ComPtr<ID3D12Pageable> d3d12Pageable, MemorySegment memorySegment, uint64_t size) Pageable() argument
|