OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bound_vertex_array_object_
(Results
1 - 2
of
2
) 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
115
VertexArrayObject*
bound_vertex_array_object_
;
member in class:gpu::gles2::VertexArrayObjectManager
Completed in 76 milliseconds