Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:isShared

833 bool Texture2D::isShared(GLenum target, unsigned int level) const
848 return image[level]->isShared();
1389 bool TextureCubeMap::isShared(GLenum target, unsigned int level) const
1401 return image[face][level]->isShared();
1803 bool Texture3D::isShared(GLenum target, unsigned int level) const
1818 return image[level]->isShared();