Home
last modified time | relevance | path

Searched refs:getSRVForSampler (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.h120 virtual angle::Result getSRVForSampler(const gl::Context *context,
489 angle::Result getSRVForSampler(const gl::Context *context,
DTextureStorage11.cpp219 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()
DStateManager11.cpp2696 storage11->getSRVForSampler(context, texture->getTextureState(), sampler, &textureSRV)); in setTextureForSampler()