Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DShaderImpl.h32 const std::vector<sh::InterfaceBlock> &getInterfaceBlocks() const { return mInterfaceBlocks; } in getInterfaceBlocks() function
38 std::vector<sh::InterfaceBlock> &getInterfaceBlocks() { return mInterfaceBlocks; } in getInterfaceBlocks() function
/external/chromium_org/third_party/angle/src/libGLESv2/
DShader.cpp165 const std::vector<sh::InterfaceBlock> &Shader::getInterfaceBlocks() const in getInterfaceBlocks() function in gl::Shader
190 std::vector<sh::InterfaceBlock> &Shader::getInterfaceBlocks() in getInterfaceBlocks() function in gl::Shader
/external/chromium_org/third_party/angle/src/compiler/translator/
DCompiler.h77 const std::vector<sh::InterfaceBlock> &getInterfaceBlocks() const { return interfaceBlocks; } in getInterfaceBlocks() function