Home
last modified time | relevance | path

Searched defs:ContextMap (Results 1 – 4 of 4) sorted by relevance

/external/angle/util/capture/
Dtrace_fixture.h43 using ContextMap = std::unordered_map<uintptr_t, EGLContext>; variable
/external/angle/src/libANGLE/
DShareGroup.h31 using ContextMap = angle::HashMap<GLuint, gl::Context *>; variable
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs366 struct ContextMap<S: DecoderSession> { struct
370 impl<S: DecoderSession> ContextMap<S> { impl
399 impl<S: DecoderSession> Default for ContextMap<S> { implementation
/external/clang/include/clang/Analysis/
DAnalysisContext.h409 typedef llvm::DenseMap<const Decl*, AnalysisDeclContext*> ContextMap; typedef