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

  /development/tools/emulator/opengl/system/egl/
ClientAPIExts.h 21 namespace ClientAPIExts
27 } // of namespace ClientAPIExts
Android.mk 14 ClientAPIExts.cpp
ClientAPIExts.cpp 16 #include "ClientAPIExts.h"
22 namespace ClientAPIExts
36 #include "ClientAPIExts.in"
43 // ClientAPIExts::initClientFuncs function after each client API has been
54 #include "ClientAPIExts.in"
81 #include "ClientAPIExts.in"
119 #include "ClientAPIExts.in"
136 #include "ClientAPIExts.in"
157 } // of namespace ClientAPIExts
egl.cpp 26 #include "ClientAPIExts.h"
539 return (__eglMustCastToProperFunctionPointerType)ClientAPIExts::getProcAddress(procname);
994 ClientAPIExts::initClientFuncs(s_display.gles2_iface(), 1);
1001 ClientAPIExts::initClientFuncs(s_display.gles_iface(), 0);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.h 21 namespace ClientAPIExts
27 } // of namespace ClientAPIExts
Android.mk 38 ClientAPIExts.cpp
ClientAPIExts.cpp 16 #include "ClientAPIExts.h"
24 namespace ClientAPIExts
38 #include "ClientAPIExts.in"
45 // ClientAPIExts::initClientFuncs function after each client API has been
56 #include "ClientAPIExts.in"
83 #include "ClientAPIExts.in"
121 #include "ClientAPIExts.in"
138 #include "ClientAPIExts.in"
159 } // of namespace ClientAPIExts
EglGlobalInfo.cpp 19 #include "ClientAPIExts.h"
104 ClientAPIExts::initClientFuncs(m_gles_ifaces[ver], (int)ver - 1);
EglImp.cpp 39 #include "ClientAPIExts.h"
    [all...]

Completed in 194 milliseconds