OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mActiveOutputVariables
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
ShaderImpl.h
34
const std::vector<sh::Attribute> &getActiveOutputVariables() const { return
mActiveOutputVariables
; }
40
std::vector<sh::Attribute> &getActiveOutputVariables() { return
mActiveOutputVariables
; }
49
std::vector<sh::Attribute>
mActiveOutputVariables
;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
ShaderD3D.cpp
185
mActiveOutputVariables
.clear();
418
mActiveOutputVariables
= *GetShaderVariables(ShGetOutputVariables(compiler));
419
FilterInactiveVariables(&
mActiveOutputVariables
);
Completed in 60 milliseconds