OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAppliedVBs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
VertexDeclarationCache.h
45
VBData
mAppliedVBs
[gl::MAX_VERTEX_ATTRIBS];
VertexDeclarationCache.cpp
28
mAppliedVBs
[i].serial = 0;
140
if (
mAppliedVBs
[stream].serial != attributes[i].serial ||
141
mAppliedVBs
[stream].stride != attributes[i].stride ||
142
mAppliedVBs
[stream].offset != attributes[i].offset)
145
mAppliedVBs
[stream].serial = attributes[i].serial;
146
mAppliedVBs
[stream].stride = attributes[i].stride;
147
mAppliedVBs
[stream].offset = attributes[i].offset;
230
mAppliedVBs
[i].serial = 0;
Completed in 2857 milliseconds