Searched defs:isRenderTarget (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DTextureStorage.cpp34 bool TextureStorageInterface::isRenderTarget() const function in class:rx::TextureStorageInterface
36 return mInstance->isRenderTarget();
H A DTextureStorage9.cpp81 bool TextureStorage9::isRenderTarget() const function in class:rx::TextureStorage9
209 if (mTexture != NULL && isRenderTarget())
313 if (mTexture != NULL && isRenderTarget())
H A DTextureStorage11.cpp105 bool TextureStorage11::isRenderTarget() const function in class:rx::TextureStorage11

Completed in 60 milliseconds