Home
last modified time | relevance | path

Searched defs:contextId (Results 1 – 6 of 6) sorted by relevance

/external/openthread/src/core/net/
Dnd_agent.cpp58 uint8_t contextId = static_cast<uint8_t>(mAloc.GetAddress().GetIid().GetLocator() - in UpdateService() local
/external/openthread/src/core/thread/
Dmesh_forwarder_ftd.cpp577 uint8_t contextId = static_cast<uint8_t>(aloc16 - Mle::kAloc16DhcpAgentStart + 1); in UpdateIp6RouteFtd() local
600 … uint8_t contextId = static_cast<uint8_t>(aloc16 - Mle::kAloc16NeighborDiscoveryAgentStart + 1); in UpdateIp6RouteFtd() local
Dnetwork_data_leader_ftd.cpp880 uint8_t contextId = 0; in AddBorderRouter() local
1011 for (uint8_t contextId = kMinContextId; contextId < kMinContextId + kNumContextIds; contextId++) in AllocateContextId() local
/external/angle/util/capture/
Dtrace_fixture.cpp159 GLuint contextId, in InitializeReplay4()
192 GLuint contextId, in InitializeReplay3()
224 GLuint contextId, in InitializeReplay2()
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp221 std::ostream &operator<<(std::ostream &os, gl::ContextID contextId) in operator <<()
237 gl::ContextID contextId; member
298 gl::ContextID contextId; member
330 gl::ContextID contextId; member
362 gl::ContextID contextId; member
402 gl::ContextID contextId; member
439 gl::ContextID contextId; member
924 gl::ContextID contextId, in SaveBinaryData()
8790 const gl::ContextID contextId = context->id(); in writeJSON() local
8861 const gl::ContextID contextId = context->id(); in writeCppReplayIndexFiles() local
/external/deqp/modules/egl/
DteglImageFormatTests.cpp165 ImageApi::ImageApi (const Library& egl, int contextId, EGLDisplay display, EGLSurface surface) in ImageApi()
313 GLESImageApi::GLESImageApi (const Library& egl, const glw::Functions& gl, int contextId, tcu::TestL… in GLESImageApi()