HomeSort by relevance Sort by last modified time
    Searched full:vbo_vertices_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/mojo/examples/sample_app/
spinning_cube.cc 317 GLuint vbo_vertices_; member in class:mojo::examples::SpinningCube::GLState
332 vbo_vertices_ = 0;
350 if (state_->vbo_vertices_)
351 glDeleteBuffers(1, &state_->vbo_vertices_);
384 &state_->vbo_vertices_, &state_->vbo_indices_);
430 glBindBuffer(GL_ARRAY_BUFFER, state_->vbo_vertices_);

Completed in 35 milliseconds