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

  /external/chromium_org/gpu/command_buffer/client/
vertex_array_object_manager.cc 341 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_->SetAttribEnable(index, enabled)
    [all...]
vertex_array_object_manager.h 116 VertexArrayObject* bound_vertex_array_object_; member in class:gpu::gles2::VertexArrayObjectManager
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_base.h 591 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 202 milliseconds