HomeSort by relevance Sort by last modified time
    Searched refs:mOffscreenTexture (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
SwapChain9.cpp 25 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...]
SwapChain11.cpp 27 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->GetDesc(&offscreenTextureDesc)
    [all...]
SwapChain9.h 51 IDirect3DTexture9* mOffscreenTexture;
SwapChain11.h 63 ID3D11Texture2D *mOffscreenTexture;

Completed in 55 milliseconds