Searched refs:C2GraphicBuffer (Results 1 – 5 of 5) sorted by relevance
66 std::shared_ptr<C2GraphicBuffer> /* src */, in copyBuffer() argument67 std::shared_ptr<C2GraphicBuffer> /* dst */) override { in copyBuffer()
845 std::shared_ptr<C2GraphicBuffer> src, std::shared_ptr<C2GraphicBuffer> dst) = 0;
1974 class C2GraphicBuffer; // read-write buffer variable2050 inline std::shared_ptr<C2GraphicBuffer> asGraphicBuffer() const {2051 … return mType == GRAPHIC ? std::shared_ptr::reinterpret_cast<C2GraphicBuffer>(this) : nullptr;2271 class C2GraphicBuffer : public C2Buffer {
470 std::shared_ptr<C2GraphicBuffer> src, std::shared_ptr<C2GraphicBuffer> dst) override;863 std::shared_ptr<C2GraphicBuffer> src, std::shared_ptr<C2GraphicBuffer> dst) { in copyBuffer()
395 std::shared_ptr<C2GraphicBuffer>, in copyBuffer() argument396 std::shared_ptr<C2GraphicBuffer>) { in copyBuffer()