Searched defs:releaseAssociatedImage (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DTextureStorage11.cpp583 // releaseAssociatedImage prepares the Storage for a new Image association. It lets the old Image recover its data before ending the association.
584 void TextureStorage11_2D::releaseAssociatedImage(int level, int layerTarget, Image11* incomingImage) function in class:rx::TextureStorage11_2D
955 // releaseAssociatedImage prepares the Storage for a new Image association. It lets the old Image recover its data before ending the association.
956 void TextureStorage11_Cube::releaseAssociatedImage(int level, int layerTarget, Image11* incomingImage) function in class:rx::TextureStorage11_Cube
1356 // releaseAssociatedImage prepares the Storage for a new Image association. It lets the old Image recover its data before ending the association.
1357 void TextureStorage11_3D::releaseAssociatedImage(int level, int layerTarget, Image11* incomingImage) function in class:rx::TextureStorage11_3D
1722 // releaseAssociatedImage prepares the Storage for a new Image association. It lets the old Image recover its data before ending the association.
1723 void TextureStorage11_2DArray::releaseAssociatedImage(int level, int layerTarget, Image11* incomingImage) function in class:rx::TextureStorage11_2DArray

Completed in 163 milliseconds