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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h 97 }EGLiface;
99 typedef GLESiface* (*__translator_getGLESIfaceFunc)(EGLiface*);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 63 static EGLiface s_eglIface = {
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 56 static EGLiface* s_eglIface = NULL;
166 GL_API GLESiface* __translator_getIfaces(EGLiface* eglIface){
167 s_eglIface = eglIface;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 53 static EGLiface* s_eglIface = NULL;
112 GL_APICALL GLESiface* __translator_getIfaces(EGLiface* eglIface){
113 s_eglIface = eglIface;
    [all...]

Completed in 1153 milliseconds