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

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 53 void GLDispatch::dispatchFuncs() {
GLDispatch.h 32 void dispatchFuncs();
GLEScmContext.cpp 28 s_glDispatch.dispatchFuncs(GLES_1_1);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.cpp 24 s_glDispatch.dispatchFuncs(GLES_2_0);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 33 void dispatchFuncs(GLESVersion version);
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 300 void GLDispatch::dispatchFuncs(GLESVersion version){

Completed in 67 milliseconds