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

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_eglapi.cpp 170 GLTraceContext *traceContext = state->createTraceContext(version, c);
171 gltrace::setupTraceContextThreadSpecific(traceContext);
174 gltrace::GLTrace_eglCreateContext(version, traceContext->getId());
185 GLTraceContext *traceContext = state->getTraceContext(c);
186 if (traceContext == NULL) {
188 traceContext = state->getTraceContext(c);
191 traceContext->hooks = hooks;
192 gltrace::setupTraceContextThreadSpecific(traceContext);
195 gltrace::GLTrace_eglMakeCurrent(traceContext->getId());
gltrace_context.cpp 122 GLTraceContext *traceContext = new GLTraceContext(id, version, this, stream);
123 mPerContextState[eglContext] = traceContext;
125 return traceContext;

Completed in 57 milliseconds