Home
last modified time | relevance | path

Searched refs:mFactory (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DBufferD3D.cpp24 mFactory(factory), in BufferD3D()
78 StaticVertexBufferInterface *newStaticBuffer = new StaticVertexBufferInterface(mFactory); in initializeStaticData()
84 mStaticIndexBuffer = new StaticIndexBufferInterface(mFactory); in initializeStaticData()
137 StaticVertexBufferInterface *newStaticBuffer = new StaticVertexBufferInterface(mFactory); in getStaticVertexBuffer()
DVertexBuffer.cpp59 : mFactory(factory), mVertexBuffer(factory->createVertexBuffer()), mDynamic(dynamic) in VertexBufferInterface()
103 ANGLE_TRY(mFactory->getVertexSpaceRequired(context, attrib, binding, count, instances, in getSpaceRequired()
142 mVertexBuffer = mFactory->createVertexBuffer(); in reset()
223 ANGLE_TRY(mFactory->getVertexSpaceRequired(context, attrib, binding, count, instances, in reserveVertexSpace()
DBufferD3D.h67 BufferFactoryD3D *getFactory() const { return mFactory; } in getFactory()
75 BufferFactoryD3D *mFactory; variable
DIndexDataManager.h94 BufferFactoryD3D *const mFactory; variable
DIndexDataManager.cpp116 : mFactory(factory), mStreamingBufferShort(), mStreamingBufferInt() in IndexDataManager()
273 StreamingBuffer newBuffer(new StreamingIndexBufferInterface(mFactory)); in getStreamingIndexBuffer()
DVertexDataManager.h154 BufferFactoryD3D *const mFactory; variable
DVertexBuffer.h107 BufferFactoryD3D *const mFactory; variable
DVertexDataManager.cpp221 : mFactory(factory), mStreamingBuffer(factory) in VertexDataManager()
565 mFactory->getVertexSpaceRequired(context, attrib, binding, 1, 0, 0, &translated->stride)); in storeDynamicAttrib()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.cpp93 DAWN_TRY_ASSIGN(mFactory, in Initialize()
101 return mFactory; in GetFactory()
181 if (mFactory->EnumAdapters1(adapterIndex, &dxgiAdapter) == DXGI_ERROR_NOT_FOUND) { in DiscoverAdapters()
DBackendD3D12.h51 ComPtr<IDXGIFactory4> mFactory; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp145312 : mFactory(aFactory) in nsCreateInstanceFromFactory()
145320 nsIFactory* mFactory; member in nsCreateInstanceFromFactory