Searched refs:s_gl (Results 1 – 2 of 2) sorted by relevance
37 static EGLClient_glesInterface * s_gl = NULL; variable154 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()
37 static EGLClient_glesInterface * s_gl = NULL; variable166 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()