Searched refs:mOffscreenTexture (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DSwapChain9.cpp25 mOffscreenTexture = NULL;
62 if (mOffscreenTexture)
64 mOffscreenTexture->Release();
65 mOffscreenTexture = NULL;
126 if (mOffscreenTexture)
128 mOffscreenTexture->Release();
129 mOffscreenTexture = NULL;
146 &mOffscreenTexture, pShareHandle);
164 result = mOffscreenTexture->GetSurfaceLevel(0, &mRenderTarget);
305 device->SetTexture(0, mOffscreenTexture);
[all...]
H A DSwapChain11.cpp27 mOffscreenTexture = NULL;
69 if (mOffscreenTexture)
71 mOffscreenTexture->Release();
72 mOffscreenTexture = NULL;
137 if (mOffscreenTexture)
139 mOffscreenTexture->Release();
140 mOffscreenTexture = NULL;
179 ID3D11Texture2D *previousOffscreenTexture = mOffscreenTexture;
203 result = tempResource11->QueryInterface(__uuidof(ID3D11Texture2D), (void**)&mOffscreenTexture);
215 mOffscreenTexture
[all...]
H A DSwapChain11.h63 ID3D11Texture2D *mOffscreenTexture; member in class:rx::SwapChain11
H A DSwapChain9.h51 IDirect3DTexture9* mOffscreenTexture; member in class:rx::SwapChain9

Completed in 87 milliseconds