OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VertexArrayObjectManager
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/client/
vertex_array_object_manager.h
21
//
VertexArrayObjectManager
manages vertex array objects on the client side
23
class GLES2_IMPL_EXPORT
VertexArrayObjectManager
{
25
VertexArrayObjectManager
(
29
~
VertexArrayObjectManager
();
118
DISALLOW_COPY_AND_ASSIGN(
VertexArrayObjectManager
);
vertex_array_object_manager.cc
329
VertexArrayObjectManager
::
VertexArrayObjectManager
(
344
VertexArrayObjectManager
::~
VertexArrayObjectManager
() {
352
bool
VertexArrayObjectManager
::IsReservedId(GLuint id) const {
357
GLuint
VertexArrayObjectManager
::bound_element_array_buffer() const {
361
void
VertexArrayObjectManager
::UnbindBuffer(GLuint id) {
365
bool
VertexArrayObjectManager
::BindElementArray(GLuint id) {
369
void
VertexArrayObjectManager
::GenVertexArrays(
380
void
VertexArrayObjectManager
::DeleteVertexArrays
[
all
...]
Completed in 2900 milliseconds