Searched refs:kInitialSize (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLSurfaceTest.cpp | 546 constexpr EGLint kInitialSize = 64; in TEST_P() local 550 EGL_FIXED_SIZE_ANGLE, EGL_TRUE, EGL_WIDTH, kInitialSize, EGL_HEIGHT, kInitialSize, EGL_NONE, in TEST_P() 572 EXPECT_EQ(kInitialSize, queryWidth); in TEST_P() 577 EXPECT_EQ(kInitialSize, queryHeight); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLSurfaceTest.cpp | 841 constexpr EGLint kInitialSize = 64; in TEST_P() local 845 EGL_FIXED_SIZE_ANGLE, EGL_TRUE, EGL_WIDTH, kInitialSize, EGL_HEIGHT, kInitialSize, EGL_NONE, in TEST_P() 867 EXPECT_EQ(kInitialSize, queryWidth); in TEST_P() 872 EXPECT_EQ(kInitialSize, queryHeight); in TEST_P()
|
/third_party/mindspore/mindspore/lite/tools/common/ |
D | node_util.cc | 34 constexpr size_t kInitialSize = 1024; variable 239 flatbuffers::FlatBufferBuilder fbb(kInitialSize); in NodeInferShpae()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | repeated_field.c | 189 static int kInitialSize = 8; variable 198 self->capacity = kInitialSize; in RepeatedField_reserve()
|
/third_party/mindspore/mindspore/lite/tools/converter/legacy_optimizer/graph/ |
D | infershape_pass.cc | 40 constexpr size_t kInitialSize = 1024; variable 212 flatbuffers::FlatBufferBuilder fbb(kInitialSize); in NodeInferShape()
|
/third_party/protobuf/src/google/protobuf/ |
D | repeated_field.h | 322 static constexpr int kInitialSize = 0; 727 static constexpr int kInitialSize = 0;
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | TextureTest.cpp | 9900 constexpr GLint kInitialSize = 128; in TEST_P() local 9908 glBufferData(GL_TEXTURE_BUFFER, kInitialSize, nullptr, GL_STATIC_DRAW); in TEST_P() 9916 EXPECT_EQ(queryResult, kInitialSize / 4); in TEST_P()
|