Home
last modified time | relevance | path

Searched defs:getAttributes (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/
DShaderCompileTreeTest.cpp162 const std::vector<sh::ShaderVariable> &ShaderCompileTreeTest::getAttributes() const in getAttributes() function in sh::ShaderCompileTreeTest
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DCompiler.h111 const std::vector<sh::ShaderVariable> &getAttributes() const { return mAttributes; } in getAttributes() function
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgram.cpp2128 const std::vector<sh::ShaderVariable> &Program::getAttributes() const in getAttributes() function in gl::Program