HomeSort by relevance Sort by last modified time
    Searched defs:interfaceBlocks (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/tests/compiler_tests/
CollectVariables_test.cpp 148 const std::vector<sh::InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks();
149 ASSERT_EQ(1u, interfaceBlocks.size());
151 const sh::InterfaceBlock &interfaceBlock = interfaceBlocks[0];
185 const std::vector<sh::InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks();
186 ASSERT_EQ(1u, interfaceBlocks.size());
188 const sh::InterfaceBlock &interfaceBlock = interfaceBlocks[0];
223 const std::vector<sh::InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks();
224 ASSERT_EQ(1u, interfaceBlocks.size());
226 const sh::InterfaceBlock &interfaceBlock = interfaceBlocks[0];
267 const std::vector<sh::InterfaceBlock> &interfaceBlocks = mTranslator->getInterfaceBlocks()
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
UniformHLSL.cpp 162 TString interfaceBlocks;
180 interfaceBlocks += interfaceBlockStructString(interfaceBlock);
187 interfaceBlocks += interfaceBlockString(interfaceBlock, activeRegister + arrayIndex, arrayIndex);
192 interfaceBlocks += interfaceBlockString(interfaceBlock, activeRegister, GL_INVALID_INDEX);
196 return (interfaceBlocks.empty() ? "" : ("// Interface Blocks\n\n" + interfaceBlocks));
Compiler.h 77 const std::vector<sh::InterfaceBlock> &getInterfaceBlocks() const { return interfaceBlocks; }
145 std::vector<sh::InterfaceBlock> interfaceBlocks;
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.hpp 60 std::vector<glu::InterfaceBlock> interfaceBlocks;

Completed in 322 milliseconds