Searched refs:createSRVForSampler (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | TextureStorage11.h | 181 virtual angle::Result createSRVForSampler(const gl::Context *context, 337 angle::Result createSRVForSampler(const gl::Context *context, 421 angle::Result createSRVForSampler(const gl::Context *context, 521 angle::Result createSRVForSampler(const gl::Context *context, 596 angle::Result createSRVForSampler(const gl::Context *context, 676 angle::Result createSRVForSampler(const gl::Context *context, 771 angle::Result createSRVForSampler(const gl::Context *context, 845 angle::Result createSRVForSampler(const gl::Context *context, 907 angle::Result createSRVForSampler(const gl::Context *context,
|
D | TextureStorage11.cpp | 322 ANGLE_TRY(createSRVForSampler(context, key.baseLevel, key.mipLevels, format, *texture, &srv)); in getCachedOrCreateSRVForSampler() 355 ANGLE_TRY(createSRVForSampler(context, mipLevel, 1, resourceFormat, *resource, in getSRVLevel() 1434 angle::Result TextureStorage11_2D::createSRVForSampler(const gl::Context *context, in createSRVForSampler() function in rx::TextureStorage11_2D 1729 angle::Result TextureStorage11_External::createSRVForSampler(const gl::Context *context, in createSRVForSampler() function in rx::TextureStorage11_External 2023 angle::Result TextureStorage11_EGLImage::createSRVForSampler(const gl::Context *context, in createSRVForSampler() function in rx::TextureStorage11_EGLImage 2580 angle::Result TextureStorage11_Cube::createSRVForSampler(const gl::Context *context, in createSRVForSampler() function in rx::TextureStorage11_Cube 2924 angle::Result TextureStorage11_3D::createSRVForSampler(const gl::Context *context, in createSRVForSampler() function in rx::TextureStorage11_3D 3305 angle::Result TextureStorage11_2DArray::createSRVForSampler(const gl::Context *context, in createSRVForSampler() function in rx::TextureStorage11_2DArray 3755 angle::Result TextureStorage11_2DMultisample::createSRVForSampler(const gl::Context *context, in createSRVForSampler() function in rx::TextureStorage11_2DMultisample 4010 angle::Result TextureStorage11_2DMultisampleArray::createSRVForSampler( in createSRVForSampler() function in rx::TextureStorage11_2DMultisampleArray
|