Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:mGPUHintInfo

281     ctx->mGPUHintInfo.mGpuPerfModeEnable = atoi(value)? true : false;
283 ctx->mGPUHintInfo.mEGLDisplay = NULL;
284 ctx->mGPUHintInfo.mEGLContext = NULL;
285 ctx->mGPUHintInfo.mPrevCompositionGLES = false;
286 ctx->mGPUHintInfo.mCurrGPUPerfMode = EGL_GPU_LEVEL_0;
2091 struct gpu_hint_info *gpuHint = &ctx->mGPUHintInfo;