Home | History | Annotate | Download | only in src

Lines Matching refs:getActiveAttrib

487 bool GraphicsContext3DInternal::getActiveAttrib(Platform3DObject program, GC3Duint index, ActiveInfo& info)
490 if (!m_impl->getActiveAttrib(program, index, webInfo))
1023 DELEGATE_TO_INTERNAL_3R(getActiveAttrib, Platform3DObject, GC3Duint, ActiveInfo&, bool)