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

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_eglapi.cpp 134 GLTraceContext *traceContext = sGLTraceState->createTraceContext(version, c);
135 gltrace::setupTraceContextThreadSpecific(traceContext);
138 gltrace::GLTrace_eglCreateContext(version, traceContext->getId());
143 GLTraceContext *traceContext = sGLTraceState->getTraceContext(c);
144 traceContext->hooks = hooks;
145 gltrace::setupTraceContextThreadSpecific(traceContext);
148 gltrace::GLTrace_eglMakeCurrent(traceContext->getId());
gltrace_context.cpp 122 GLTraceContext *traceContext = new GLTraceContext(id, this, stream);
123 mPerContextState[eglContext] = traceContext;
125 return traceContext;

Completed in 42 milliseconds