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

  /external/autotest/client/deps/glbench/src/
glinterfacetest.h 18 attribute_index_(0) {}
41 GLint attribute_index_; member in class:glbench::GLInterfaceTest
glinterfacetest.cc 41 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 392 milliseconds