Home
last modified time | relevance | path

Searched refs:hasBeenBoundToMSRTTFramebuffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DTexture.h152 bool hasBeenBoundToMSRTTFramebuffer() const { return mHasBeenBoundToMSRTTFramebuffer; } in hasBeenBoundToMSRTTFramebuffer() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp3417 mState.hasBeenBoundToMSRTTFramebuffer() && in respecifyImageStorageIfNecessary()
3945 mState.hasBeenBoundToMSRTTFramebuffer()); in initImage()
3974 if (ANGLE_UNLIKELY(mState.hasBeenBoundToMSRTTFramebuffer() && !supportsMSRTTUsage)) in initImage()