Searched defs:packer (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Dpacker_unittest.cc5 #include "packer.h"
54 RelocationPacker packer; local
67 packer.PackRelativeRelocations(relocations, &packed);
98 RelocationPacker packer; local
124 packer.UnpackRelativeRelocations(packed, &relocations);
142 RelocationPacker packer; local
155 packer.PackRelativeRelocations(relocations, &packed);
198 RelocationPacker packer; local
236 packer.UnpackRelativeRelocations(packed, &relocations);
/external/chromium_org/third_party/angle/tests/compiler_tests/
H A DVariablePacker_test.cpp67 VariablePacker packer; local
71 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
80 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
86 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
91 EXPECT_FALSE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
100 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
104 EXPECT_FALSE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
118 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
164 VariablePacker packer; local
166 EXPECT_TRUE(packer
[all...]
/external/clang/test/SemaCXX/
H A Dlocal-classes.cpp12 BitPacker packer; local
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DCompiler.cpp521 VariablePacker packer; local
522 return packer.CheckVariablesWithinPackingLimits(maxUniformVectors, expandedUniforms);
H A DShaderLang.cpp530 VariablePacker packer; local
531 return packer.CheckVariablesWithinPackingLimits(maxVectors, variables) ? 1 : 0;

Completed in 199 milliseconds