Home
last modified time | relevance | path

Searched refs:kInitialSize (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSurfaceTest.cpp546 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/
DEGLSurfaceTest.cpp841 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/
Dnode_util.cc34 constexpr size_t kInitialSize = 1024; variable
239 flatbuffers::FlatBufferBuilder fbb(kInitialSize); in NodeInferShpae()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c189 static int kInitialSize = 8; variable
198 self->capacity = kInitialSize; in RepeatedField_reserve()
/third_party/mindspore/mindspore/lite/tools/converter/legacy_optimizer/graph/
Dinfershape_pass.cc40 constexpr size_t kInitialSize = 1024; variable
212 flatbuffers::FlatBufferBuilder fbb(kInitialSize); in NodeInferShape()
/third_party/protobuf/src/google/protobuf/
Drepeated_field.h322 static constexpr int kInitialSize = 0;
727 static constexpr int kInitialSize = 0;
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureTest.cpp9900 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()