Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.h125 angle::Result getSRVForImage(const gl::Context *context,
DStateManager11.cpp2931 ANGLE_TRY(storage11->getSRVForImage(context, imageUnit, &textureSRV)); in setTextureForImage()
DTextureStorage11.cpp409 angle::Result TextureStorage11::getSRVForImage(const gl::Context *context, in getSRVForImage() function in rx::TextureStorage11