Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTranslatorIfaces.h96 void (*initGLESx)(bool isGles2Gles); member
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp106 static void initGLESx(GLESVersion version) { in initGLESx() function
112 iface->initGLESx(EglGlobalInfo::isEgl2Egl()); in initGLESx()
364 initGLESx(GLES_1_1); in eglInitialize()
375 initGLESx(GLES_2_0); in eglInitialize()
386 initGLESx(GLES_3_0); in eglInitialize()
397 initGLESx(GLES_3_1); in eglInitialize()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp66 static void initGLESx(bool isGles2Gles);
84 .initGLESx = initGLESx,
201 static void initGLESx(bool isGles2Gles) { in initGLESx() function
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp77 static void initGLESx(bool isGles2Gles);
116 .initGLESx = initGLESx,
278 static void initGLESx(bool isGles2Gles) { in initGLESx() function