Searched refs:attrColLoc (Results 1 – 1 of 1) sorted by relevance
2054 const GLint attrColLoc = ctx.getAttribLocation(programId, m_dataAttributeName); in renderWithContext() local2072 if (attrColLoc != -1) in renderWithContext()2077 ctx.vertexAttribPointer(attrColLoc, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL); in renderWithContext()2078 ctx.enableVertexAttribArray(attrColLoc); in renderWithContext()2081 ctx.vertexAttribDivisor(attrColLoc, m_vertexAttrDivisor); in renderWithContext()2131 if (attrColLoc != -1) in renderWithContext()2132 ctx.disableVertexAttribArray(attrColLoc); in renderWithContext()