Home
last modified time | relevance | path

Searched refs:kSmallSize (Results 1 – 22 of 22) sorted by relevance

/external/angle/src/tests/gl_tests/
DGetImageTest.cpp19 constexpr uint32_t kSmallSize = 2; variable
168 constexpr uint32_t kSmallSize = 2; in TEST_P() local
172 glViewport(0, 0, kSmallSize, kSmallSize); in TEST_P()
175 GLTexture tex = InitTextureWithSize(kSmallSize, expectedData.data()); in TEST_P()
185 std::vector<GLColor> actualData(kSmallSize * kSmallSize); in TEST_P()
197 const std::array<std::array<GLColor, kSmallSize * kSmallSize>, kCubeFaces.size()> expectedData = in TEST_P()
212 glTexImage2D(kCubeFaces[faceIndex], 0, GL_RGBA, kSmallSize, kSmallSize, 0, GL_RGBA, in TEST_P()
222 std::array<GLColor, kSmallSize *kSmallSize> actualData = {}; in TEST_P()
240 glViewport(0, 0, kSmallSize, kSmallSize); in TEST_P()
243 GLRenderbuffer renderbuffer = InitRenderbufferWithSize(kSmallSize); in TEST_P()
[all …]
/external/libtextclassifier/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc31 constexpr size_t kSmallSize = kInlined / 2; variable
55 auto small = FixedArr(kSmallSize); in TEST()
63 auto small = FixedArrWithAlloc(kSmallSize); in TEST()
71 TestThrowingCtor<FixedArr>(FixedArr(kSmallSize)); in TEST()
75 TestThrowingCtor<MoveFixedArr>(MoveFixedArr(kSmallSize)); in TEST()
80 TestThrowingCtor<FixedArrWithAlloc>(FixedArrWithAlloc(kSmallSize)); in TEST()
84 TestThrowingCtor<MoveFixedArrWithAlloc>(MoveFixedArrWithAlloc(kSmallSize)); in TEST()
89 TestThrowingCtor<FixedArr>(kSmallSize); in TEST()
94 TestThrowingCtor<FixedArrWithAlloc>(kSmallSize); in TEST()
99 TestThrowingCtor<FixedArr>(kSmallSize, Thrower()); in TEST()
[all …]
Dinlined_vector_exception_safety_test.cc34 constexpr size_t kSmallSize = kInlinedCapacity / 2; variable
66 static_assert(kSmallSize == 2, "Must update ABSL_INTERNAL_MAKE_INIT_LIST(...)");
85 TestParams<ThrowerVec, kSmallSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
91 TestParams<ThrowAllocMovableThrowerVec, kSmallSize>>;
95 TestParams<ThrowerVec, kLargeSize, kSmallSize>,
96 TestParams<ThrowerVec, kSmallSize, kLargeSize>,
97 TestParams<ThrowerVec, kSmallSize, kSmallSize>,
99 TestParams<MovableThrowerVec, kLargeSize, kSmallSize>,
[all …]
Dinlined_vector_benchmark.cc382 constexpr size_t kSmallSize = kInlinedCapacity / 2; variable
387 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize)
391 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kLargeSize, kSmallSize); \
392 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize, kLargeSize); \
393 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize, kSmallSize)
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc31 constexpr size_t kSmallSize = kInlined / 2; variable
55 auto small = FixedArr(kSmallSize); in TEST()
63 auto small = FixedArrWithAlloc(kSmallSize); in TEST()
71 TestThrowingCtor<FixedArr>(FixedArr(kSmallSize)); in TEST()
75 TestThrowingCtor<MoveFixedArr>(MoveFixedArr(kSmallSize)); in TEST()
80 TestThrowingCtor<FixedArrWithAlloc>(FixedArrWithAlloc(kSmallSize)); in TEST()
84 TestThrowingCtor<MoveFixedArrWithAlloc>(MoveFixedArrWithAlloc(kSmallSize)); in TEST()
89 TestThrowingCtor<FixedArr>(kSmallSize); in TEST()
94 TestThrowingCtor<FixedArrWithAlloc>(kSmallSize); in TEST()
99 TestThrowingCtor<FixedArr>(kSmallSize, Thrower()); in TEST()
[all …]
Dinlined_vector_exception_safety_test.cc34 constexpr size_t kSmallSize = kInlinedCapacity / 2; variable
66 static_assert(kSmallSize == 2, "Must update ABSL_INTERNAL_MAKE_INIT_LIST(...)");
85 TestParams<ThrowerVec, kSmallSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
91 TestParams<ThrowAllocMovableThrowerVec, kSmallSize>>;
95 TestParams<ThrowerVec, kLargeSize, kSmallSize>,
96 TestParams<ThrowerVec, kSmallSize, kLargeSize>,
97 TestParams<ThrowerVec, kSmallSize, kSmallSize>,
99 TestParams<MovableThrowerVec, kLargeSize, kSmallSize>,
[all …]
Dinlined_vector_benchmark.cc382 constexpr size_t kSmallSize = kInlinedCapacity / 2; variable
387 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize)
391 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kLargeSize, kSmallSize); \
392 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize, kLargeSize); \
393 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize, kSmallSize)
/external/angle/third_party/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc31 constexpr size_t kSmallSize = kInlined / 2; variable
55 auto small = FixedArr(kSmallSize); in TEST()
63 auto small = FixedArrWithAlloc(kSmallSize); in TEST()
71 TestThrowingCtor<FixedArr>(FixedArr(kSmallSize)); in TEST()
75 TestThrowingCtor<MoveFixedArr>(MoveFixedArr(kSmallSize)); in TEST()
80 TestThrowingCtor<FixedArrWithAlloc>(FixedArrWithAlloc(kSmallSize)); in TEST()
84 TestThrowingCtor<MoveFixedArrWithAlloc>(MoveFixedArrWithAlloc(kSmallSize)); in TEST()
89 TestThrowingCtor<FixedArr>(kSmallSize); in TEST()
94 TestThrowingCtor<FixedArrWithAlloc>(kSmallSize); in TEST()
99 TestThrowingCtor<FixedArr>(kSmallSize, Thrower()); in TEST()
[all …]
Dinlined_vector_exception_safety_test.cc34 constexpr size_t kSmallSize = kInlinedCapacity / 2; variable
66 static_assert(kSmallSize == 2, "Must update ABSL_INTERNAL_MAKE_INIT_LIST(...)");
85 TestParams<ThrowerVec, kSmallSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
91 TestParams<ThrowAllocMovableThrowerVec, kSmallSize>>;
95 TestParams<ThrowerVec, kLargeSize, kSmallSize>,
96 TestParams<ThrowerVec, kSmallSize, kLargeSize>,
97 TestParams<ThrowerVec, kSmallSize, kSmallSize>,
99 TestParams<MovableThrowerVec, kLargeSize, kSmallSize>,
[all …]
Dinlined_vector_benchmark.cc382 constexpr size_t kSmallSize = kInlinedCapacity / 2; variable
387 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize)
391 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kLargeSize, kSmallSize); \
392 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize, kLargeSize); \
393 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize, kSmallSize)
/external/openscreen/third_party/abseil/src/absl/container/
Dfixed_array_exception_safety_test.cc31 constexpr size_t kSmallSize = kInlined / 2; variable
55 auto small = FixedArr(kSmallSize); in TEST()
63 auto small = FixedArrWithAlloc(kSmallSize); in TEST()
71 TestThrowingCtor<FixedArr>(FixedArr(kSmallSize)); in TEST()
75 TestThrowingCtor<MoveFixedArr>(MoveFixedArr(kSmallSize)); in TEST()
80 TestThrowingCtor<FixedArrWithAlloc>(FixedArrWithAlloc(kSmallSize)); in TEST()
84 TestThrowingCtor<MoveFixedArrWithAlloc>(MoveFixedArrWithAlloc(kSmallSize)); in TEST()
89 TestThrowingCtor<FixedArr>(kSmallSize); in TEST()
94 TestThrowingCtor<FixedArrWithAlloc>(kSmallSize); in TEST()
99 TestThrowingCtor<FixedArr>(kSmallSize, Thrower()); in TEST()
[all …]
Dinlined_vector_exception_safety_test.cc34 constexpr size_t kSmallSize = kInlinedCapacity / 2; variable
66 static_assert(kSmallSize == 2, "Must update ABSL_INTERNAL_MAKE_INIT_LIST(...)");
85 TestParams<ThrowerVec, kSmallSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
91 TestParams<ThrowAllocMovableThrowerVec, kSmallSize>>;
95 TestParams<ThrowerVec, kLargeSize, kSmallSize>,
96 TestParams<ThrowerVec, kSmallSize, kLargeSize>,
97 TestParams<ThrowerVec, kSmallSize, kSmallSize>,
99 TestParams<MovableThrowerVec, kLargeSize, kSmallSize>,
[all …]
Dinlined_vector_benchmark.cc382 constexpr size_t kSmallSize = kInlinedCapacity / 2; variable
387 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize)
391 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kLargeSize, kSmallSize); \
392 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize, kLargeSize); \
393 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize, kSmallSize)
/external/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc31 constexpr size_t kSmallSize = kInlined / 2; variable
55 auto small = FixedArr(kSmallSize); in TEST()
63 auto small = FixedArrWithAlloc(kSmallSize); in TEST()
71 TestThrowingCtor<FixedArr>(FixedArr(kSmallSize)); in TEST()
75 TestThrowingCtor<MoveFixedArr>(MoveFixedArr(kSmallSize)); in TEST()
80 TestThrowingCtor<FixedArrWithAlloc>(FixedArrWithAlloc(kSmallSize)); in TEST()
84 TestThrowingCtor<MoveFixedArrWithAlloc>(MoveFixedArrWithAlloc(kSmallSize)); in TEST()
89 TestThrowingCtor<FixedArr>(kSmallSize); in TEST()
94 TestThrowingCtor<FixedArrWithAlloc>(kSmallSize); in TEST()
99 TestThrowingCtor<FixedArr>(kSmallSize, Thrower()); in TEST()
[all …]
Dinlined_vector_exception_safety_test.cc34 constexpr size_t kSmallSize = kInlinedCapacity / 2; variable
66 static_assert(kSmallSize == 2, "Must update ABSL_INTERNAL_MAKE_INIT_LIST(...)");
85 TestParams<ThrowerVec, kSmallSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
91 TestParams<ThrowAllocMovableThrowerVec, kSmallSize>>;
95 TestParams<ThrowerVec, kLargeSize, kSmallSize>,
96 TestParams<ThrowerVec, kSmallSize, kLargeSize>,
97 TestParams<ThrowerVec, kSmallSize, kSmallSize>,
99 TestParams<MovableThrowerVec, kLargeSize, kSmallSize>,
[all …]
Dinlined_vector_benchmark.cc382 constexpr size_t kSmallSize = kInlinedCapacity / 2; variable
387 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize)
391 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kLargeSize, kSmallSize); \
392 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize, kLargeSize); \
393 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize, kSmallSize)
/external/webrtc/third_party/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc31 constexpr size_t kSmallSize = kInlined / 2; variable
55 auto small = FixedArr(kSmallSize); in TEST()
63 auto small = FixedArrWithAlloc(kSmallSize); in TEST()
71 TestThrowingCtor<FixedArr>(FixedArr(kSmallSize)); in TEST()
75 TestThrowingCtor<MoveFixedArr>(MoveFixedArr(kSmallSize)); in TEST()
80 TestThrowingCtor<FixedArrWithAlloc>(FixedArrWithAlloc(kSmallSize)); in TEST()
84 TestThrowingCtor<MoveFixedArrWithAlloc>(MoveFixedArrWithAlloc(kSmallSize)); in TEST()
89 TestThrowingCtor<FixedArr>(kSmallSize); in TEST()
94 TestThrowingCtor<FixedArrWithAlloc>(kSmallSize); in TEST()
99 TestThrowingCtor<FixedArr>(kSmallSize, Thrower()); in TEST()
[all …]
Dinlined_vector_exception_safety_test.cc34 constexpr size_t kSmallSize = kInlinedCapacity / 2; variable
66 static_assert(kSmallSize == 2, "Must update ABSL_INTERNAL_MAKE_INIT_LIST(...)");
85 TestParams<ThrowerVec, kSmallSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
91 TestParams<ThrowAllocMovableThrowerVec, kSmallSize>>;
95 TestParams<ThrowerVec, kLargeSize, kSmallSize>,
96 TestParams<ThrowerVec, kSmallSize, kLargeSize>,
97 TestParams<ThrowerVec, kSmallSize, kSmallSize>,
99 TestParams<MovableThrowerVec, kLargeSize, kSmallSize>,
[all …]
Dinlined_vector_benchmark.cc382 constexpr size_t kSmallSize = kInlinedCapacity / 2; variable
387 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize)
391 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kLargeSize, kSmallSize); \
392 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize, kLargeSize); \
393 BENCHMARK_TEMPLATE(BM_FunctionTemplate, T, kSmallSize, kSmallSize)
/external/webrtc/rtc_base/
Dbounded_inline_vector_impl.h100 static constexpr int kSmallSize = 64; variable
122 bool is_small = (sizeof(T) * fixed_capacity <= kSmallSize)>
171 static_assert(sizeof(T) * fixed_capacity <= kSmallSize, "");
193 static_assert(sizeof(T) * fixed_capacity > kSmallSize, "");
/external/skia/gm/
Dbleed.cpp221 std::tie(fSmallImage, fSmallSrcRect) = make_ringed_image(kSmallSize, kSmallSize); in onOnceBeforeDraw()
316 static constexpr int kSmallSize = 6; member in SrcRectConstraintGM
/external/skqp/gm/
Dbleed.cpp310 SkAssertResult(gBleedRec[fBT].fPixelMaker(&fSmallTestPixels, kSmallSize, kSmallSize)); in onOnceBeforeDraw()
425 static constexpr int kSmallSize = 6; member in BleedGM