Home | History | Annotate | Download | only in simplereference

Lines Matching full:m_textures

460 		m_textures.getAll(textures);
506 m_textures.releaseReference(m_textureUnits[unitNdx].tex1DBinding);
512 m_textures.acquireReference(texture);
521 m_textures.releaseReference(m_textureUnits[unitNdx].tex2DBinding);
527 m_textures.acquireReference(texture);
536 m_textures.releaseReference(m_textureUnits[unitNdx].texCubeBinding);
542 m_textures.acquireReference(texture);
551 m_textures.releaseReference(m_textureUnits[unitNdx].tex2DArrayBinding);
557 m_textures.acquireReference(texture);
566 m_textures.releaseReference(m_textureUnits[unitNdx].tex3DBinding);
572 m_textures.acquireReference(texture);
581 m_textures.releaseReference(m_textureUnits[unitNdx].texCubeArrayBinding);
587 m_textures.acquireReference(texture);
623 Texture* texObj = m_textures.find(texture);
657 m_textures.insert(texObj);
677 *textures++ = m_textures.allocateName();
685 Texture* texture = name ? m_textures.find(name) : DE_NULL;
728 m_textures.releaseReference(texture);
1922 Texture* texture = m_textures.find(attachment.name);
1924 m_textures.acquireReference(texture);
1949 Texture* texture = m_textures.find(attachment.name);
1951 m_textures.releaseReference(texture);
1998 texObj = m_textures.find(texture);
2059 texObj = m_textures.find(texture);
2179 const Texture* texture = m_textures.find(attachment.name);
2338 Texture* texture = m_textures.find(attachment.name);