Searched defs:gpuHint (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp2083 struct gpu_hint_info *gpuHint = &ctx->mGPUHintInfo; local
2084 if(!gpuHint->mGpuPerfModeEnable || !ctx || !list)
2092 if(!gpuHint->mEGLDisplay || !gpuHint->mEGLContext) {
2093 gpuHint->mEGLDisplay = eglGetCurrentDisplay();
2094 if(!gpuHint->mEGLDisplay) {
2098 gpuHint->mEGLContext = eglGetCurrentContext();
2099 if(!gpuHint->mEGLContext) {
2105 if(!gpuHint->mPrevCompositionGLES && !MDPComp::isIdleFallback()) {
2109 if((gpuHint
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp2088 struct gpu_hint_info *gpuHint = &ctx->mGPUHintInfo; local
2089 if(!gpuHint->mGpuPerfModeEnable || !ctx || !list)
2097 if(!gpuHint->mEGLDisplay || !gpuHint->mEGLContext) {
2098 gpuHint->mEGLDisplay = eglGetCurrentDisplay();
2099 if(!gpuHint->mEGLDisplay) {
2103 gpuHint->mEGLContext = eglGetCurrentContext();
2104 if(!gpuHint->mEGLContext) {
2110 if(gpuHint->mCompositionState != COMPOSITION_STATE_GPU
2115 if((gpuHint
[all...]

Completed in 196 milliseconds