Searched refs:mFactory (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | BufferD3D.cpp | 24 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()
|
D | VertexBuffer.cpp | 59 : 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()
|
D | BufferD3D.h | 67 BufferFactoryD3D *getFactory() const { return mFactory; } in getFactory() 75 BufferFactoryD3D *mFactory; variable
|
D | IndexDataManager.h | 94 BufferFactoryD3D *const mFactory; variable
|
D | IndexDataManager.cpp | 116 : mFactory(factory), mStreamingBufferShort(), mStreamingBufferInt() in IndexDataManager() 273 StreamingBuffer newBuffer(new StreamingIndexBufferInterface(mFactory)); in getStreamingIndexBuffer()
|
D | VertexDataManager.h | 154 BufferFactoryD3D *const mFactory; variable
|
D | VertexBuffer.h | 107 BufferFactoryD3D *const mFactory; variable
|
D | VertexDataManager.cpp | 221 : 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/ |
D | BackendD3D12.cpp | 93 DAWN_TRY_ASSIGN(mFactory, in Initialize() 101 return mFactory; in GetFactory() 181 if (mFactory->EnumAdapters1(adapterIndex, &dxgiAdapter) == DXGI_ERROR_NOT_FOUND) { in DiscoverAdapters()
|
D | BackendD3D12.h | 51 ComPtr<IDXGIFactory4> mFactory; variable
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 145312 : mFactory(aFactory) in nsCreateInstanceFromFactory() 145320 nsIFactory* mFactory; member in nsCreateInstanceFromFactory
|