Home | History | Annotate | Download | only in glshared

Lines Matching refs:deInt32

66 deInt32 getBoundLocation (const map<string, deUint32>& bindings, const string& attrib)
70 return (iter == bindings.end() ? (deInt32)Attribute::LOC_UNDEF : iter->second);
79 const deInt32 location = getBoundLocation(bindings, attributes[attribNdx].getName());
100 deInt32 getMaxAttributeLocations (glu::RenderContext& renderCtx)
103 deInt32 maxAttribs;
309 deInt32 length = 0;
325 deInt32 status;
335 deInt32 length = 0;
351 deInt32 status;
499 deInt32 activeAttribCount = 0;
510 deInt32 length = 0;
511 deInt32 size = 0;
609 const deInt32 expectedLocation = (attrib.getLayoutLocation() != Attribute::LOC_UNDEF ? attrib.getLayoutLocation() : getBoundLocation(bindings, attrib.getName()));
610 const deInt32 location = gl.getAttribLocation(program, attrib.getName().c_str());
671 Attribute::Attribute (const AttribType& type, const string& name, deInt32 layoutLocation, const Cond& cond, int arraySize)
843 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
907 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
944 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
985 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
1108 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
1140 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
1201 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
1241 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
1314 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);
1357 const deInt32 maxAttributes = getMaxAttributeLocations(m_renderCtx);