OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBoundBuffer
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
VertexDataManager.cpp
87
gl::Buffer *buffer = attrib.
mBoundBuffer
.get();
112
gl::Buffer *buffer = attribs[i].
mBoundBuffer
.get();
128
gl::Buffer *buffer = attribs[i].
mBoundBuffer
.get();
172
gl::Buffer *buffer = attribs[i].
mBoundBuffer
.get();
292
gl::Buffer *buffer = attribs[i].
mBoundBuffer
.get();
VertexBuffer11.cpp
81
gl::Buffer *buffer = attrib.
mBoundBuffer
.get();
VertexBuffer9.cpp
89
gl::Buffer *buffer = attrib.
mBoundBuffer
.get();
/external/chromium_org/third_party/angle/src/libGLESv2/
Context.h
115
BindingPointer<Buffer>
mBoundBuffer
; // Captured when glVertexAttribPointer is called.
Context.cpp
227
mState.vertexAttribute[i].
mBoundBuffer
.set(NULL);
645
mState.vertexAttribute[attribNum].
mBoundBuffer
.set(boundBuffer);
[
all
...]
libGLESv2.cpp
[
all
...]
Completed in 152 milliseconds