/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | mtl_occlusion_query_pool.h | 48 size_t getNumRenderPassAllocatedQueries() const { return mAllocatedQueries.size(); } in getNumRenderPassAllocatedQueries()
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | angle_end2end_tests_main.cpp | 35 if (!angle::FindTestDataPath(kTestExpectationsPath, foundDataPath.data(), foundDataPath.size())) in main()
|
/third_party/skia/src/codec/ |
H A D | SkEncodedInfo.cpp | 13 if (skcms_Parse(data->data(), data->size(), &profile)) { in Make()
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockBuffer.h | 26 fMapPtr = sk_malloc_throw(this->size());
|
/third_party/skia/src/core/ |
H A D | SkMD5.h | 21 bool write(const void* buffer, size_t size) final;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | VertexArray.h | 40 void setAttributeState(unsigned int attributeIndex, Buffer *boundBuffer, GLint size, GLenum type,
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_loop_preheaders.cpp | 49 if (GetIRContext()->cfg()->preds(block.id()).size() < 2) { in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_add_loop_preheaders.cpp | 49 if (GetIRContext()->cfg()->preds(block.id()).size() < 2) { in Apply()
|
/third_party/skia/third_party/externals/imgui/misc/cpp/ |
H A D | imgui_stdlib.h | 20 IMGUI_API bool InputTextMultiline(const char* label, std::string* str, const ImVec2& size = ImVec2(0, 0), ImGuiInputTextFlags flags = 0, ImGuiInputTextCallback callback = NULL, void* user_data = NULL);
|
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | extras.h | 69 WEBP_EXTERN int VP8EstimateQuality(const uint8_t* const data, size_t size);
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
H A D | types.h | 56 // Allocates 'size' bytes of memory. Returns NULL upon error. Memory 59 WEBP_EXTERN void* WebPMalloc(size_t size);
|
/third_party/skia/src/sksl/ |
H A D | SkSLOutputStream.cpp | 15 this->write(s.c_str(), s.size()); in writeString()
|
H A D | SkSLMangler.cpp | 40 uniqueName = String::printf("_%d_%.*s", fCounter++, (int)baseName.size(), baseName.data()); in uniqueName()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVtoHLSL.cpp | 24 spirv.size() / sizeof(uint32_t)); in SPIRVtoHLSL()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | PageableD3D12.h | 31 Pageable(ComPtr<ID3D12Pageable> d3d12Pageable, MemorySegment memorySegment, uint64_t size);
|
H A D | HeapAllocatorD3D12.h | 36 uint64_t size) override;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | RingBufferAllocator.h | 47 uint64_t size; member 56 uint64_t mMaxBlockSize = 0; // Max size of the ring buffer (in bytes).
|
H A D | ScratchBuffer.cpp | 34 descriptor.size = capacity; in EnsureCapacity()
|
H A D | PooledResourceMemoryAllocator.h | 27 // |PooledResourceMemoryAllocator| allocates a fixed-size resource memory from a resource memory 37 uint64_t size) override;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | QueueGL.h | 33 size_t size) override;
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | MemoryAllocationStressTests.cpp | 33 descriptor.size = 1024 * 1024 * 1024; // 1G in TEST_P()
|
/third_party/skia/third_party/externals/brotli/c/include/brotli/ |
H A D | types.h | 66 * @param size requested memory region size; can not be @c 0 68 * @returns a valid pointer to a memory region of at least @p size bytes 71 typedef void* (*brotli_alloc_func)(void* opaque, size_t size);
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | Queue.h | 37 void WriteBuffer(WGPUBuffer cBuffer, uint64_t bufferOffset, const void* data, size_t size);
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftbase.h | 56 FT_ULong size,
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffgload.h | 52 CFF_Size size,
|