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

/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2023 const GLint attrColLoc = ctx.getAttribLocation(programId, m_dataAttributeName); local
2041 if (attrColLoc != -1)
2046 ctx.vertexAttribPointer(attrColLoc, 4, GL_FLOAT, GL_FALSE, 0, DE_NULL);
2047 ctx.enableVertexAttribArray(attrColLoc);
2050 ctx.vertexAttribDivisor(attrColLoc, m_vertexAttrDivisor);
2100 if (attrColLoc != -1)
2101 ctx.disableVertexAttribArray(attrColLoc);

Completed in 63 milliseconds