Home | History | Annotate | Download | only in opengl

Lines Matching refs:m_resource

398 	UniquePtr<tcu::Resource>	m_resource;
410 , m_resource (archive.getResource(m_filename.c_str()))
1601 const int dataLen = m_resource->getSize();
1604 m_resource->setPosition(0);
1605 m_resource->read((deUint8*)&m_input[0], dataLen);