Searched refs:getSRVForSampler (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | TextureStorage11.h | 120 virtual angle::Result getSRVForSampler(const gl::Context *context, 489 angle::Result getSRVForSampler(const gl::Context *context,
|
D | TextureStorage11.cpp | 219 angle::Result TextureStorage11::getSRVForSampler(const gl::Context *context, in getSRVForSampler() function in rx::TextureStorage11 1882 angle::Result TextureStorage11_EGLImage::getSRVForSampler(const gl::Context *context, in getSRVForSampler() function in rx::TextureStorage11_EGLImage 1888 return TextureStorage11::getSRVForSampler(context, textureState, sampler, outSRV); in getSRVForSampler()
|
D | StateManager11.cpp | 2696 storage11->getSRVForSampler(context, texture->getTextureState(), sampler, &textureSRV)); in setTextureForSampler()
|