Home
last modified time | relevance | path

Searched refs:hasBeenBoundAsImage (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.h263 ANGLE_INLINE bool hasBeenBoundAsImage() const { return mState.hasBeenBoundAsImage(); } in hasBeenBoundAsImage() function
DTextureVk.cpp2456 if (mState.hasBeenBoundAsImage()) in syncState()
DContextVk.cpp1567 if (textureVk->hasBeenBoundAsImage()) in handleDirtyTexturesImpl()
/external/angle/src/libANGLE/
DTexture.h149 bool hasBeenBoundAsImage() const { return mHasBeenBoundAsImage; } in hasBeenBoundAsImage() function
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp1174 json->addScalar("BeenBoundAsImage", textureState.hasBeenBoundAsImage()); in SerializeTextureState()