Home
last modified time | relevance | path

Searched defs:create_count (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/virglrenderer/src/venus/
H A Dvkr_device_object.json51 "create_count": "pAllocateInfo->commandBufferCount", string
93 "create_count": "pAllocateInfo->descriptorSetCount", string
222 "create_count": "createInfoCount", string
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/
H A Ddefault_engine_methods_test.cc86 int create_count = 0; in TEST_F() local
/aosp_15_r20/external/cronet/net/http/
H A Dmock_http_cache.h196 int create_count() const { return create_count_; } in create_count() function