Searched refs:mCreateDebugDevice (Results 1 – 2 of 2) sorted by relevance
410 mCreateDebugDevice(false), in Renderer11()519 mCreateDebugDevice = ShouldUseDebugLayers(attributes); in Renderer11()665 if (mCreateDebugDevice) in initialize()858 if (mCreateDebugDevice) in initializeD3DDevice()962 mResourceManager11.setAllocationsInitialized(mCreateDebugDevice); in initializeD3DDevice()2201 UINT flags = (mCreateDebugDevice ? D3D11_CREATE_DEVICE_DEBUG : 0); in testDeviceResettable()
563 bool mCreateDebugDevice; variable