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

  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 175 glGenBuffers( 1, &ubo_ );
176 glBindBuffer( GL_UNIFORM_BUFFER, ubo_ );
177 glBindBufferBase( GL_UNIFORM_BUFFER, bindingPoint, ubo_ );
231 if( ubo_ )
233 glDeleteBuffers( 1, &ubo_ );
234 ubo_ = 0;
309 glBindBuffer( GL_UNIFORM_BUFFER, ubo_ );
MoreTeapotsRenderer.h 83 GLuint ubo_; member in class:MoreTeapotsRenderer

Completed in 53 milliseconds