Lines Matching defs:has
907 void make (const string& name) { DE_ASSERT(!has(name)); m_objects[name] = SharedPtr<T>(new T); }
908 void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_objects[name] = SharedPtr<T>(new T(texType)); }
909 bool has (const string& name) const { return m_objects.find(name) != m_objects.end(); }
1145 // If texture data with the same format has already been generated, re-use that (don't care much about contents).
1277 const bool hadProgram = m_programs->has(programName);
1304 const bool hadTexture = m_textures->has(texName);
1346 const bool hadIndexBuffer = m_buffers->has(indexBufferName);
1382 const bool hadCurAttrBuffer = m_buffers->has(curAttrBufName);
1413 const bool hadAttrBuffer = m_buffers->has(attrBufName);
1483 // Log if a certain amount of time has passed since last log entry (or if this is the last iteration).
1526 if (m_buffers->has(indexBufferName))
1541 if (m_buffers->has(curAttrBufNamePrefix + "0"))
1558 if (m_buffers->has(unitedAttrBufferNamePrefix + "0"))