Home | History | Annotate | Download | only in renderer

Lines Matching refs:mTexture

114     mTexture = surfaceTexture;
123 mTexture = NULL;
132 mRenderer->ConvertTextureInternalFormat(internalformat), getPool(), &mTexture, NULL);
146 if (mTexture)
148 mTexture->Release();
166 if (mTexture)
168 HRESULT result = mTexture->GetSurfaceLevel(level + mLodOffset, &surface);
174 mTexture->AddDirtyRect(NULL);
202 return mTexture;
209 if (mTexture != NULL && isRenderTarget())
220 mTexture = NULL;
234 mRenderer->ConvertTextureInternalFormat(internalformat), getPool(), &mTexture, NULL);
248 if (mTexture)
250 mTexture->Release();
271 if (mTexture)
274 HRESULT result = mTexture->GetCubeMapSurface(face, level + mLodOffset, &surface);
280 mTexture->AddDirtyRect(face, NULL);
308 return mTexture;
313 if (mTexture != NULL && isRenderTarget())