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

  /development/tools/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.h 24 void initClientFuncs(GLESiface *iface, int idx);
EglGlobalInfo.h 40 void setIface(GLESiface* iface,GLESVersion ver) { m_gles_ifaces[ver] = iface;};
41 GLESiface* getIface(GLESVersion ver){ return m_gles_ifaces[ver];}
59 GLESiface* m_gles_ifaces[MAX_GLES_VERSION];
ClientAPIExts.cpp 66 void initClientFuncs(GLESiface *iface, int idx)
EglImp.cpp 637 GLESiface* iface = g_eglInfo->getIface(version);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h 90 }GLESiface;
99 typedef GLESiface* (*__translator_getGLESIfaceFunc)(EGLiface*);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 57 static GLESiface s_glesIface = {
166 GL_API GLESiface* __translator_getIfaces(EGLiface* eglIface){
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 54 static GLESiface s_glesIface = {
112 GL_APICALL GLESiface* __translator_getIfaces(EGLiface* eglIface){
    [all...]

Completed in 92 milliseconds