OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mActiveAttributes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
ShaderImpl.h
33
const std::vector<sh::Attribute> &getActiveAttributes() const { return
mActiveAttributes
; }
39
std::vector<sh::Attribute> &getActiveAttributes() { return
mActiveAttributes
; }
48
std::vector<sh::Attribute>
mActiveAttributes
;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
ShaderD3D.cpp
184
mActiveAttributes
.clear();
431
mActiveAttributes
= *GetShaderVariables(ShGetAttributes(compiler));
432
FilterInactiveVariables(&
mActiveAttributes
);
441
for (size_t attributeIndex = 0; attributeIndex <
mActiveAttributes
.size(); attributeIndex++)
443
const sh::ShaderVariable &attribute =
mActiveAttributes
[attributeIndex];
Completed in 70 milliseconds