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

  /external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp 633 int boundAttribLocation = gl.getAttribLocation(program, "a_bound");
640 gl.enableVertexAttribArray(boundAttribLocation);
641 gl.vertexAttribPointer(boundAttribLocation, (GLint)numComponents, GL_FLOAT, GL_FALSE, 0, DE_NULL);
  /external/deqp/modules/gles3/performance/
es3pShaderControlStatementTests.cpp 641 int boundAttribLocation = gl.getAttribLocation(program, "a_bound");
648 gl.enableVertexAttribArray(boundAttribLocation);
649 gl.vertexAttribPointer(boundAttribLocation, (GLint)numComponents, GL_FLOAT, GL_FALSE, 0, DE_NULL);

Completed in 59 milliseconds