Searched refs:sGLTraceState (Results 1 – 1 of 1) sorted by relevance
39 static GLTraceState *sGLTraceState; variable141 sGLTraceState = new GLTraceState(stream); in GLTrace_start()143 pthread_create(&sReceiveThreadId, NULL, commandReceiveTask, sGLTraceState); in GLTrace_start()155 delete sGLTraceState; in GLTrace_stop()156 sGLTraceState = NULL; in GLTrace_stop()164 GLTraceState *state = sGLTraceState; in GLTrace_eglCreateContext()179 GLTraceState *state = sGLTraceState; in GLTrace_eglMakeCurrent()