Home
last modified time | relevance | path

Searched refs:cEntry (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp329 static Entry CEntryToEntry(const CEntry &cEntry) in CEntryToEntry() argument
331 std::string key = cEntry.key; in CEntryToEntry()
332 Entry entry = {DistributedKv::Key(key), ValueTypeToKVValue(cEntry.value)}; in CEntryToEntry()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp1440 const auto& cEntry = CacheShader(DeviceGLES::COMPUTE_CACHE, compSource); in CacheProgram() local
1443 … if ((t.hashVert != vEntry.hash) || (t.hashFrag != fEntry.hash) || (t.hashComp != cEntry.hash)) { in CacheProgram()
1464 if (cEntry.shader) { in CacheProgram()
1465 glAttachShader(program, cEntry.shader); in CacheProgram()
1485 …{ program, vEntry.shader, fEntry.shader, cEntry.shader, vEntry.hash, fEntry.hash, cEntry.hash, 1 }… in CacheProgram()