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

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.h 90 std::map<EGLContext, GLTraceContext*> mPerContextState;
gltrace_context.cpp 123 mPerContextState[eglContext] = traceContext;
129 return mPerContextState[c];

Completed in 38 milliseconds