Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DExternalImageSiblingImpl11.cpp78 mIsTextureArray = (textureDesc.ArraySize > 1); in initialize()
151 if (mIsTextureArray) in createRenderTarget()
189 if (mIsTextureArray) in createRenderTarget()
H A DExternalImageSiblingImpl11.h59 bool mIsTextureArray = false; variable