HomeSort by relevance Sort by last modified time
    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