HomeSort by relevance Sort by last modified time
    Searched defs:clientState (Results 1 - 2 of 2) sorted by null

  /development/tools/emulator/opengl/tests/gles_android_wrapper/
ThreadInfo.h 26 clientState = NULL;
31 delete clientState;
35 GLClientState *clientState;
  /development/tools/emulator/opengl/system/egl/
eglContext.h 44 GLClientState * getClientState(){ return clientState; }
47 GLClientState * clientState;

Completed in 659 milliseconds