Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/surfaceInterface/
DsurfaceInterface.cpp22 static SurfaceInterface* sSurfaceInterface = NULL; variable
25 if (!sSurfaceInterface) in get()
26 sSurfaceInterface = new SurfaceInterface; in get()
27 return sSurfaceInterface; in get()