HomeSort by relevance Sort by last modified time
    Searched refs:attrLoc (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsLongStressCase.cpp 850 const int attrLoc = glGetAttribLocation(m_programGL, mangleShaderNames(attrSpec.name, shaderNameManglingSuffix).c_str());
852 glEnableVertexAttribArray(attrLoc);
856 glVertexAttribPointer(attrLoc, glu::getDataTypeScalarSize(attrSpec.type), GL_FLOAT, GL_FALSE, 0, (GLvoid*)(deIntptr)attrBufOffset);
863 const int attrLoc = glGetAttribLocation(m_programGL, mangleShaderNames(attrSpec.name, shaderNameManglingSuffix).c_str());
865 glEnableVertexAttribArray(attrLoc);
869 glVertexAttribPointer(attrLoc, glu::getDataTypeScalarSize(attrSpec.type), GL_FLOAT, GL_FALSE, 0, attrData);
876 const int attrLoc = glGetAttribLocation(m_programGL, mangleShaderNames(attrSpec.name, shaderNameManglingSuffix).c_str());
878 glDisableVertexAttribArray(attrLoc);
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 78 SourceLocation attrLoc;
83 attrLoc = Tok.getLocation();
98 if (!ExtraNamespaceLoc.empty() && attrLoc.isValid())
99 Diag(attrLoc, diag::err_unexpected_nested_namespace_attribute);
103 attrLoc = Tok.getLocation();
114 if (attrLoc.isValid())
115 Diag(attrLoc, diag::err_unexpected_namespace_attributes_alias);
    [all...]

Completed in 204 milliseconds