Searched refs:mGPUHintInfo (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp281 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;
2083 struct gpu_hint_info *gpuHint = &ctx->mGPUHintInfo;
H A Dhwc_utils.h557 struct gpu_hint_info mGPUHintInfo; member in struct:hwc_context_t
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp298 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;
2088 struct gpu_hint_info *gpuHint = &ctx->mGPUHintInfo;
H A Dhwc_utils.h592 struct gpu_hint_info mGPUHintInfo; member in struct:hwc_context_t

Completed in 73 milliseconds