Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp740 …vector<int> m_ndxTexType; //!< Index of a texture in m_textures2d, m_texturesCube, m_textures… member in deqp::gles3::Functional::TextureUnitCase
800 m_ndxTexType.reserve(m_numTextures); in init()
858m_ndxTexType.push_back((int)m_textures2d.size()); // Remember the index this texture has in the 2d… in init()
863m_ndxTexType.push_back((int)m_texturesCube.size()); // Remember the index this texture has in the … in init()
869m_ndxTexType.push_back((int)m_textures2dArray.size()); // Remember the index this texture has in t… in init()
874m_ndxTexType.push_back((int)m_textures3d.size()); // Remember the index this texture has in the 3d… in init()
955 num2dArrayLayers.push_back(m_textures2dArray[m_ndxTexType[texNdx]]->getNumLayers()); in init()
1008 int texNdxInType = m_ndxTexType[texNdx]; in iterate()
1057 int ndx2d = m_ndxTexType[texNdx]; in upload2dTexture()
1081 int ndxCube = m_ndxTexType[texNdx]; in uploadCubeTexture()
[all …]