HomeSort by relevance Sort by last modified time
    Searched refs:packer (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/angle/tests/compiler_tests/
VariablePacker_test.cpp 10 VariablePacker packer; local
14 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
45 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
51 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
56 EXPECT_FALSE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
65 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
69 EXPECT_FALSE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
83 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
  /external/clang/test/SemaCXX/
local-classes.cpp 12 BitPacker packer; local
  /external/chromium_org/tools/relocation_packer/src/
packer_unittest.cc 5 #include "packer.h"
26 TEST(Packer, Pack) {
30 RelocationPacker packer; local
43 packer.PackRelativeRelocations(relocations, &packed);
70 TEST(Packer, Unpack) {
74 RelocationPacker packer; local
100 packer.UnpackRelativeRelocations(packed, &relocations);
elf_file.cc 17 #include "packer.h"
804 RelocationPacker packer; local
805 packer.PackRelativeRelocations(relative_relocations, &packed);
819 packer.UnpackRelativeRelocations(packed, &unpacked);
897 RelocationPacker packer; local
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
ShaderLang.cpp 443 VariablePacker packer; local
444 return packer.CheckVariablesWithinPackingLimits(maxVectors, variables) ? 1 : 0;
Compiler.cpp 490 VariablePacker packer; local
491 return packer.CheckVariablesWithinPackingLimits(maxUniformVectors, uniforms);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 518 BinPacker packer = new BinPacker(minWidth, minHeight); local
524 packer.addSpace(new Rect(rightHandSide, 0,
528 packer.addSpace(new Rect(0, bottomBorder + PREVIEW_VGAP,
546 Rect position = packer.occupy(previewWidth, previewHeight);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service_unittest.cc     [all...]

Completed in 574 milliseconds