Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv1/
Dgl.cpp37 static EGLClient_glesInterface * s_gl = NULL; variable
154 if (!s_gl) { in init_emul_gles()
155 s_gl = new EGLClient_glesInterface(); in init_emul_gles()
156 s_gl->getProcAddress = getProcAddress; in init_emul_gles()
157 s_gl->finish = finish; in init_emul_gles()
158 s_gl->init = init; in init_emul_gles()
161 return s_gl; in init_emul_gles()
/device/generic/goldfish/opengl/system/GLESv2/
Dgl2.cpp37 static EGLClient_glesInterface * s_gl = NULL; variable
166 if (!s_gl) { in init_emul_gles()
167 s_gl = new EGLClient_glesInterface(); in init_emul_gles()
168 s_gl->getProcAddress = getProcAddress; in init_emul_gles()
169 s_gl->finish = finish; in init_emul_gles()
170 s_gl->init = init; in init_emul_gles()
173 return s_gl; in init_emul_gles()