Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DTextureVk.h322 ANGLE_INLINE bool hasBeenBoundAsImage() const { return mState.hasBeenBoundAsImage(); } in hasBeenBoundAsImage() function
/aosp_15_r20/external/angle/src/libANGLE/
H A DTexture.h150 bool hasBeenBoundAsImage() const { return mHasBeenBoundAsImage; } in hasBeenBoundAsImage() function