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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
TextureStorage9.h 55 const D3DPOOL mD3DPool;
TextureStorage9.cpp 27 mD3DPool(mRenderer->getTexturePool(usage))
67 return (mD3DPool == D3DPOOL_MANAGED);
72 return mD3DPool;
Image9.h 71 D3DPOOL mD3DPool; // can only be D3DPOOL_SYSTEMMEM or D3DPOOL_MANAGED since it needs to be lockable.
Image9.cpp 30 mD3DPool = D3DPOOL_SYSTEMMEM;
220 mD3DPool = poolToUse;
300 mD3DPool = desc.Pool;
353 if (mD3DPool == D3DPOOL_MANAGED)

Completed in 1382 milliseconds