Searched refs:TextureStorage11_2DArray (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | TextureStorage11.cpp | 3417 TextureStorage11_2DArray::TextureStorage11_2DArray(Renderer11 *renderer, in TextureStorage11_2DArray() function in rx::TextureStorage11_2DArray 3444 angle::Result TextureStorage11_2DArray::onDestroy(const gl::Context *context) in onDestroy() 3462 TextureStorage11_2DArray::~TextureStorage11_2DArray() {} in ~TextureStorage11_2DArray() 3464 void TextureStorage11_2DArray::associateImage(Image11 *image, const gl::ImageIndex &index) in associateImage() 3479 void TextureStorage11_2DArray::verifyAssociatedImageValid(const gl::ImageIndex &index, in verifyAssociatedImageValid() 3496 void TextureStorage11_2DArray::disassociateImage(const gl::ImageIndex &index, in disassociateImage() 3513 angle::Result TextureStorage11_2DArray::releaseAssociatedImage(const gl::Context *context, in releaseAssociatedImage() 3539 angle::Result TextureStorage11_2DArray::getResource(const gl::Context *context, in getResource() 3571 angle::Result TextureStorage11_2DArray::createSRVForSampler(const gl::Context *context, in createSRVForSampler() 3593 angle::Result TextureStorage11_2DArray::createSRVForImage(const gl::Context *context, in createSRVForImage() [all …]
|
H A D | TextureStorage11.h | 738 class TextureStorage11_2DArray : public TextureStorage11 741 TextureStorage11_2DArray(Renderer11 *renderer, 749 ~TextureStorage11_2DArray() override; 951 std::map<TextureStorage11_2DArray::LevelLayerRangeKey, std::unique_ptr<RenderTarget11>>
|
H A D | Renderer11.cpp | 2641 TextureStorage11_2DArray *storage11 = GetAs<TextureStorage11_2DArray>(storage); in copyImage2DArray() 3390 return new TextureStorage11_2DArray(this, internalformat, bindFlags, width, height, depth, in createTextureStorage2DArray()
|