Home
last modified time | relevance | path

Searched refs:mDeviceEx (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer9.cpp90 mDeviceEx = NULL; in Renderer9()
141 SafeRelease(mDeviceEx); in deinitialize()
381 result = mDevice->QueryInterface(IID_IDirect3DDevice9Ex, (void**) &mDeviceEx); in initialize()
2093 if (mDeviceEx) in getDeviceStatusCode()
2095 status = mDeviceEx->CheckDeviceState(NULL); in getDeviceStatusCode()
2115 return (mDeviceEx != NULL); in testDeviceResettable()
2117 ASSERT(mDeviceEx != NULL); in testDeviceResettable()
2135 ASSERT(mDeviceEx != NULL || !removedDevice); in resetDevice()
2147 else if (mDeviceEx) in resetDevice()
2150 result = mDeviceEx->ResetEx(&presentParameters, NULL); in resetDevice()
DRenderer9.h233 IDirect3DDevice9Ex *mDeviceEx; // Might be null if D3D9Ex is not supported. variable