Searched refs:attrColLoc (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2054 const GLint attrColLoc = ctx.getAttribLocation(programId, m_dataAttributeName); local
2072 if (attrColLoc != -1)
2077 ctx.vertexAttribPointer(attrColLoc, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
2078 ctx.enableVertexAttribArray(attrColLoc);
2081 ctx.vertexAttribDivisor(attrColLoc, m_vertexAttrDivisor);
2131 if (attrColLoc != -1)
2132 ctx.disableVertexAttribArray(attrColLoc);

Completed in 339 milliseconds