Home | History | Annotate | Download | only in functional

Lines Matching full:texture2darray

736 	vector<tcu::Texture2DArray*>	m_textures2dArray;
767 for (vector<tcu::Texture2DArray*>::iterator i = m_textures2dArray.begin(); i != m_textures2dArray.end(); i++)
869 m_textures2dArray.push_back(new tcu::Texture2DArray(texFormat, texWidth, texHeight, texLayers));
1108 const tcu::Texture2DArray* texture = m_textures2dArray[ndx2dArray];