Searched refs:getGlobalTraceState (Results 1 – 4 of 4) sorted by relevance
719 if (context->getGlobalTraceState()->shouldCollectFbOnGlDraw()) { in fixup_glDrawArrays()751 if (context->getGlobalTraceState()->shouldCollectFbOnGlDraw()) { in fixup_glDrawElements()821 if (context->getGlobalTraceState()->shouldCollectTextureDataOnGlTexImage()) { in fixupGLMessage()826 if (context->getGlobalTraceState()->shouldCollectTextureDataOnGlTexImage()) { in fixupGLMessage()831 if (context->getGlobalTraceState()->shouldCollectTextureDataOnGlTexImage()) { in fixupGLMessage()836 if (context->getGlobalTraceState()->shouldCollectTextureDataOnGlTexImage()) { in fixupGLMessage()
81 if (glContext->getGlobalTraceState()->shouldCollectFbOnEglSwap()) { in GLTrace_eglSwapBuffers()
80 GLTraceState *getGlobalTraceState();
171 GLTraceState *GLTraceContext::getGlobalTraceState() { in getGlobalTraceState() function in android::gltrace::GLTraceContext