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

  /external/chromium_org/third_party/angle/src/libGLESv2/
Texture.cpp 297 mTexStorage = NULL;
312 delete mTexStorage;
313 mTexStorage = NULL;
392 if (mTexStorage)
394 const int storageLevels = mTexStorage->levelCount();
406 delete mTexStorage;
407 mTexStorage = NULL;
429 delete mTexStorage;
430 mTexStorage = new rx::TextureStorageInterface2D(mRenderer, surface->getSwapChain());
444 if (mTexStorage)
    [all...]
Texture.h 188 rx::TextureStorageInterface2D *mTexStorage;
263 rx::TextureStorageInterfaceCube *mTexStorage;

Completed in 47 milliseconds