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

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
EGLClientIface.h 25 } EGLClient_eglInterface;
39 typedef EGLClient_glesInterface *(*init_emul_gles_t)(EGLClient_eglInterface *eglIface);
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.h 38 bool initialize(EGLClient_eglInterface *eglIface);
59 EGLClient_eglInterface *eglIface,
eglDisplay.cpp 79 bool eglDisplay::initialize(EGLClient_eglInterface *eglIface)
227 EGLClient_eglInterface *eglIface,
egl.cpp 473 static EGLClient_eglInterface s_eglIface = {
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 35 static EGLClient_eglInterface * s_egl = NULL;
131 EGLClient_glesInterface * init_emul_gles(EGLClient_eglInterface *eglIface)
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 35 static EGLClient_eglInterface * s_egl = NULL;
128 EGLClient_glesInterface * init_emul_gles(EGLClient_eglInterface *eglIface)

Completed in 124 milliseconds