Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/util/capture/
H A Dtrace_fixture.h41 using SurfaceMap = std::unordered_map<uintptr_t, EGLSurface>; variable
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h77 typedef std::unordered_map<int, std::vector<size_t> > SurfaceMap; typedef
/aosp_15_r20/external/angle/src/libANGLE/
H A DDisplay.h73 using SurfaceMap = angle::HashMap<GLuint, Surface *>; variable