Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:mGPUHintInfo

298     ctx->mGPUHintInfo.mGpuPerfModeEnable = atoi(value)? true : false;
300 ctx->mGPUHintInfo.mEGLDisplay = NULL;
301 ctx->mGPUHintInfo.mEGLContext = NULL;
302 ctx->mGPUHintInfo.mCompositionState = COMPOSITION_STATE_MDP;
303 ctx->mGPUHintInfo.mCurrGPUPerfMode = EGL_GPU_LEVEL_0;
2091 struct gpu_hint_info *gpuHint = &ctx->mGPUHintInfo;