Home
last modified time | relevance | path

Searched defs:hasBeenBoundAsImage (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.h263 ANGLE_INLINE bool hasBeenBoundAsImage() const { return mState.hasBeenBoundAsImage(); } in hasBeenBoundAsImage() function
/external/angle/src/libANGLE/
DTexture.h149 bool hasBeenBoundAsImage() const { return mHasBeenBoundAsImage; } in hasBeenBoundAsImage() function