Lines Matching refs:get
438 * used by the corresponding GL texture object; get this with
910 const T& get (const string& name) const;
911 T& get (const string& name) { return const_cast<T&>(((const GLObjectManager<T>*)this)->get(name)); }
930 const T& GLObjectManager<T>::get (const string& name) const
1282 Program& prog = m_programs->get(programName);
1297 Program& program = m_programs->get(programName);
1312 Texture& texture = m_textures->get(texName);
1335 m_textures->get(textureNamePrefix + toString(texSpecIndices[i])).toUnit(programContext.textureSpecs[i].textureUnit);
1351 Buffer& indexBuf = m_buffers->get(indexBufferName);
1387 Buffer& curAttrBuf = m_buffers->get(curAttrBufName);
1418 Buffer& attrBuf = m_buffers->get(attrBufName);
1469 m_buffers->get(indexBufferName).bind(GL_ELEMENT_ARRAY_BUFFER);