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

  /bionic/benchmarks/
atomic_benchmark.cpp 42 std::atomic<int> test_loc(0);
58 result += test_loc.load(std::memory_order_relaxed);
68 result += test_loc.load(std::memory_order_acquire);
78 test_loc.store(++i, std::memory_order_release);
87 test_loc.store(++i, std::memory_order_seq_cst);
96 result += test_loc.fetch_add(1, std::memory_order_relaxed);
106 result += test_loc.fetch_add(1, std::memory_order_seq_cst);
119 result += test_loc.load(std::memory_order_relaxed);
130 result += test_loc.load(std::memory_order_relaxed);
  /external/deqp/external/openglcts/modules/gl/
gl4cShadingLanguage420PackTests.cpp 5983 GLint test_loc = program.getAttribLocation(test_name.c_str()); local
6385 GLint test_loc = program.getAttribLocation(test_name.c_str()); local
7915 GLint test_loc = program.getAttribLocation(test_name.c_str()); local
    [all...]

Completed in 996 milliseconds