Home
last modified time | relevance | path

Searched refs:getCachedOrCreateSRVForImage (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.h265 angle::Result getCachedOrCreateSRVForImage(const gl::Context *context,
DTextureStorage11.cpp403 ANGLE_TRY(getCachedOrCreateSRVForImage(context, key, outSRV)); in getSRVForImage()
407 angle::Result TextureStorage11::getCachedOrCreateSRVForImage(const gl::Context *context, in getCachedOrCreateSRVForImage() function in rx::TextureStorage11