Searched refs:bound_vertex_array_object_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dvertex_array_object_manager.cc341 bound_vertex_array_object_(default_vertex_array_object_) {
358 return bound_vertex_array_object_->bound_element_array_buffer();
362 bound_vertex_array_object_->UnbindBuffer(id);
366 return bound_vertex_array_object_->BindElementArray(id);
388 if (bound_vertex_array_object_ == it->second) {
389 bound_vertex_array_object_ = default_vertex_array_object_;
408 *changed = vertex_array_object != bound_vertex_array_object_;
409 bound_vertex_array_object_ = vertex_array_object;
414 return bound_vertex_array_object_->HaveEnabledClientSideBuffers();
418 bound_vertex_array_object_
[all...]
H A Dvertex_array_object_manager.h116 VertexArrayObject* bound_vertex_array_object_; member in class:gpu::gles2::VertexArrayObjectManager
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.h591 bound_vertex_array_object_(0) {
602 bound_vertex_array_object_ = id;
611 if (bound_vertex_array_object_ != 0)
617 GLuint bound_vertex_array_object_; member in class:gpu::gles2::GLES2DecoderTestBase::MockGLStates

Completed in 459 milliseconds