HomeSort by relevance Sort by last modified time
    Searched refs:EGLClient_glesInterface (Results 1 - 7 of 7) sorted by null

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
EGLClientIface.h 31 } EGLClient_glesInterface;
39 typedef EGLClient_glesInterface *(*init_emul_gles_t)(EGLClient_eglInterface *eglIface);
  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.h 24 void initClientFuncs(const EGLClient_glesInterface *iface, int idx);
eglDisplay.h 47 const EGLClient_glesInterface *gles_iface() const { return m_gles_iface; }
48 const EGLClient_glesInterface *gles2_iface() const { return m_gles2_iface; }
58 EGLClient_glesInterface *loadGLESClientAPI(const char *libName,
82 EGLClient_glesInterface *m_gles_iface;
83 EGLClient_glesInterface *m_gles2_iface;
ClientAPIExts.cpp 64 void initClientFuncs(const EGLClient_glesInterface *iface, int idx)
eglDisplay.cpp 226 EGLClient_glesInterface *eglDisplay::loadGLESClientAPI(const char *libName,
  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 36 static EGLClient_glesInterface * s_gl = NULL;
131 EGLClient_glesInterface * init_emul_gles(EGLClient_eglInterface *eglIface)
136 s_gl = new EGLClient_glesInterface();
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 36 static EGLClient_glesInterface * s_gl = NULL;
128 EGLClient_glesInterface * init_emul_gles(EGLClient_eglInterface *eglIface)
133 s_gl = new EGLClient_glesInterface();

Completed in 206 milliseconds