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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer11.cpp 596 TextureStorageInterface *texStorage = texture->getNativeTexture();
597 if (texStorage)
599 TextureStorage11 *storage11 = TextureStorage11::makeTextureStorage11(texStorage->getStorageInstance());
    [all...]
Renderer9.cpp 771 TextureStorageInterface *texStorage = texture->getNativeTexture();
772 if (texStorage)
774 TextureStorage9 *storage9 = TextureStorage9::makeTextureStorage9(texStorage->getStorageInstance());
    [all...]

Completed in 492 milliseconds