Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DTexture.h149 bool hasBeenBoundAsImage() const { return mHasBeenBoundAsImage; } in hasBeenBoundAsImage()
219 bool mHasBeenBoundAsImage; variable
DTexture.cpp143 mHasBeenBoundAsImage(false), in TextureState()
2313 if (!mState.mHasBeenBoundAsImage) in onBindAsImageTexture()
2316 mState.mHasBeenBoundAsImage = true; in onBindAsImageTexture()