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

/external/autotest/client/deps/glbench/src/
H A Dglinterfacetest.h18 attribute_index_(0) {}
41 GLint attribute_index_; member in class:glbench::GLInterfaceTest
H A Dglinterfacetest.cc41 attribute_index_ = glGetAttribLocation(shader_program_, "c");
42 glVertexAttribPointer(attribute_index_, 2, GL_FLOAT, GL_FALSE, 0, NULL);
43 glEnableVertexAttribArray(attribute_index_);
56 glDisableVertexAttribArray(attribute_index_);

Completed in 1434 milliseconds