Searched refs:MemoryObjectImpl (Results 1 – 19 of 19) sorted by relevance
20 class MemoryObjectImpl; variable35 rx::MemoryObjectImpl *getImplementation() const { return mImplementation.get(); } in getImplementation()49 std::unique_ptr<rx::MemoryObjectImpl> mImplementation;
25 class MemoryObjectImpl : angle::NonCopyable28 virtual ~MemoryObjectImpl() {} in ~MemoryObjectImpl()
40 class MemoryObjectImpl; variable96 virtual MemoryObjectImpl *createMemoryObject() = 0;
16 class MemoryObjectGL : public MemoryObjectImpl
80 MemoryObjectImpl *createMemoryObject() override;
158 MemoryObjectImpl *ContextGL::createMemoryObject() in createMemoryObject()
18 class MemoryObjectVk : public MemoryObjectImpl
277 MemoryObjectImpl *createMemoryObject() override;
3066 MemoryObjectImpl *ContextVk::createMemoryObject() in createMemoryObject()
90 MOCK_METHOD0(createMemoryObject, MemoryObjectImpl *());
192 MemoryObjectImpl *createMemoryObject() override;
400 MemoryObjectImpl *ContextNULL::createMemoryObject() in createMemoryObject()
65 MemoryObjectImpl *createMemoryObject() override;
134 MemoryObjectImpl *Context9::createMemoryObject() in createMemoryObject()
66 MemoryObjectImpl *createMemoryObject() override;
232 MemoryObjectImpl *Context11::createMemoryObject() in createMemoryObject()
191 MemoryObjectImpl *createMemoryObject() override;
899 MemoryObjectImpl *ContextMtl::createMemoryObject()
300 "src/libANGLE/renderer/MemoryObjectImpl.h",