Searched refs:mCreateDebugDevice (Results 1 – 2 of 2) sorted by relevance
410 mCreateDebugDevice(false), in Renderer11()526 mCreateDebugDevice = ShouldUseDebugLayers(attributes); in Renderer11()653 if (mCreateDebugDevice) in initialize()940 if (mCreateDebugDevice) in initializeD3DDevice()1024 mResourceManager11.setAllocationsInitialized(mCreateDebugDevice); in initializeD3DDevice()2294 UINT flags = (mCreateDebugDevice ? D3D11_CREATE_DEVICE_DEBUG : 0); in testDeviceResettable()
578 bool mCreateDebugDevice; variable