Searched refs:mResourceManager11 (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.h | 427 return mResourceManager11.allocate(context, this, &desc, nullptr, resourceOut); in allocateResource() 436 return mResourceManager11.allocate(context, this, &desc, initData, resourceOut); in allocateResource() 444 return mResourceManager11.allocate(context, this, nullptr, initData, resourceOut); in allocateResourceNoDesc() 611 ResourceManager11 mResourceManager11; variable
|
D | Renderer11.cpp | 955 mResourceManager11.setAllocationsInitialized(mCreateDebugDevice); in initializeD3DDevice() 4142 ANGLE_TRY(mResourceManager11.allocate(context, this, &desc, initData, &texture)); in allocateTexture() 4154 ANGLE_TRY(mResourceManager11.allocate(context, this, &desc, initData, &texture)); in allocateTexture()
|