Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DExternalImageSiblingImpl11.cpp53 mIsTexturable = (textureDesc.BindFlags & D3D11_BIND_SHADER_RESOURCE) && in initialize()
76 return mIsTexturable; in isTexturable()
160 if (mIsTexturable) in createRenderTarget()
DExternalImageSiblingImpl11.h56 bool mIsTexturable = false; variable